试题二
阅读以下说明和C函数,将应填入 (n) 处的字句写在答题纸的对应栏内。
【说明】
某单位准备进行一次选举,对指定的n名(n<80)候选人进行投票。为了简化选举工作,事先印制了写有这n名候选人姓名的选票,投票者只需将选中者名下的圆圈涂黑即可。规定每张选票上被涂黑的圆圈数不得超过3个,也不得少于1个,否则视为无效选票。投票结束后,所有选票经计算机扫描处理,形成了描述选票状态的文本文件。例如,n=8时所形成的文件如下:
01011000
10010100
10011000
11111111
00000000
00111000
其中,每行表示一张选票的数据,每列代表一位候选者的得票情况。第i行第j列为1,表示第i张选票上投了第j名候选人1票。
函数statisdc( )的功能是读入选票数据,并统计每位候选者的得票数,函数返回有效选票数。
【C函数】
int statistic(FILE*fp,int candidatet[],int n)
/*从文件中读入选票数据,n为候选人数量(n<80),从有效选票中统计每位候选者的得
票数并存入candidate[],函数返回有效选票数*/
char str[80]; /*str保存读入的一张选票数据*/
int i,tag=0; /* tag用于判断每张选票是否有效*/
int q=0; /*q用于计算有效选票数*/
for(i=0;i<n; i++)
candidate[i]=0;
while( (1) ){
fgets(str,80,fP); /*读入一张选票数据*/
for(tag=0,i=0; (2) ;i++)
if (str[i]==’1’) tag++;
if( (3) )/*若是有效选票,则进行统计*/
(4) ;
for(i=0; i<n; i++
During the last thirty years, the
international economy has experienced a basic change. Improvements in the
Internet and other communications have had important effects on world markets.
Faster methods of transport from one place to another have made the world seem
smaller to the businessmen. As a result, the world no longer. consists of a
number of separate economies under the control of different nations. Instead,
the nations have been integrated into a single economy, and the integration is
becoming more and more complete every year. For the first time in history, we
can truly speak of a global economy. The most dramatic example of this integration was the oil crisis of 1973 and 1974. It came as a great surprise to the public in the industrial nations to discover that they depended so heavily on imported oil. However, the bes A. can’t find jobs in their own countries B. leave their countries to live and work abroad C. have to leave their countries for all their life D. are professionals in medicine, law and other professions [单项选择]当出现资产敏感型缺口时,此时市场利率上升会导致银行的净利息收入( )。
A. 无法判断 B. 下降 C. 上升 D. 不变 [单选题]可燃气体爆炸下限<( )时,其火灾危险性列为甲类。
A.4.5% B.10% C.20% D.15% [单项选择]有阻塞的乳管内乳头状瘤可出现()
A. 乳头血性溢液 B. 棕褐色溢液 C. 黄色或黄绿色溢液 D. 乳白色溢液 E. 浆液性无色溢液 [单选题]变电第一种工作票所列工作地点超过两个,或有( )个及以上不同的工作单位(班组)在一起工作时,可采用总工作票和分工作票。
A.内 B.外 C.内或外 [填空题]我国考古发现最早的廊院式建筑是()。
[单选题]超高压泵消防车,泵的额定压力大于()MP,主要用于高压喷雾。
A.4 B.10 C.15 D.30 [判断题]用户计量装置在室外时,从用户室外计量箱出线端至用户室内第一支持物或配电装置的一段线路称为进户线。
A.正确 B.错误 [判断题]有TDCS系统的车站,在办理接发列车时,注意确认TDCS《行车日志》栏列车车次等自动生成的内容是否正确。
A.正确 B.错误 [单选题]装蜜蜂的车辆与装载农药的车辆原则上不得编挂在同一列车上。如因车流不足.分别挂运有困难,在本次列车运行全程内不发生列车折角转向运行的条件下,可编入同一列车内, 但应将蜜蜂车挂在农药车的前部,并隔离( )以上。鲜规 60 条
A.4 辆 B.3 辆 C.5 辆 D.2 辆 [多项选择]柜员在确定了存着的真伪的同时,还要查看存折是否有被刮补、挖补及涂改的痕迹,特别要检查()处位置。
A. 户名 B. 印刷号 C. 金额 D. 账号 [单项选择]未经批准擅自开办医疗机构行医或非医师行医的
A. 由县级以上卫生行政部门予以警告 B. 由县级以上卫生行政部门予以取缔,没收其违法所得及其药品、器械,并处10万元以上罚款 C. 对医师吊销执业证书并给予行政拘留 D. 给患者造成损害的,承担赔偿责任 E. 应当追究刑事责任 我来回答: 提交
|