中国一级毛片视频免费看-古代女子对男子的尊称-高清日韩中文字幕在线视频-精品中文日韩色影院-国产精品久久久久久岛国欧美-欧美日韩国产一区二区-深夜影院深久久久久久久久-91成人免费电影在线-精品女同一区二区三区免费战

全國計算機等級考試筆試內(nèi)容

時間:2022-06-26 02:34:24 筆試

關(guān)于全國計算機等級考試筆試內(nèi)容

  初始化

關(guān)于全國計算機等級考試筆試內(nèi)容

  #include

  #include

  #define MAXNUM 200

  int xx[MAXNUM] ;

  int totNum = 0 ; /* 文件IN.DAT中共有多少個正整數(shù) */

  int totCnt = 0 ; /* 符合條件的正整數(shù)的個數(shù) */

  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("數(shù)據(jù)文件IN.DAT不能打開!07 ") ;

  return ;

  }

  CalValue() ;

  printf("文件IN.DAT中共有正整數(shù)=%d個 ", totNum) ;

  printf("符合條件的正整數(shù)的個數(shù)=%d個 ", totCnt) ;

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

  WriteDat() ;

  }

  int ReadDat(void)

  {

  FILE *fp ;

  int i = 0 ;

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

  while(!feof(fp)) {

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

  }

  fclose(fp) ;

  return 0 ;

  }

  void WriteDat(void)

  {

  FILE *fp ;

  fp = fopen("OUT1.DAT", "w") ;

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

  fclose(fp) ;

  }

  A::

  B:EXEC

  C:EXEC SQL

  D:SQL

  題面:

  已知在文件IN.DAT中存有若干個(個數(shù)<200)四位數(shù)字的正整

  數(shù), 函數(shù)ReadDat( )是讀取這若干個正整數(shù)并存入數(shù)組xx中。請

  編制函數(shù)CalValue( ), 其功能要求: 1. 求出這文件中共有多少

  個正整數(shù)totNum; 2.求出這些數(shù)中的各位數(shù)字之和是奇數(shù)的數(shù)的

  個數(shù)totCnt, 以及滿足此條件的這些數(shù)的算術(shù)平均值totPjz, 最

  后調(diào)用函數(shù)WriteDat()把所求的結(jié)果輸出到文件OUT1.DAT中。

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

  請勿改動主函數(shù)main( )、讀數(shù)據(jù)函數(shù)ReadDat()和輸出數(shù)據(jù)

  函數(shù)WriteDat()的內(nèi)容。

  }

  }

  }

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

  }

  void main()

  {

  int i ;

  clrscr() ;

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

  if(ReadDat()) {

  printf("數(shù)據(jù)文件IN.DAT不能打開!07 ") ;

  return ;

  }

  CalValue() ;

  printf("文件IN.DAT中共有正整數(shù)=%d個 ", totNum) ;

  printf("符合條件的正整數(shù)的個數(shù)=%d個 ", totCnt) ;

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

  WriteDat() ;

  }

  int ReadDat(void)

  {

  FILE *fp ;

  int i = 0 ;

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

  while(!feof(fp)) {

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

【全國計算機等級考試筆試內(nèi)容】相關(guān)文章:

全國計算機等級考試四級筆試試題07-02

關(guān)于全國英語等級考試三級筆試分數(shù)表06-27

全國計算機等級考試一級練習(xí)試題07-02

全國計算機等級二級考試java練習(xí)07-01

全國少兒英語等級考試二星級筆試真題答案及解析06-28

全國計算機等級考試一級考試練習(xí)題07-01

全國計算機等級考試一級練習(xí)試題及答案07-02

建行柜員招聘的筆試的考試內(nèi)容07-09

全國職稱外語等級考試練習(xí)07-02

2017年3月全國計算機等級考試(NCRE)報考簡章07-08