资源大小: 479B
发布时间: 2009-12-11
文件格式: none
下载次数: 2
分享到:

下载地址:

下载地址1
(本站为飞网专业下载站,域名:down.cfei.net)

资源简介:

{int num;char str[20];stuuct node*next;};struct node*insert(head,pstr,n)struct node*head;char*pstr;int n;{sruct node*p1,*p2,*p3;p1=(struct node*)malloc(sizeof(struct node))strcpy(p1->str,pstr);p1->num=n;p2=head;if(head==null){head=p1;p1->next=null;}else{while(n>p2->num&&p2->next!=null){p3=p2;p2=p2->next;}if(n<=p2->num)if(head==p2){head=p1;p->next=p2;}else{p3->nextp1;p1->next=p2;}else{p2->next=p1;p1->next=null;}}return(head);}


飞网下载站,免费下载共享资料,内容涉及教育资源、专业资料、IT资源、娱乐生活、经济管理、办公文书、游戏资料等。