反击战术的手段主要有:().A、迎击挡击 B、抓击顺击 C、闪击钻击 D、迎击顺击

题型:多项选择题

问题:

反击战术的手段主要有:().

A、迎击挡击

B、抓击顺击

C、闪击钻击

D、迎击顺击

考点:体育科学散打散打题库
题型:多项选择题

读函数readDat()的功能是从文件IN25.DAT中读取20行数据存放到字符串数组xx中(每行字符串长度均小于80)。请编制函数jsSort(),该函数的功能是:以行为单位对字符串按下面给定的条件进行排序,排序后的结果仍按行重新存入字符串数组 xx中,最后调用写函数writeDat()把结果xx输出到文件OUT25.DAT中。
条件:从字符串中间一分为二,左边部分按字符的ASCII值升序排序,排序后,左边部分与右边部分按例子所示进行交换。如果原字符串长度为奇数,则最中间的字符不参加处理,字符仍放在原位置上。
例女口:位置 0 1 2 3 4 5 6 7 8
源字符串 d c b a h g f e
4 3 2 1 9 8 7 6
处理后字符串 h g f e a b c d
9 8 7 6 1 2 3 4
注意:部分源程序已给出。
请勿改动主函数main()、读函数readDat()和写函数writeDat()的内容。
试题程序:
#include <stdio.h>
#include <string.h>
#include <conio.h>
char xx[20] [80];
void jsSort()


main ( )

readDat ( );
jsSort ( );
writeDat ( );

readDat ( )

FILE *in;
int i=0;
char *p;
in = fopen("IN25.DAT ", "r ");
while(i〈20 && fgets(xx[i], 80, in) != NULL)

p = strchr(xx[i], ’\n’);
if(p) *p = 0;
i++;

fclose (in);

writeDat ( )

FILE *out;
int i;
clrscr();
out = fopen("OUT25.DAT", "w");
for(i=0; i〈20; i++)

printf("%s\n", xx[i]);
fprintf(out, "%s\n", xx[i]);

fclose(out);

题型:多项选择题

Read and choose the correct answers. 阅读理解。

       Mr Black says to his friends, "My wife, Mrs Black, changes her clothes four times a day. We have many 

clothes."       

       "So what? My daughter changes her clothes eight times a day." Mr Green says.      

       "Oh, how old is she?" asks Mr Black.        

       "Sixty days."

1. How many times does Mrs Black change her clothes a day?[ ]

A. Sixty            

B. Four             

C. Eight                 

D.Twelve

2. Can Miss Green put on her clothes herself?  (她自己)[ ]

A. Yes, she can.                          

B. No, she can't.                    

C. Sorry, I don't know.             

D. Of course she can. 

3. The Chinese of  "change" is                .          [ ]

A. 穿上      

B. 脱去      

C. 更换        

D. 购买

4. Mr Green's daughter is about              old.[ ]

A. two years       

B. two weeks     

C. two months          

D. two hours

5. Who's older, Mrs Black or Mr Green's daughter?[ ]

A. Mrs Black.                        

B. Miss Green.                         

C. Sorry, I don't know.                 

D. They're the same age.

题型:多项选择题

牛黄解毒片与哪种药合用会降低药物疗效()

A.庆大霉素

B.青霉素

C.四环素

D.维生素

E.红霉素

题型:多项选择题

扩胸牵引扳法时,患者的体位为()

A.站立位

B.仰卧位

C.侧卧位

D.坐位

E.俯卧位

题型:多项选择题

口服给药无效的抗心绞痛药物是

A.硝酸甘油
B.硝苯地平
C.普萘洛尔
D.硝酸异山梨酯
E.吲哚洛尔

更多题库