• 2022-05-30 问题

    (2010 年)下列钢号中 钢的塑性、焊接性最好。 A: A.T10 B: B.20 C: C.45 D: D.65

    (2010 年)下列钢号中 钢的塑性、焊接性最好。 A: A.T10 B: B.20 C: C.45 D: D.65

  • 2022-06-15 问题

    以下程序段中能够正确实现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;

  • 2022-06-15 问题

    ‏var t = 10; ‌‏function test(test){ ‌‏ t = t + test; ‌‏ console.log(t);‌‏ var t = 3; ‌‏} ‌‏test(t); ‌‏console.log(t); ‌‏运行结果是( )?‌‏‌ A: 3 3 B: 3 10 C: NaN 10 D: NaN 3

    ‏var t = 10; ‌‏function test(test){ ‌‏ t = t + test; ‌‏ console.log(t);‌‏ var t = 3; ‌‏} ‌‏test(t); ‌‏console.log(t); ‌‏运行结果是( )?‌‏‌ A: 3 3 B: 3 10 C: NaN 10 D: NaN 3

  • 2022-06-15 问题

    以下程序段中能够正确实现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;

  • 2022-06-26 问题

    对于一个3位的正整数m,取出它的个位数字t(t为整型)的表达式是______。 A: t=m/100%10 B: t=(m-m/100*100)%10 C: t=m/lO%10 D: t=m/10

    对于一个3位的正整数m,取出它的个位数字t(t为整型)的表达式是______。 A: t=m/100%10 B: t=(m-m/100*100)%10 C: t=m/lO%10 D: t=m/10

  • 2022-06-01 问题

    根据储量计算结果及等级化标准,对储量规模进行评价,油田储量()的储量规模为大规模。 A: >10×10<sup>8</sup>t B: 为1×10<sup>8</sup>t~10×10<sup>8</sup>t C: 为0.01×10<sup>8</sup>t~1×10<sup>8</sup>t D: 为0.01×10<sup>8</sup>t~0.1×10<sup>8</sup>t

    根据储量计算结果及等级化标准,对储量规模进行评价,油田储量()的储量规模为大规模。 A: >10×10<sup>8</sup>t B: 为1×10<sup>8</sup>t~10×10<sup>8</sup>t C: 为0.01×10<sup>8</sup>t~1×10<sup>8</sup>t D: 为0.01×10<sup>8</sup>t~0.1×10<sup>8</sup>t

  • 2022-06-15 问题

    vart=10;functiontest(test){t=t+test;console.log(t);vart=3;}test(t);console.log(t);运行结果是()? A: 3  3 B: NaN 10 C: NaN  3 D: 3  10

    vart=10;functiontest(test){t=t+test;console.log(t);vart=3;}test(t);console.log(t);运行结果是()? A: 3  3 B: NaN 10 C: NaN  3 D: 3  10

  • 2022-11-02 问题

    我国陆地植被净初级生产力年均值约为( )。 A: 5.5×10∧10 t C B: 3.12×10∧9t C C: 1.55×10∧9 t C D: 1.22×10∧11 t C

    我国陆地植被净初级生产力年均值约为( )。 A: 5.5×10∧10 t C B: 3.12×10∧9t C C: 1.55×10∧9 t C D: 1.22×10∧11 t C

  • 2022-07-23 问题

    在使用函数square产生方波信号时,下列哪个代码能够产生幅度为1的单极性,占空比为1/2,周期为8的周期方波信号。( ) A: t=-10:0.01:10; y=square(2*pi*t/4,25)/2+0.5; B: t=-10:0.01:10; y=square(2*pi*t/8,25)/2+0.5; C: t=-10:0.01:10; y=square(2*pi*t/8,50)/2+0.5; D: t=-10:0.01:10; y=square(2*pi*t/4,50)/2+0.5;

    在使用函数square产生方波信号时,下列哪个代码能够产生幅度为1的单极性,占空比为1/2,周期为8的周期方波信号。( ) A: t=-10:0.01:10; y=square(2*pi*t/4,25)/2+0.5; B: t=-10:0.01:10; y=square(2*pi*t/8,25)/2+0.5; C: t=-10:0.01:10; y=square(2*pi*t/8,50)/2+0.5; D: t=-10:0.01:10; y=square(2*pi*t/4,50)/2+0.5;

  • 2022-06-07 问题

    标准以太网指的是 ( ) A: 10 BASE 5 B: 10 BASE 2 C: 10 BASE T D: 100 BASE T

    标准以太网指的是 ( ) A: 10 BASE 5 B: 10 BASE 2 C: 10 BASE T D: 100 BASE T

  • 1 2 3 4 5 6 7 8 9 10