通信管道与热力管道平行净距为()m,交叉净距为()m。
参考答案:1;0.5
编写函数fun,其功能是:删除一个字符串中指定下标的字符。其中,a指向原字符串,删除指定字符后的字符串存放在b所指的数组中,n放指定的下标。 注意:部分源程序给出如下。 请勿改动主函数main和其他函数中的任何内容,仅在函数fun的花括号中填入你编写的若干语句。 试题程序: #include<stdio.h> #include<conio.h> #define LEN 20 void fun(char a[], char b[], int n) void main()char str1[LEN], str2[LEN]; int n; printf("Enter the string:\n"); gets(str1); printf("Enter the position of the string deleted:"); scanf("%d",&n); fun(str1, str2, n); printf("The new string is:%s\n", str2);
速度素质锻炼中,采用“互相拍肩:两人相对1米站立,既要设法拍到对方的肩膀,又要防止对方拍到自己的肩膀”,是主要发展()的方法。
A.反应速度
B.动作速度
C.位移速度
D.转换速度