下列程序的输出结果是16.00,请填空。 include <stdio.h> main() { int a=9, b=2; float x=【 】,y=1.1,z; z=a/2+b*x/y+1/2; printf("%5.2f\n",z); }
查看答案
以下程序运行后的输出结果是【 】。 include <stdio.h> int a=5; fun (int b) { static int a=10; a+ =b++; printf("%d",a); } main() { int c=20; fun(c); a+ =c++; printf("%d\n",a); }
下面程序的运行结果是【 】。 include <stdio.h> define N 10 define s(x) x*x define f(x) (x*x) main() { int i1,i2; i1=1000/s(N); i2=1000/f(N); printf("%d %d\n",i1,i2); }
纵差动保护需要敷设()二次辅助导线,故纵差动保护适用于()线路。
模拟信号的采样,是指对()按固定的时间间隔取值而得到的(),即对连续信号按时间取量化值。