全国计算机等级考试二级C上机考试复习资料.docVIP

  • 7
  • 0
  • 约6.88万字
  • 约 124页
  • 2016-05-22 发布于浙江
  • 举报

全国计算机等级考试二级C上机考试复习资料.doc

全国计算机等级考试二级 C 上机考试复习资料 (共 50 套题目) 第 1 套 1、程序填空题 #include stdio.h #include math.h double fun(double x) { double f, t; int n; f = 1.0 + x; /**********found**********/ t = ___1___; n = 1; do { n++; /**********found**********/ t *= (-1.0)*x/___2___; f += t; } /**********found**********/ while (___3___ = 1e-6); return f; } main() { double x, y; x=2.5; y = fun(x); printf(\nThe result is :\n); printf(x=%-12.6f y=%-12.6f\n, x, y); } 1 2、程序修改题 #include stdio.h long fun(int x,int y,long *p ) { int i; long t=1; /**************found**************/ for(i=1; iy; i++

您可能关注的文档

文档评论(0)

1亿VIP精品文档

相关文档