程序设计11(Programming 11).doc

  1. 1、本文档共7页,可阅读全部内容。
  2. 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 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

您可能关注的文档

文档评论(0)

f8r9t5c + 关注
实名认证
内容提供者

该用户很懒,什么也没介绍

版权声明书
用户编号:8000054077000003

1亿VIP精品文档

相关文档