中国大学MOOC: 绘图区的右上角是View Cube,View Cube用于从不同视角查看模型。
对
举一反三
内容
- 0
下列可以查看视图的创建语句是( ) A: SHOW VIEW B: SELECT VIEW C: SHOW CREATE VIEW D: DISPLAY VIEW
- 1
下列可以查看视图的创建命令是( ) A: show view B: select view C: show create view D: drop view
- 2
中国大学MOOC: Which of the following is NOT an appropriate place to present an opposing view and your counterargument to that view?
- 3
请⽤define运算,定义⼀个过程实现计算,其正确定义的过程为( )。 A: (define cube a (* a a a)) B: (define (cube x) (* x x x)) C: (define (cube a (* a a a))) D: (define (cube a) (* x x x)))
- 4
请用define运算,定义一个过程实现计算[img=17x22]17de686697c53e5.png[/img],其正确定义的过程为_____。 A: (define cube a (* a a a)) B: (define (cube x) (* x x x)) C: (define (cube a (* a a a)) D: (define (cube a) (* x x x))