【单选题】假定一个工程有一个窗体文件Form1和两个标准模块文件Model1及Model2组成。 Model1代码如下: Public x As Integer, y As Integer Sub S1() x = 1 S2 End Sub Sub S2() y = 10 Form1.Show End Sub Model2代码如下: Sub Main() S1 End Sub 其中 Sub Main 被设置...
【单选题】标准模块中有如下程序代码: Public x As Integer,y As Integer Sub var_pub() x=10∶y=20 End Sub 在窗体上有1个命令按钮,并有如下事件过程: Private Sub Command1_Click() Dim x As Integer Call var_pub x=x+100 y=y+100 Print x;y End Sub 运行程序后单...
【单选题】除了 Si 和 N ,减反射膜中的氮化硅一般还包含一定比例的 ( ) ,其可以起到 钝化 作用,复合硅片体内的缺陷 。
【单选题】标准模块中有如下程序代码: Public x As Integer, y As Integer Sub var _ pub() x=10: y=20 End Sub 在窗体上有 1 个命令按钮,并有如下事件过程: Private Sub Command1_Click() Dim x As Integer Call var_pub x=x+100 y=y+100 Print x;y End Sub ...
【单选题】以下关于我国国家金库(简称国库)的说法中错误的是:
【判断题】用光学对中器对中的误差一般可控制在3mm以内。