- 1、本文档共7页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
程序设计11(Programming 11)
程序设计11(Programming 11)
101. given program blank.c function is: given a program has been established with a head node of the individual linked list, the list of nodes in the data domain of data from small to large order. The function of the function fun is to put the value of the parameter x into a new node and insert it into the list. After inserting, each node still keeps the order from small to big.
#include stdio.h
#include stdlib.h
#define N 8
Typedef, struct, list{int, data; struct, list, *next;} SLIST;
Void fun (SLIST, *h, int, x)
{SLIST, *p, *q, *s;
S= (SLIST*) malloc (sizeof (SLIST));
***************************************found*************************************
S-data=______;
Q=h;
P=h-next;
While (P =NULL {xp-data!)
***************************************found*************************************
Q=______;
P=p-next;
}
S-next=p;
***************************************found*************************************
Q-next=______;
}
SLIST *creatlist (int *a)
{SLIST, *h, *p, *q, int, i;
H=p= (SLIST *) malloc (sizeof (SLIST));
For (i=0; iN; i++)
{q= (SLIST *) malloc (sizeof (SLIST));
Q-data=a[i]; p-next=q; p=q;
}
P-next=0;
返回H;
}
无效outlist(段* H)
{段* P;
下一步;
如果(P = = null)printf(“\ n列表为空!“n);
别的{ printf(“语言学家”);
做{ printf(“-“%d”,P>数据);P = P - 下;}而(P!= NULL);
printf(“-”端\n”);
}
}
main()
{段*头;
int的[ ] = { 11,12,15,18,19,22,25,29 };x;
头= creatlist(一);
printf(“\ n列前插入:\n”);outlist(头);
printf(“nenter数:”);scanf(“%d”,和X);
乐趣(头,X);
printf(“\ n列表后插入:\n”);outlist(头);
}
102。给定程序modi1。C的功能是:函数乐趣的功能是:计算K以内最大的10个能被13或17整除的自然数之和。K的值由主函数传入,若K的值为500,则函数值为4622。
#包括 stdio. h
游戏乐趣(INT K)
{ int m=0,MC = 0,j,n;
当((k = 2)和(10)){
****************************************发现************************************
如果((% 13 = 0)| |(% 17 = 0))
m=k;
K;
}
返回M;
****************************************发现************************************
_____
主要()
{ printf(“%d”,有趣的(500));}
103。给定程序proge1。C的功能是:对指定字符在字符串一中出现的次数进行统计,统计的数据放在B数组中。其中:字符a出现的次数放在B [ 0 ]中,B出现的次数放在B [ 1 ]中,C出现的次数放在B [ 2 ]中,会出现的次数放在B [ 3
您可能关注的文档
- 神武孩子知识教导答案(The child taught brilliant answer).doc
- 福建上杭企业(Fujian Shanghang Enterprises).doc
- 福建省2010届语文高考背诵默写篇目(Fujian Province, the 2010 session of the Chinese college entrance examination memorizing contents).doc
- 福建省基层医疗卫生机构用药目录(2009版)(List of drugs used in primary medical and health institutions in Fujian (2009 Edition)).doc
- 社会适应_大学生主观幸福感量表(_ social adaptation of College Students' subjective well-being scale).doc
- 福建省第15届科技人才活动周暨万利达杯科普知识有奖征答活动试卷(Fujian fifteenth scientific and technological personnel activities week and Malata cup science knowledge Award activities).doc
- 福建省集体林权制度改革历经三年取得明显成效(The reform of collective forest tenure system in Fujian province has achieved remarkable results after three years).doc
- 福清市创建全省文明城市工作综述(A summary of the work of establishing civilized city in Fuqing).doc
- 福建省邵武市邵中片2013届九年级物理上学期期中试题(无答案) 新人教版(Fujian province Shaowu City Shao middle piece 2013 grade nine grade physics semester midterm question (has no answer) new person teaches Edition).doc
- 离婚的危害(The dangers of divorce).doc
最近下载
- 述责述廉报告 述责述廉报告2020三篇.docx VIP
- 沪教版小学四年级语文第一学期全册课件.ppt
- [贾平凹废都柳月]贾平凹作品废都.pdf
- 营房安全知识.docx VIP
- 东华大学教职工各类俱乐部(文体类)协会管理规定.doc
- 安徽省合肥市第四十五中学2023-2024学年八年级上学期期中物理试题(含答案).docx VIP
- 小学数学教研组教研工作总结PPT.pptx
- 贸易安全标准培训教材PPT课件(精编)共42页PPT-课件有实际AEO企业案例.pptx VIP
- 18.4数学活动-折纸做60°-30°-15°的角省公开课获奖课件市赛课比赛一等奖课件.pptx
- 2024软件正版化培训.pptx VIP
文档评论(0)