文件名称:the-list-to-achieve-health-system
- 所属分类:
- Windows编程
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2013-12-05
- 文件大小:
- 833kb
- 下载次数:
- 0次
- 提 供 者:
- 邵*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
利用链表实现学生健康系统
题目 学生健康情况管理系统
【问题描述】
实现学生健康情况管理的几个操作功能(新建、插入、删除、从文件读取、写入文件和查询、屏幕输出等功能)。健康表中学生的信息有学号、姓名、出生日期、性别、身体状况等。
【实验内容】
必做内容
利用链式存储结构来实现
系统的菜单功能项如下:
1------新建学生健康表
2------向学生健康表插入学生信息
3------在健康表删除学生信息
4------从文件中读取健康表信息
5------向文件写入学生健康表信息
6------在健康表中查询学生信息(按学生学号来进行查找)
7------在屏幕中输出全部学生信息
8-----退出
-Students use the list to achieve health system case management system Student Health topics [Problem Descr iption] implement several operational functions managed by the student health condition (new, insert, delete, read from a file, write documents and queries, the screen output function). Health information tables Students have student number, name, date of birth, gender, physical condition and so on. [Content] will do the experiment content structure to achieve the use of chain store system menu features items as follows: Table 1------ 2------ New Student Health insert the Student Health Form Student Information 3------ In healthy Table 4------ delete student information is read from the file table of health information in Table 5------ Student Health information written to the file in the health table 6------ Query Student Information (by students learn to find) 7------ output on the screen all the student information Exit 8-----
题目 学生健康情况管理系统
【问题描述】
实现学生健康情况管理的几个操作功能(新建、插入、删除、从文件读取、写入文件和查询、屏幕输出等功能)。健康表中学生的信息有学号、姓名、出生日期、性别、身体状况等。
【实验内容】
必做内容
利用链式存储结构来实现
系统的菜单功能项如下:
1------新建学生健康表
2------向学生健康表插入学生信息
3------在健康表删除学生信息
4------从文件中读取健康表信息
5------向文件写入学生健康表信息
6------在健康表中查询学生信息(按学生学号来进行查找)
7------在屏幕中输出全部学生信息
8-----退出
-Students use the list to achieve health system case management system Student Health topics [Problem Descr iption] implement several operational functions managed by the student health condition (new, insert, delete, read from a file, write documents and queries, the screen output function). Health information tables Students have student number, name, date of birth, gender, physical condition and so on. [Content] will do the experiment content structure to achieve the use of chain store system menu features items as follows: Table 1------ 2------ New Student Health insert the Student Health Form Student Information 3------ In healthy Table 4------ delete student information is read from the file table of health information in Table 5------ Student Health information written to the file in the health table 6------ Query Student Information (by students learn to find) 7------ output on the screen all the student information Exit 8-----
(系统自动生成,下载前可以参看下载内容)
下载文件列表
the list to achieve health system\学生健康信息链表实验报告.doc
.................................\链表实现学生健康信息系统\data.dat
.................................\........................\Release\Student_LinkNode.exe
.................................\........................\.......\Student_LinkNode.obj
.................................\........................\.......\Student_LinkNode.pch
.................................\........................\.......\vc60.idb
.................................\........................\Student_LinkNode.cpp
.................................\........................\Student_LinkNode.dsp
.................................\........................\Student_LinkNode.dsw
.................................\........................\Student_LinkNode.ncb
.................................\........................\Student_LinkNode.opt
.................................\........................\Student_LinkNode.plg
.................................\链表实现学生健康信息系统.avi
.................................\........................\Release
.................................\链表实现学生健康信息系统
the list to achieve health system