— ________ tea would you like?
— Two cups. [ ]
A. How many
B. How much
C. What
D. Which
答案:B
下列哪项不属于基底节结构()
A.屏状核
B.豆状核
C.丘脑
D.杏仁核
E.尾状核
要求当鼠标在图片框Pl中移动时,立即在图片框中显示鼠标的位置坐标。下面能正确实现上述功能的事件过程是______。
A) Private Sub Form_MouseMove(Button As Integer,Shift As Integer,X As Single,Y As Single) P1.Print X,Y End SubB) Private Sub P1_MouseMove(Button As Integer,Sluft As Integer,X As Single,Y As Single) P1.PrintX,Y End SubC) Private Sub P1_MouseMove(Button As Integer,Shift As Integer,X As Single,Y As Single) Print X,Y End SubD) Private Sub P1_MouseDown(Button As Integer,Shift As Integer,X As Single,Y As Single) Picture,Print X.Y End Sub