文件名称:collegescoremanagement

  • 所属分类:
  • 数据库编程
  • 资源属性:
  • [C/C++] [源码]
  • 上传时间:
  • 2008-10-13
  • 文件大小:
  • 2.6kb
  • 下载次数:
  • 0次
  • 提 供 者:
  • guox****
  • 相关连接:
  • 下载说明:
  • 别用迅雷下载,失败请重下,重下不扣分!

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

高校学籍管理系统:存储和显示功能的实现:利用链表,将数据逐条写入和读出文件;

添加数据:将链表的最后的next指针指向一个新开辟的空间地址,然后将数据最后追加一条信息。

修改数据:先按要求(学号或姓名)查找看看要求信息是否存在,如果找到,让用户输入修改后的信息,如果找不到的话提示用户重新输入。

删除数据:先按要求(学号或姓名)查找看看要求信息是否存在,如果找到,将要删除的数据前面一条的next指向要删掉的这条信息的下一条的地址,然后将此信息的空间释放。如果找不到的话提示用户重新输入。

其他功能的实现:查找,按地址逐个匹配;输入的识别,输入的时候将输进的数据和已有数据进行比较,影响通则提示成功,否则要求重新输入;平均数和及格率,逐项将数据加起来同时将条数累加,然后将平均值和及格率计算出来。

-university enrollment management system : storage and display functions to achieve : the use of linked lists, one by one data writing and reading documents; Add data : List of the final next pointer at the opening of a new address space, Final data will then an additional information. Revised data : please requirements (school, or name) you look at the existence of the information required and, if found, for user input to revise the information, if I can not find the words to prompt the user to re-enter. Delete data : please requirements (school, or name) you look at the existence of the information required and, if found, will be deleted data before the next one to delete the reference to this information under one address, then save the space for the release of the information. If they c
(系统自动生成,下载前可以参看下载内容)

下载文件列表

压缩包 : 95302902collegescoremanagement.rar 列表
高校学籍管理系统(C++源码).cpp

相关说明

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

相关评论

暂无评论内容.

发表评论

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

源码中国 www.ymcn.org