c语言作业101页 文档.doc

上传人:11****ws 文档编号:3180121 上传时间:2019-05-24 格式:DOC 页数:4 大小:36KB
下载 相关 举报
c语言作业101页 文档.doc_第1页
第1页 / 共4页
c语言作业101页 文档.doc_第2页
第2页 / 共4页
c语言作业101页 文档.doc_第3页
第3页 / 共4页
c语言作业101页 文档.doc_第4页
第4页 / 共4页
亲,该文档总共4页,全部预览完了,如果喜欢就下载吧!
资源描述

1、(5)#includelong fib(int n)long f;if(n=0|n=1)if(n=0)f=0;else f=1;else f=fib(n-1)+fib(n-2);return f;main()long y;int n;scanf(“%d“,y=fib(n);printf(“%ld“,y);00Press any key to continue11Press any key to continue821Press any key to continue(6)#includelong fac(int n)long f;if(n=1)f=1;else f=n*fac(n-1);ret

2、urn f;long comb(int n,int m)int t=0;long c;t=m+n;c=fac(t)+fac(n);return c;main()long c;int n,m;scanf(“%d,%d“,c=comb(n,m);printf(“%ld“,c);2,18Press any key to continue(10)#includedouble fac(double n)double f;if(n=0)f=1;else f=n*fac(n-1);return f;double fab(double x,double n)double t=1;double i=0;if(i

3、=0)return 1;elsefor(i=1;idouble fac(double n)double f;if(n=0)f=1;else f=n*fac(n-1);return f;double fab(double x,double n)double t=1;double i=0;if(i=0)return 1;elsefor(i=1;i=n;i+)t=t*x;return t;double fad(double n)double g;if (n=0)g=1;else g=-1*fad(n-1);return g;double comb(double x,double n)double c;c=fad(n)*fab(2*n)/fac(2*n);return c;double combl(double x,double n)double e;e=comb(x,n)/(combl(x+2.3)+combl(x-3.2,n+3)return e;main()double x,n,e;scanf(“%f,%f“,e=combl(x,n);printf(“%f“,e);

展开阅读全文
相关资源
相关搜索

当前位置:首页 > 教育教学资料库 > 精品笔记

Copyright © 2018-2021 Wenke99.com All rights reserved

工信部备案号浙ICP备20026746号-2  

公安局备案号:浙公网安备33038302330469号

本站为C2C交文档易平台,即用户上传的文档直接卖给下载用户,本站只是网络服务中间平台,所有原创文档下载所得归上传人所有,若您发现上传作品侵犯了您的权利,请立刻联系网站客服并提供证据,平台将在3个工作日内予以改正。