Radar is not only to obtain ______, but also to measure their distance away from you.
A.brightness of objects
B.color of targets
C.shape of targets
D.bearing of objects
第1题:
[A] acquire
[B] achieve
[C] obtain
[D] fulfill
第2题:
第3题:
有效的措施 an ______________ measure
第4题:
第5题:
Distance()表示距离
第6题:
15、实平面上任意一点到原点的距离函数可以定义为 distance :: Float -> Float -> Float distance x y = ... distance x y 表示坐标点(x,y)到原点(0, 0)的距离。请判断下面哪些表达式是类型错误的。
A.distance (1,2)
B.distance (1+2)
C.distance (1+2) 5
D.distance (1+2) (2+3)