抗寒性
参考答案:
指植物在长期进化过程中所形成的,在生长习性和生理生化方面所具有的对冬季低温的一种特殊适应能力。
It is such a modern machine ______ few of the workers know how to operate.
A.as
B.which
C.that
D.the one
在窗体上画一个名称为List1的列表框,一个名称为Label1的标签,列表框中显示若干 个项目。当单击列表框中的某个项目时,在标签中显示被选中项目的名称。下列能正确 实现上述操作的程序是:_____。
A.Private Sub List1_Click()Label1.Caption =List1.ListIndex End Sub
B.Private Sub List1_Click() Label1.Name=List1.Lis tIndexEnd Sub
C.Private Sub List1_Click() Label1.Name=List1.Text End Sub
D.Private Sub List1_Click() Label1.Caption =List1.Text End Sub