中国大学MOOC: 输入hello↙,写出下面程序的运行结果。#include <stdio.h>#include <string.h>int main(){char s[80],t[200]; int i,sl ;gets(s);sl = strlen(s);for(i=0 ;i<sl ;i++) t[i]=s[sl-i-1] ;for (i=0; i<sl; i++) t[sl+i] = s[i];t[sl+i]=\0 ;puts(t); return 0;}
中国大学MOOC: 输入hello↙,写出下面程序的运行结果。#include <stdio.h>#include <string.h>int main(){char s[80],t[200]; int i,sl ;gets(s);sl = strlen(s);for(i=0 ;i<sl ;i++) t[i]=s[sl-i-1] ;for (i=0; i<sl; i++) t[sl+i] = s[i];t[sl+i]=\0 ;puts(t); return 0;}
判断字符串s1是否大于字符串s2,应使用()。 A: if(sl>;s2) B: if(strcmp(sl,s2)) C: if(strcmp(s2,s1)>;0) D: if(strcmp(sl,s2)>;0)
判断字符串s1是否大于字符串s2,应使用()。 A: if(sl>;s2) B: if(strcmp(sl,s2)) C: if(strcmp(s2,s1)>;0) D: if(strcmp(sl,s2)>;0)
反馈振荡器的起振条件是() A: T(ω)=1、Φ(ω)=0 B: T(ω)=1、Φ(ω)=π C: T(ω)>1、Φ(ω)=0 D: T(ω)>1、Φ(ω)=π
反馈振荡器的起振条件是() A: T(ω)=1、Φ(ω)=0 B: T(ω)=1、Φ(ω)=π C: T(ω)>1、Φ(ω)=0 D: T(ω)>1、Φ(ω)=π
若反常积分发散,则()。 A: t≥0 B: t≥1 C: t>1 D: t>0
若反常积分发散,则()。 A: t≥0 B: t≥1 C: t>1 D: t>0
已知T(1)=9,T(2)=8,T(0)=5,Total=T(1)+T(2)+T(0),则Total=()。
已知T(1)=9,T(2)=8,T(0)=5,Total=T(1)+T(2)+T(0),则Total=()。
船舶对水航程SL,对地航程SG,船速VE,航时t,若SL<VEt,且SG>SL,则船舶航行在 情况下。
船舶对水航程SL,对地航程SG,船速VE,航时t,若SL<VEt,且SG>SL,则船舶航行在 情况下。
int a=1,b=3,t=0;if(a>b)t=a;a=b;b=t;那么a和b的值为()。 A: 1 3 B: 0 1 C: 1 0 D: 3 0
int a=1,b=3,t=0;if(a>b)t=a;a=b;b=t;那么a和b的值为()。 A: 1 3 B: 0 1 C: 1 0 D: 3 0
下列选项中,能够满足“若字符串s1等于字符串s2,则执行ST”要求的是( )。 A: if (strcmp(s2,s1)==0) ST; B: if (strcmp(sl,s2)==1) ST; C: if (sl==s2) ST; D: if (sl-s2==0) ST;
下列选项中,能够满足“若字符串s1等于字符串s2,则执行ST”要求的是( )。 A: if (strcmp(s2,s1)==0) ST; B: if (strcmp(sl,s2)==1) ST; C: if (sl==s2) ST; D: if (sl-s2==0) ST;
图中所示电路,若X(t)=1,Q(t)=0,触发器的新态和输出是[img=187x89]1803df34c2f849f.png[/img] A: Q(t+1)=0,Z(t)=0 B: Q(t+1)=0,Z(t)=1 C: Q(t+1)=1,Z(t)=0 D: Q(t+1)=1,Z(t)=1
图中所示电路,若X(t)=1,Q(t)=0,触发器的新态和输出是[img=187x89]1803df34c2f849f.png[/img] A: Q(t+1)=0,Z(t)=0 B: Q(t+1)=0,Z(t)=1 C: Q(t+1)=1,Z(t)=0 D: Q(t+1)=1,Z(t)=1
t分布的α分位数是tα,则有()。 A: Tα+t1-α=1 B: tα-t1-α=1 C: tα+t1-α=0 D: tα-t1-α=0
t分布的α分位数是tα,则有()。 A: Tα+t1-α=1 B: tα-t1-α=1 C: tα+t1-α=0 D: tα-t1-α=0