写出三个在0.1和0.2之间的两位小数是( ),( ),( )。
0.11,0.12,0.13(答案不唯一)
设在工程中定义了下列类型: Type Stutype ino As Integer strname As String*20 strsex As String*1 smark As Single End Type 在窗体上正确使用这个类型的是下列哪个操作( )。
A.Sub Command1_Click() Dim student As Stutype With student .ino=12 .Strname=smith .strsex=男 .smark=89 End With End Sub
B.Sub Command1_Click() Dim Student As Stutype With student .ino=12 .strname="smith" .strsex="男" .smark=89 End With End Sub
C.Sub Comnland1_Click() Dim student As Stutype With Stutype .ino=12 .strname="smith" .strsex="男" .smark=89 End With End Sub
D.Sub Command1_Click() Dim student As Stutype With student .ino=12 .Strname="smith" .strsex="男" .smark=89 End student End Sub
在用比例调节器组成的控制系统中,比例带大小对动态过程影响很大,其错误的说法是()。
A.控制对象迟延小,惯性小PB宜大
B.从稳定性出发PB宜大
C.从精度出发PB宜大
D.PB小于临界比例带,系统将发散振荡