钢中超声波纵波声速为590000㎝/s,若频率为10MHZ则其波长为:()
A.59㎜
B.5.9㎜
C.0.59㎜
D.2.36㎜
参考答案:C
钠钾泵
从键盘上输入XXYYZZXYZWXP和X,以下程序的输出结果是 [9] 。 #include<iostream.h> #include<string.h> void main(){ char*str,ch; int count=0,pos; cin>>str>>ch; pos=strlen(str)-1; while(pos>=0){ if((str[pos])=ch)count++; pos--; } cout<<"count="<<count; }