数据结构 c语言 39个小程序

数据结构 c语言 39个小程序

ID:33493850

大小:836.87 KB

页数:284页

时间:2019-02-26

数据结构  c语言 39个小程序_第1页
数据结构  c语言 39个小程序_第2页
数据结构  c语言 39个小程序_第3页
数据结构  c语言 39个小程序_第4页
数据结构  c语言 39个小程序_第5页
资源描述:

《数据结构 c语言 39个小程序》由会员上传分享,免费在线阅读,更多相关内容在教育资源-天天文库

1、file:///L

2、/C语言/其他/重要程序/小程序/_joseph环.txt数据结构课程设计_joseph环/*Name:joseph环Author:wujilinDescription:课程设计joseph环就是一个循环链表的运用Date:11-07-0620:11Copyright:wujilin*/#include#includetypedefstructNode{intdata;intpassword;structNode*next;}Node,*LinkList;voidCreatLinkList(L

3、inkList*L,intn){Node*p,*q;inti;(*L)=(LinkList)malloc(sizeof(Node));if((*L)==NULL){printf("memoryallocationfailed,goodbye");exit(1);}p=(*L);printf("请输入第1个元素的密码:");scanf("%d",&(p->password));p->data=1;for(i=2;i<=n;i++){q=(LinkList)malloc(sizeof(Node));if(q==NULL){file:///L

4、/C语言/其

5、他/重要程序/小程序/_joseph环.txt(第1/3页)[2011-8-138:44:33]file:///L

6、/C语言/其他/重要程序/小程序/_joseph环.txtprintf("memoryallocationfailed,goodbye");exit(1);}printf("请输入第%d个元素的密码:",i);scanf("%d",&(q->password));q->data=i;p->next=q;p=q;}p->next=(*L);}voidOutput(LinkList*L,intm,intn){Node*p,*q;inti

7、=1;p=(*L);printf("输出出对序列:");while(n){while(i!=m){q=p;p=p->next;i++;}printf("%-3d",p->data);m=p->password;q->next=p->next;free(p);p=q->next;i=1;n--;}/////////////////////////////////////////////////////////下面是别人用for循环的其实和我用while循环差不多//但别人在处理删除一个节点的方法以前没看到过值得学习//inti,j;//Node*p,*

8、q;//file:///L

9、/C语言/其他/重要程序/小程序/_joseph环.txt(第2/3页)[2011-8-138:44:33]file:///L

10、/C语言/其他/重要程序/小程序/_joseph环.txt//p=(*L);//for(j=1;j<=n;j++)//{////for(i=1;inext);//m=p->password;//printf("%d",p->data);//p->data=p->next->data;//p->password=p->next->password;//q=p->next;

11、//p->next=p->next->next;//free(q);//}//////////////////////////////////////////////////////printf("");}intmain(void){LinkListL;intn,m;printf("请输入人数:");scanf("%d",&n);getchar();CreatLinkList(&L,n);printf("请输入第一个报号数:");scanf("%d",&m);Output(&L,m,n);system("pause");return0;}file

12、:///L

13、/C语言/其他/重要程序/小程序/_joseph环.txt(第3/3页)[2011-8-138:44:33]file:///L

14、/C语言/其他/重要程序/小程序/_计算器.txtC语言课程设计]计算器代码#include/*DOS接口函数*/#include/*数学函数的定义*/#include/*屏幕操作函数*/#include/*I/O函数*/#include/*库函数*/#include/*变量长度参数表*/#include

15、raphics.h>/*图形函数*/#include/*字符串函数*/#include<

当前文档最多预览五页,下载文档查看全文

此文档下载收益归作者所有

当前文档最多预览五页,下载文档查看全文
温馨提示:
1. 部分包含数学公式或PPT动画的文件,查看预览时可能会显示错乱或异常,文件下载后无此问题,请放心下载。
2. 本文档由用户上传,版权归属用户,天天文库负责整理代发布。如果您对本文档版权有争议请及时联系客服。
3. 下载前请仔细阅读文档内容,确认文档内容符合您的需求后进行下载,若出现内容与标题不符可向本站投诉处理。
4. 下载文档时可能由于网络波动等原因无法下载或下载错误,付费完成后未能成功下载的用户请联系客服处理。