【计算机类职业资格】计算机三级(信息管理技术)上机考试29及答案解析.doc

上传人:sofeeling205 文档编号:1337219 上传时间:2019-10-17 格式:DOC 页数:2 大小:26KB
下载 相关 举报
【计算机类职业资格】计算机三级(信息管理技术)上机考试29及答案解析.doc_第1页
第1页 / 共2页
【计算机类职业资格】计算机三级(信息管理技术)上机考试29及答案解析.doc_第2页
第2页 / 共2页
亲,该文档总共2页,全部预览完了,如果喜欢就下载吧!
资源描述

1、计算机三级(信息管理技术)上机考试 29及答案解析(总分:-1.00,做题时间:90 分钟)1.编写函数 jsValue(),它的功能是求 Fibonacci数列中大于 t的最小的一个数,结果由函数返回,其中Fibonacci数列 F(n)的定义为: F(0)=0,F(1)=1 F(n)=F(n-1)+F(n-2) 最后调用函数 writeDat(),把结果输出到文件 OUT10.DAT中。 例如:当 t = 1000时,函数值为 1597。 注意:部分源程序已给出。 请勿改动主函数 main()和写函数 WriteDat()的内容。 试题程序: #include int jsValue(in

2、t t) main() int n; n=1000; printf(“n=%d, f=%dn“, n, jsValue(n); writeDat(); writeDat() FILE *in, *out; int n,s; out = fopen(“OUT10.DAT“, “w“); s = jsValue(1000); printf(“%d“,s); fprintf(out, “%dn“, s); fclose(out); (分数:-1.00)_计算机三级(信息管理技术)上机考试 29答案解析(总分:-1.00,做题时间:90 分钟)1.编写函数 jsValue(),它的功能是求 Fibon

3、acci数列中大于 t的最小的一个数,结果由函数返回,其中Fibonacci数列 F(n)的定义为: F(0)=0,F(1)=1 F(n)=F(n-1)+F(n-2) 最后调用函数 writeDat(),把结果输出到文件 OUT10.DAT中。 例如:当 t = 1000时,函数值为 1597。 注意:部分源程序已给出。 请勿改动主函数 main()和写函数 WriteDat()的内容。 试题程序: #include int jsValue(int t) main() int n; n=1000; printf(“n=%d, f=%dn“, n, jsValue(n); writeDat();

4、 writeDat() FILE *in, *out; int n,s; out = fopen(“OUT10.DAT“, “w“); s = jsValue(1000); printf(“%d“,s); fprintf(out, “%dn“, s); fclose(out); (分数:-1.00)_正确答案:(int jsValue(int t) int f1=0,f2=1,fn; fn=f1+f2; while(fn=t) f1=f2;f2=fn;fn=f1+f2; /*如果当前的 Fibonacci数不大于 t,则计算下一个 Fibonacci数*/ return fn; /*返回 Fibonacci数列中大于 t的最小的一个数*/ )解析:解答本题的关键是要充分理解题意,只有理解了题意本身的数学过程,才能把数学过程转化为程序逻辑。根据已知数列,我们不难发现:Fibonacci 数列中,从第三项开始,每一项都可以拆分为前两项之和。本题要求找到该数列中“大于 t的最小的一个数”。这里可以借助一个 while循环来依次取数列中的数,直到出现某一项的值大于 t,那么这一项就是“大于 t的最小的一个数”。注意:在循环体内部,我们用变量 f1始终来表示第 n项的前面第二项,用变量 f2来始终表示第 n项的前面第一项。这就实现了变量的活用与巧用。

展开阅读全文
相关资源
猜你喜欢
  • NASA NACA-TR-627-1938 The experimental and calculated characteristics of 22 tapered wings《22个锥形机翼的实验和计算特性》.pdf NASA NACA-TR-627-1938 The experimental and calculated characteristics of 22 tapered wings《22个锥形机翼的实验和计算特性》.pdf
  • NASA NACA-TR-631-1938 Airfoil section characteristics as applied to the prediction of air forces and their distribution on wings《适用于空气力量的预测和其在机翼上分布的翼剖面特性》.pdf NASA NACA-TR-631-1938 Airfoil section characteristics as applied to the prediction of air forces and their distribution on wings《适用于空气力量的预测和其在机翼上分布的翼剖面特性》.pdf
  • NASA NACA-TR-633-1938 Pressure distribution over an N A C A 23012 airfoil with a slotted and a plain flap《带有开缝和普通襟翼的NACA 23012机翼的压力分布》.pdf NASA NACA-TR-633-1938 Pressure distribution over an N A C A 23012 airfoil with a slotted and a plain flap《带有开缝和普通襟翼的NACA 23012机翼的压力分布》.pdf
  • NASA NACA-TR-634-1938 Calculation of the chordwise load distribution over airfoil sections with plain split or serially hinged trailing-edge flaps《带有普通 分裂式或连续铰接的后缘襟翼翼剖面上沿翼弦方向荷载分布的计.pdf NASA NACA-TR-634-1938 Calculation of the chordwise load distribution over airfoil sections with plain split or serially hinged trailing-edge flaps《带有普通 分裂式或连续铰接的后缘襟翼翼剖面上沿翼弦方向荷载分布的计.pdf
  • NASA NACA-TR-638-1938 The influence of lateral stability on disturbed motions of an airplane with special reference to the motions produced by gusts《横向稳定性对飞机扰乱运动尤其是阵风产生运动的影响》.pdf NASA NACA-TR-638-1938 The influence of lateral stability on disturbed motions of an airplane with special reference to the motions produced by gusts《横向稳定性对飞机扰乱运动尤其是阵风产生运动的影响》.pdf
  • NASA NACA-TR-646-1939 The compressibility burble and the effect of compressibility on pressures and forces acting on an airfoil《压缩性扰流和压缩性对机翼上压力和力量的影响》.pdf NASA NACA-TR-646-1939 The compressibility burble and the effect of compressibility on pressures and forces acting on an airfoil《压缩性扰流和压缩性对机翼上压力和力量的影响》.pdf
  • NASA NACA-TR-648-1939 Design charts for predicting downwash angles and wake characteristics behind plain and flapped wings《在普通和摆动机翼后的气流下洗角度和伴流特性预测的设计图》.pdf NASA NACA-TR-648-1939 Design charts for predicting downwash angles and wake characteristics behind plain and flapped wings《在普通和摆动机翼后的气流下洗角度和伴流特性预测的设计图》.pdf
  • NASA NACA-TR-650-1939 The aerodynamic characteristics of six full-scale propellers having different airfoil sections《带有不同翼剖面的六个全比例螺旋桨的空气动力特性》.pdf NASA NACA-TR-650-1939 The aerodynamic characteristics of six full-scale propellers having different airfoil sections《带有不同翼剖面的六个全比例螺旋桨的空气动力特性》.pdf
  • NASA NACA-TR-651-1939 Downwash and wake behind plain and flapped airfoils《普通和摆动机翼的气流下洗和伴流特性》.pdf NASA NACA-TR-651-1939 Downwash and wake behind plain and flapped airfoils《普通和摆动机翼的气流下洗和伴流特性》.pdf
  • 相关搜索

    当前位置:首页 > 考试资料 > 职业资格

    copyright@ 2008-2019 麦多课文库(www.mydoc123.com)网站版权所有
    备案/许可证编号:苏ICP备17064731号-1