金属材料有那些性能?
参考答案:
物理性能、化学性能、机械性能和工艺性能。
()在服装设计中是最基本也是最灵活的造型元素,它能够引导视线,成为视觉焦点。
A、点
B、线
C、面
D、体
单击命令按钮时,下列的执行结果为 Private Sub Command1_Click() Dim x As Integer,y As Integer x=86:y=29 Call Proc(x,y) Print x;y End Sub Public Sub Proc(n As Integer,ByVal m As Integer) n=n Mod 10 m=m Mod 10 End Sub
A.12 32
B.6 29
C.2 3
D.12 3