大学职业资格刷题搜题APP
下载APP
课程
题库模板
Word题库模板
Excel题库模板
PDF题库模板
医考护考模板
答案在末尾模板
答案分章节末尾模板
题库创建教程
创建题库
登录
logo - 刷刷题
创建自己的小题库
搜索
【多选题】

在GPS定位系统中,地面监控部分的主要功能有( )。

A.
确定卫星轨道
B.
保持GPS系统处于同一时间标准
C.
监视卫星“健康”状况
D.
接收GPS卫星信号,获得必要的导航与定位信息,并经过初步数据处理而实现实时导航与定位。
手机使用
分享
复制链接
新浪微博
分享QQ
微信扫一扫
微信内点击右上角“…”即可分享
反馈
收藏 - 刷刷题收藏
举报
刷刷题
参考答案:
举一反三

【单选题】有如下事件过程:Private Sub Form_Load() Show Dim Arr() As Variant Arr = Array(1, 3, 5, 7, 9, 11, 13, 15) Call converse(Arr) For i = 0 To 7 Print arr(i); Next iEnd Sub 以上程序的功能是,通过调用Converse过程,将数组Arr中的元素逆序存放并输出...

A.
Private Sub converse(dim a() as Variant ) Dim T For i = LBound(A) To UBound(A) T = a(i) a(i) = a(UBound(A) - i) a(UBound(A) - i) = T Next i End Sub
B.
Private Sub converse(dim a() as Variant) Dim T Dim J As Integer J = (LBound(A) + UBound(A)) / 2 For i = LBound(A) To J T = a(i) a(i) = a(UBound(A) - i) a(UBound(A) - i) = T Next i End Sub
C.
Private Sub converse(a() As Variant) Dim T For i = LBound(A) To UBound(A) T = a(i) a(i) = a(UBound(A) - i) a(UBound(A) - i) = T Next i End Sub
D.
Private Sub converse(a() As Variant) Dim T Dim J As Integer J = Int((LBound(A) + UBound(A)) / 2) For i = LBound(A) To J T = a(i) a(i) = a(UBound(A) - i) a(UBound(A) - i) = T Next i End Sub

【多选题】全球主流的卫星导航定位系统有哪些()

A.
欧洲的全球卫星导航系统“伽利略(Galileo)”
B.
美国的全球卫星导航系统“GPS”
C.
俄罗斯的全球卫星导航系统“格洛纳斯(GLONASS)”
D.
中国的全球卫星导航系统“北斗系统”

【单选题】我国的全球定位系统名称是()。

A.
GPS导航系统
B.
伽利略导航系统
C.
格洛纳斯导航系统
D.
北斗导航系统

【多选题】监控平台有哪些功能?

A.
管理设备
B.
用户权限管理
C.
数据流管理
D.
录像存储管理
E.
与其它系统联动

【单选题】Speeding off in a stolen car, the thief thinks he has got a great catch. But he is in for an unwelcome surprise. The car is fitted with a remote immobiliser (锁止器), and a radio signal from a control ce...

A.
it takes a longer time for the car thief to do the stealing
B.
self-prepared tools are no longer enough for car theft
C.
the thief has to make use of computer technology
D.
the thief has lost interest in stealing cars over 10 years old
相关题目:
【单选题】有如下事件过程:Private Sub Form_Load() Show Dim Arr() As Variant Arr = Array(1, 3, 5, 7, 9, 11, 13, 15) Call converse(Arr) For i = 0 To 7 Print arr(i); Next iEnd Sub 以上程序的功能是,通过调用Converse过程,将数组Arr中的元素逆序存放并输出...
A.
Private Sub converse(dim a() as Variant ) Dim T For i = LBound(A) To UBound(A) T = a(i) a(i) = a(UBound(A) - i) a(UBound(A) - i) = T Next i End Sub
B.
Private Sub converse(dim a() as Variant) Dim T Dim J As Integer J = (LBound(A) + UBound(A)) / 2 For i = LBound(A) To J T = a(i) a(i) = a(UBound(A) - i) a(UBound(A) - i) = T Next i End Sub
C.
Private Sub converse(a() As Variant) Dim T For i = LBound(A) To UBound(A) T = a(i) a(i) = a(UBound(A) - i) a(UBound(A) - i) = T Next i End Sub
D.
Private Sub converse(a() As Variant) Dim T Dim J As Integer J = Int((LBound(A) + UBound(A)) / 2) For i = LBound(A) To J T = a(i) a(i) = a(UBound(A) - i) a(UBound(A) - i) = T Next i End Sub
【多选题】全球主流的卫星导航定位系统有哪些()
A.
欧洲的全球卫星导航系统“伽利略(Galileo)”
B.
美国的全球卫星导航系统“GPS”
C.
俄罗斯的全球卫星导航系统“格洛纳斯(GLONASS)”
D.
中国的全球卫星导航系统“北斗系统”
【单选题】我国的全球定位系统名称是()。
A.
GPS导航系统
B.
伽利略导航系统
C.
格洛纳斯导航系统
D.
北斗导航系统
【多选题】监控平台有哪些功能?
A.
管理设备
B.
用户权限管理
C.
数据流管理
D.
录像存储管理
E.
与其它系统联动
【单选题】Speeding off in a stolen car, the thief thinks he has got a great catch. But he is in for an unwelcome surprise. The car is fitted with a remote immobiliser (锁止器), and a radio signal from a control ce...
A.
it takes a longer time for the car thief to do the stealing
B.
self-prepared tools are no longer enough for car theft
C.
the thief has to make use of computer technology
D.
the thief has lost interest in stealing cars over 10 years old
刷刷题-刷题-导入试题 - 刷刷题
参考解析:
题目纠错 0
发布
刷刷题-刷题-导入试题 - 刷刷题刷刷题-刷题-导入试题 - 刷刷题刷刷题-刷题-导入试题 - 刷刷题
刷刷题-刷题-导入试题 - 刷刷题
刷刷题-刷题-导入试题 - 刷刷题
刷刷题-单词鸭