尤善祛上半身风湿的药是()
A.羌活
B.荆芥
C.辛夷
D.白芷
E.香薷
参考答案:A
一横波沿绳子传播时,波的表达式为y=0.05cos(4πx-10πt)(SI),则()。
A.其波长为0.5m
B. 波速为5m/s
C.波速为25m/s
D. 频率为2Hz
在窗体上画一个名称为Command1的命令按钮,然后编写如下程序: Private Sub Command1_Click( ) Static x As Integer Static y As Integer Cls y = 1 y = x + 2 x = 4 + y Print x, y End Sub 程序运行时,三次单击命令按钮Command1后,窗体上显示的结果为________。
A.3 4
B.18 14
C.15 14
D.7 12