The distance between the surface of the water and the tidal datum is the______.
A.height of tide
B.charted depth
C.actual water depth
D.range of tide
第1题:
【单选题】data
A.n.主修科目
B.n.指令
C.n.模型
D.n.资料; datum的复数; 数据
第2题:
Distance()表示距离
第3题:
是Surface的抽象接口,操纵surface的控制器。
第4题:
25、Surface可以表示旋转曲面
第5题:
23、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)