T10A中的数字10表示含碳量为1.0%,T表示工具钢,A表示 。
T10A中的数字10表示含碳量为1.0%,T表示工具钢,A表示 。
中国大学MOOC: T10A中的数字10表示含碳量为1.0%,T表示工具钢,A表示 。
中国大学MOOC: T10A中的数字10表示含碳量为1.0%,T表示工具钢,A表示 。
T10A 的含碳量是() A: 0.1% B: 1% C: 10% D: 0.01%
T10A 的含碳量是() A: 0.1% B: 1% C: 10% D: 0.01%
T10A钢的含碳量为( ) 。 A: 10% B: 1.0 C: 1.0% D: 0.1%
T10A钢的含碳量为( ) 。 A: 10% B: 1.0 C: 1.0% D: 0.1%
T10A工具钢有较好的硬度和耐磨性,其含碳量为10%。
T10A工具钢有较好的硬度和耐磨性,其含碳量为10%。
T10A
T10A
T10A是优质钢。( )
T10A是优质钢。( )
T10A钢锯片淬火后应进行( )
T10A钢锯片淬火后应进行( )
T10A和60号钢均属于高碳钢
T10A和60号钢均属于高碳钢
以下程序段中能够正确实现p和q中两个字符串互换的是: A: char p[10]="hello", q[10]= "world", *t;strcpy(t,p); strcpy(p,q); strcpy(q,t); B: char p[10]= "hello", q[10]= "world", *t;t=p; p=q; q=t; C: char p[10]= "hello", q[10]= "world", t[10];strcpy(t,p); strcpy(p,q); strcpy(q,t); D: char p[10]= "hello", q[10]= "world", t[10];t=p; p=q; q=t;
以下程序段中能够正确实现p和q中两个字符串互换的是: A: char p[10]="hello", q[10]= "world", *t;strcpy(t,p); strcpy(p,q); strcpy(q,t); B: char p[10]= "hello", q[10]= "world", *t;t=p; p=q; q=t; C: char p[10]= "hello", q[10]= "world", t[10];strcpy(t,p); strcpy(p,q); strcpy(q,t); D: char p[10]= "hello", q[10]= "world", t[10];t=p; p=q; q=t;