为提高低碳钢的切削加工性,通常采用()处理。
A、完全退火
B、球化退火
C、去应力退火
D、正火
参考答案:D
If you have any trouble________the work within the time,please tell me. [ ]
A. to finish
B. finish
C. with finishing
D. finishing
在E盘当前目录文件夹下建立一个名为“Student.txt’’’的顺序文件,要求用InputBox函数输入5个学生的姓名(StuName)、年级(StuGrade)和年龄(StuAge)。 Private Sub Form _ Click( ) 【 】 For i=1 To 5 StuName=InputBox("请输入姓名") StuGrade=InputBox("请输入年级号") StuAge=InputBox("请输入年龄") 【 】 Next i 【 】 End Sub