首页 > 工作范文 > 笔试 > 关于全国计算机等级考试笔试内容

关于全国计算机等级考试笔试内容

   来源:学问馆    阅读: 7.8K 次
字号:

用手机扫描二维码 在手机上继续观看

手机查看

初始化

关于全国计算机等级考试笔试内容

#include

#include

#define MAXNUM 200

int xx[MAXNUM] ;

int totNum = 0 ; /* 文件中共有多少个正整数 */

int totCnt = 0 ; /* 符合条件的正整数的个数 */

double totPjz = 0.0 ; /* 平均值 */

int ReadDat(void) ;

void WriteDat(void) ;

void CalValue(void)

{

}

void main()

{

int i ;

clrscr() ;

for(i = 0 ; i < MAXNUM ; i++) xx[i] = 0 ;

if(ReadDat()) {

printf("数据文件不能打开!07 ") ;

return ;

}

CalValue() ;

printf("文件中共有正整数=%d个 ", totNum) ;

printf("符合条件的正整数的个数=%d个 ", totCnt) ;

printf("平均值=%.2lf ", totPjz) ;

WriteDat() ;

}

int ReadDat(void)

{

FILE *fp ;

int i = 0 ;

if((fp = fopen("", "r")) == NULL) return 1 ;

while(!feof(fp)) {

fscanf(fp, "%d,", &xx[i++]) ;

}

fclose(fp) ;

return 0 ;

}

void WriteDat(void)

{

FILE *fp ;

fp = fopen("", "w") ;

fprintf(fp, "%d %d %.2lf ", totNum, totCnt, totPjz) ;

fclose(fp) ;

}

A::

B:EXEC

C:EXEC SQL

D:SQL

题面:

已知在文件中存有若干个(个数<200)四位数字的正整

数, 函数ReadDat( )是读取这若干个正整数并存入数组xx中。请

编制函数CalValue( ), 其功能要求: 1. 求出这文件中共有多少

个正整数totNum; 2.求出这些数中的各位数字之和是奇数的数的`

个数totCnt, 以及满足此条件的这些数的算术平均值totPjz, 最

后调用函数WriteDat()把所求的结果输出到文件中。

注意: 部分源程序存放在PROG1.C中。

请勿改动主函数main( )、读数据函数ReadDat()和输出数据

函数WriteDat()的内容。

}

}

}

totPjz = (double) cnt / totCnt ;/*计算平均值*/

}

void main()

{

int i ;

clrscr() ;

for(i = 0 ; i < MAXNUM ; i++) xx[i] = 0 ;

if(ReadDat()) {

printf("数据文件不能打开!07 ") ;

return ;

}

CalValue() ;

printf("文件中共有正整数=%d个 ", totNum) ;

printf("符合条件的正整数的个数=%d个 ", totCnt) ;

printf("平均值=%.2lf ", totPjz) ;

WriteDat() ;

}

int ReadDat(void)

{

FILE *fp ;

int i = 0 ;

if((fp = fopen("", "r")) == NULL) return 1 ;

while(!feof(fp)) {

ffscanf(fp, "%d,", &xx

职场百科
财务管理
绩效考核
劳动保障
劳动合同
试用期
跳槽
社会