当热能和机械能发生转变时,可获得最大可用功的过程是()。
A.准静态过程
B.平衡过程
C.绝热过程
D.可逆过程
参考答案:D
My mother opened drawer to _____ the knives and spoons. [ ]
A. put away
B. put up
C. put on
D. put together
若有以下说明和定义 typedef int*INTEGER; INTEGER p,*q; 以下叙述正确的是
A.p是int型变量
B.p是基类型为int的指针变量
C.q是基类型为int的指针变量
D.程序中可用INTEGER代替int类型名