ImageVerifierCode 换一换
格式:DOC , 页数:52 ,大小:240.50KB ,
资源ID:1121786      下载积分:5 文钱
快捷下载
登录下载
邮箱/手机:
温馨提示:
快捷下载时,用户名和密码都是您填写的邮箱或者手机号,方便查询和重复下载(系统自动生成)。 如填写123,账号就是123,密码也是123。
特别说明:
请自助下载,系统不会自动发送文件的哦; 如果您已付费,想二次下载,请登录后访问:我的下载记录
支付方式: 支付宝    微信支付   
验证码:   换一换

加入VIP,省得不是一点点
 

温馨提示:由于个人手机设置不同,如果发现不能下载,请复制以下地址【https://www.wenke99.com/d-1121786.html】到电脑端继续下载(重复下载不扣费)。

已注册用户请登录:
账号:
密码:
验证码:   换一换
  忘记密码?
三方登录: QQ登录   微博登录 

下载须知

1: 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。
2: 试题试卷类文档,如果标题没有明确说明有答案则都视为没有答案,请知晓。
3: 文件的所有权益归上传用户所有。
4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
5. 本站仅提供交流平台,并不能对任何下载内容负责。
6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

版权提示 | 免责声明

本文(大学经典C语言编程试题.doc)为本站会员(h****)主动上传,文客久久仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。 若此文所含内容侵犯了您的版权或隐私,请立即通知文客久久(发送邮件至hr@wenke99.com或直接QQ联系客服),我们立即给予删除!

大学经典C语言编程试题.doc

1、1.输入两个正整数,m 和 n,求其最大公约数和最小公倍数。#includevoid main()int hcf(int,int); /*函数声明*/int lcd(int,int,int); /*函数声明*/int u,v,h,l;printf(“Please two numbers:n“);scanf(“%d,%d“,h=hcf(u,v);printf(“H.C.F=%dn“,h);l=lcd(u,v,h);printf(“L.C.D=%dn“,l);int hcf(int u,int v)int t,r;if(vu)t=u;u=v;v=t;while(r=u%v)!=0)u=v;v=r;

2、return(v);int lcd(int u,int v,int h)return(u*v/h);2.输入一行字符,分别统计出其中字母、空格、数字和其他字符的个数。#includeint letter,digit,space,others;void main()void count(char);char text80;printf(“Please string:n“);gets(text);printf(“string:n“);puts(text);letter=0;digit=0;space=0;others=0;count(text);printf(“letter:%d,digit:%d

3、,space:%d,others:%dn“,letter,digit,space,others);void count(char str)int i;for(i=0;stri!=0;i+)if(stri=avoid main()void count(char);char text80;printf(“Please numbers:n“);gets(text);printf(“Numbers:n“);puts(text);digit=0;count(text);printf(“digit:%dn“,digit);void count(char str)int i;for(i=0;stri!=0;

4、i+)if(stri=0void main()unsigned long iNumber;printf(“Please a number:n“);scanf(“%ld“,printf(“The number is:%ldn“,iNumber);printf(“The inverse number is:“);invertLongInt(iNumber);void invertLongInt(long x)if(x=0int n;for(n=1;nvoid main()int i,j;printf(“The picture is:n“);static char picture47= , , ,*

5、, , ,*,*,*, , *,*,*,*,*,*,*,*,*,*,*,*;for(i=0;ivoid main()int i,j;printf(“The picture is:n“);char picture44=*,*,*, *,*,*,*,*,*,*;for(i=0;ivoid main()float sum=1.0,t,s=1;int i;for(i=1;ivoid main()int i,j,k,n;printf(“100999 之间的所有水仙花数 are:n“);for(n=100;nvoid main()int a,n,i=1,sn=0,tn=0;printf(“a,n=:“);

6、scanf(“%d,%d“,while(ivoid main()char a7=*,*,*,*,*,*,*;int i,j,k;char space= ;printf(“The picture is:“);for(i=0;i#define N 4struct studentchar num3;char name4;float score2;float avr;stuN;void main()int i,j;float sum,average;for(i=0;ivoid main()char a5=*,*,*,*,*;int i,j,k;char space= ;printf(“The pict

7、ure is:“);for(i=0;ivoid main()int sum_day(int,int);int leap(int year);int year,month,day,days;printf(“ date(year,month,day):“);scanf(“%d,%d,%d“,printf(“%d/%d/%d“,year,month,day);days=sum_day(month,day);if(leap(year)printf(“is the %dth day in this year.n“,days);int sum_day(int month,int day)int day_t

8、ab13=0,31,28,31,30,31,30,31,31,30,31,30,31;int i;for(i=1;ivoid main() float a33,sum=0; int i,j; printf(“请输入元素:n“); for(i=0;ivoid main() int a43,s4,i,j,k; for(i=0;ivoid main() int a43,s4,i,j,k; for(i=0;ivoid main() int a35,s3,i,j,k; for(i=0;ivoid main() int a43,s4,i,j,k; for(i=0;i #define N 10#define M 10void main()

Copyright © 2018-2021 Wenke99.com All rights reserved

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

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

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