题目内容

0402 曲面S在点p处沿着切方向(du,dv)的法曲率等于S在p点由切方向(du,dv)确定的法截线C的法曲率。

A. 对
B. 错

查看答案
更多问题

0402 法曲率为常数的曲面为球面。

A. 对
B. 错

0402 曲面上过定点相切的曲线有相同的法曲率。

A. 对
B. 错

0402 曲面的渐近线必为直线。

A. 对
B. 错

下列选项中,运行后会输出1、2、3的是( )。

A. for i in range(3): print(i)
B. for i in range(2): print(i + 1)
C. nums = [0, 1, 2]for i in nums:
D. i = 1while i < 3: print(i) i = i + 1

答案查题题库