【单选题】
设x为int型变量,则执行以下语句后,x的值为( )x=10; x*=x;
【单选题】
设x为int型变量,则执行以下语句后,x的值为( ) x=10; x+=x;
【单选题】
设时域信号x(t)的频谱为X(f),则时域信号x(t-t0)的频谱为()。
【判断题】
在使用var x=1声明变量x之后,赋值语句x=今天天气真好将出错。
【单选题】
You ____ that letter to James. However, you didn’t.
【单选题】
I __________ going to the doctor, but I wish I hadn’t.
【单选题】
下面___组命令,将变量count值赋值为1。
①
Declare@countSelect@count=1
②
Dimcount=1Selectcount=1
③
DeclarecountSelectcount=1
④
Dim@countSelect@count=1
【单选题】
If only he __________ what I tell him, but he won’t.
【单选题】
下列为变量赋值的语句中,错误的是( )。
【单选题】
设x为float型变量,y为double型变量,a为int型变量,b为long型变量, c为char型变量,则表达式x+y*a/x+b/y+c的值为( )类型。