文件名称:Linker

介绍说明--下载内容均来自于网络,请自行研究使用

1.编写一个函数Create(),该函数可以用于创建一个链表,链表中的结点包括学号,成绩,具有双向指针,该函数返回链表的头指针。

so on 20:05:11

初期动态输入学生人数(1-35)学号:char型,5位数字,不足5位的前面补0,数字以外时要提示错误信息;成绩:short型,最大值100,大于100或者小于0或者数字以外时要提示错误信息。注意:输入的信息超过相应的位数时,只取前面相应位数的信息。

so on 20:14:56

2.编写一个函数Sort(),该函数可以对函数Create()创建的链表按学号和成绩进行升序排序,该函数返回排序后的链表的头指针。(可以有相同学号,先按学号升序排序,学号相同的就按成绩排序)3.编写一个函数OutPut(),该函数根据学号输出链表中相应节点的学生的成绩。(输入一个学号,查找相应的成绩,输入的学号不存在,要提示没有这个学生)4.编写一个函数MemoryFree(),该函数释放函数Create()中分配的内存。(释放内存要提示内存是否释放成功)5.编写一个main函数,调用上述四个函数,实现创建,排序,输出,释放的功能-(1) write a function Create (), this function can be used to create a linked list node in the linked list, including learning, achievement, with two-way pointer, the function returns a linked list head pointer.

so on 20:05:11

Initial dynamic input the number of students (1-35) Student ID: char, 5 figures, less than five in front of complement 0, figures other than to prompt an error message results: short type, maximum 100, greater than 100 or smaller other than 0 or digital error message. Note: The information entered exceed the corresponding number of bits, just take the front of the corresponding median.

so on 20:14:56

(2) write a function Sort (), the function can be a function Create () create the linked list in ascending order by student number and achievements, the function returns the sorted linked list head pointer. (The same school, the press learn sorted in ascending order, the same student number sort by score). Write a function OutPut (), this function results accordi
(系统自动生成,下载前可以参看下载内容)

下载文件列表

Linker

......\Debug

......\.....\Linker.bsc

......\.....\Linker.exe

......\.....\Linker.ilk

......\.....\linker.obj

......\.....\Linker.pch

......\.....\Linker.pdb

......\.....\linker.sbr

......\.....\vc60.idb

......\.....\vc60.pdb

......\linker.c

......\Linker.dsp

......\linker.dsw

......\linker.h

......\Linker.ncb

......\Linker.opt

......\Linker.plg

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度更多...
  • 请直接用浏览器下载本站内容,不要使用迅雷之类的下载软件,用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*主  题:
*内  容:
*验 证 码:

源码中国 www.ymcn.org