- 1、本文档共75页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
2012年3月二C上机编程题答案
本答案仅供参考(请不要随意更改)
A类数学表达式(1—10)(N)
1
#include conio.h
#include stdio.h
float fun(int m,int n)
{
float t1=1,t2=1,t3=1,i;
for(i=1;i=m;i++)
t1*=i;
for(i=1;i=n;i++)
t2*=i;
for(i=1;i=m-n;i++)
t3*=i;
return t1/(t2*t3);
}
main()
{
printf(P=%f\n,fun(12,8));
}
2
#include conio.h
#include math.h
#include stdio.h
float fun()
{
float x1=0.0,x0;
x0=x1;
x1=cos(x0);
while(fabs(x0-x1)=0.000001)
{
x0=x1;
x1=cos(x0);
}
return x1;
}
main()
{
printf(Root=%f\n,fun());
}
3
#include conio.h
#include stdio.h
double fun(int n)
{
double f0=0,f1=1,fn;
fn=f0+f1;
while(fn=n)
{
f0=f1;
f1=fn;
fn=f0+f1;
}
return fn;
}
main() /*主函数*/
{
printf(%f\n,fun(1000));
}
4
#include conio.h
#include stdio.h
void fun (float *sn,int n)
{
float i,t=1;
*sn=0;
for(i=0;i=n;i++)
{ *sn+=t/(2*i+1);
t=-t;
}
}
main() /*主函数*/
{ int n=11;float s;
fun(s,n);
printf(s=%f n=%d\n,s,n);
}
5
#include conio.h
#include math.h
#include stdio.h
double fun( int m)
{
double s=0,i;
for(i=1;i=m;i++)
s+=log(i);
return sqrt(s);
}
main()
{
printf(%f\n,fun(20));
}
6
#include conio.h
#include stdio.h
#include math.h
double fun(double x,int n)
{
double s=x+1,i,t=1;
for(i=2;i=n;i++)
{
t*=i;
s+=pow(x,i)/t;
}
return s;
}
main()
{
printf(%f\n,fun(0.3,10));
}
7
#include stdio.h
#include math.h
double fun (int n)
{
double s=0, i;
for(i=1;i=n;i++)
s+=1.0/(i*(i+1));
return s;
}
main( )
{
printf(%f,fun(10));
}
8
#include stdio.h
#include math.h
double fun ( double eps)
{
double s=0,t=1,i,m=1;
for(i=1;t/m=eps;i++)
{
s+=t/m;
t=t*i;
m=m*(2*i+1);
}
return 2*s;
}
main( )
{ double x;
printf(Input eps:) ;
scanf(%lf,x); printf(\neps = %lf, PI=%lf\n, x, fun(x));
}
9
#include stdio.h
#include math.h
double fun(double x)
{
double i,t=1,m=1,s=0;
for(i=1;fabs(m/t)=0.000001;i++)
{
s=s+m/t;
m*=(0.5+1-i)*x;
t=t*i;
}
return s;
}
main()
{ double x,s;
printf(Input x: ); scanf(%lf,x);
s=
您可能关注的文档
- 建筑工程节省成本的方法.doc
- 拓展训练三天军训培训流程安排表.doc
- 2012届深圳高三语文试题及答案.doc
- 2012届湖北省高三3月适应性考试数学试卷(理.doc
- 2012届湖南省株洲市高三联考理综试卷化学部分(带答案).doc
- 拓展训练团队游戏大全(精品).doc
- 拓展训练评价单1.doc
- 2012届福建龙岩一中高考英语模拟.doc
- (2012年高考第二轮复习)无机化工流程题解题策略2012.4.18.ppt
- (九年级化学上册123单元练习)空气.docx
- 2025年广西中考地理二轮复习:专题四+人地协调观+课件.pptx
- 2025年广西中考地理二轮复习:专题三+综合思维+课件.pptx
- 2025年中考地理一轮教材梳理:第4讲+天气与气候.pptx
- 第5讲+世界的居民课件+2025年中考地理一轮教材梳理(商务星球版).pptx
- 冀教版一年级上册数学精品教学课件 第1单元 熟悉的数与加减法 1.1.6 认识1-9 第6课时 合与分.ppt
- 2025年中考一轮道德与法治复习课件:坚持宪法至上.pptx
- 2025年河北省中考一轮道德与法治复习课件:崇尚法治精神.pptx
- 八年级下册第二单元+理解权利义务+课件-2025年吉林省中考道德与法治一轮复习.pptx
- 精品解析:湖南省娄底市2019-2020学年八年级(上)期中考试物理试题(原卷版).doc
- 2025年中考地理一轮教材梳理:第10讲+中国的疆域与人口.pptx
最近下载
- GB 55021-2021 既有建筑鉴定与加固通用规范.pdf VIP
- 非煤矿山安全生产执法检查方案.pptx
- 3DMax中英文对照表2.doc
- 2024年四川省德阳市中考生物试题卷(含答案解析).docx
- 苏教版四下简便计算练习题.doc VIP
- 北京市第一零一中学2023-2024学年八年级下学期期中数学试题(原卷版).pdf VIP
- 2025年单招生活常识题目答案大全 .pdf VIP
- 湖北省武汉市2025届高三上学期元月调考数学试题(学生版+解析版).docx
- 卡萨帝 洗衣机 双子云裳洗干一体机 C8 HU12G1 使用说明.pdf
- 2023届高考英语新时政热点阅读 10 人工智能(含解析).docx
文档评论(0)