【多选题】下图为相贯体的尺寸标注,请问哪段尺寸线表示的是定位尺寸?
【简答题】输入并编辑一个有错误的C程序。 (1)输入以下程序: #include int main() { int a,b,sum a=123, b=456; sum=a+b print("sum is %d\n",sum); return 0; } --------- (2)进行编译,仔细分析编译信息窗口,可能显示有多个错误,逐个修改,直到不出现错误,最后与教材上的程序对照。 (3)使程序运行,分析运行...
【多选题】下列关于两性离子表面活性剂描述正确的是( )
A.
两性离子表面活性剂中的负离子大都是羧基、磺酸基等,阳离子为胺盐的叫氨基酸型,季铵盐型的叫甜菜碱型。
B.
两性离子表面活性剂在溶液中电离时,阴阳离子的电离度相等时的状态称为等电点。
C.
氨基酸型两性表面活性剂在等电点时亲水性变小。
D.
甜菜碱型两性表面活性剂在等电点时亲水性不变。
【单选题】So _____after she learned the good news that she could hardly fall asleep that right
A.
excited the mother was
B.
the mother was excited
C.
was the mother excited
D.
excited was the mother
【多选题】下图为相贯体的尺寸标注,请问哪段尺寸线表示的是定位尺寸?【图片】
【简答题】[程序阅读题] 运行 以下程序并 输入 123 , 输出的结果是( )。 #include void convert( int n) { if ((n/10)!=0) convert(n/10); printf("%c ",n%10+'0'); } int main() { int num; printf(" 输入整数: "); scanf("%d",&num); printf(" 输出的是: ...
【简答题】运行以下程序并输入 123 ,输出的结果是( )。 #include void convert(int n) { if((n/10)!=0) convert(n/10); printf(“%c”,n%10+’0’); } int main(){ int num; printf( “输入整数 : ” ); scanf(“%d”,&num); printf(“ 输出的是 : “); if(num<0...
【单选题】So ________after she learned she learned the good news that she could hardly fall asleep that night.
A.
excited the mother was
B.
was the mother excited
C.
the mother was excited
D.
excited was the mother