文件名称:Shealth
介绍说明--下载内容均来自于网络,请自行研究使用
学生健康状况分析系统
用C++语言实现一个学生健康状况分析系统。对该系统的要求如下:
1. 该系统应实现以下功能
(1) 录入健康信息:
允许逐条录入学生健康信息(包括:学号、性别、身高(cm)、体重(kg)),存入数据文件Shealth.dat中。
(2)基本健康情况查询:
允许查看存放记录在源数据文件中的学生的学号、性别、身高(cm)、体重(kg),可以查看全体学生的,也可以按学号查看某位学生的。
(3) 最大、最小查询:
按性别查询具有最大身高、最小身高的学生的情况;查询具有最大体重、最小体重的学生的情况。
(4) 统计健康情况:按性别统计学生的平均身高、体重。
(5) 分析健康情况:
按性别分析身高与体重比例失衡的情况,列出相关学生的学号、性别、失衡状态(高、低),统计处于失衡状态的学生总比例、低状态的比例、高状态的比例(“身高与体重比例失衡”是指身高与体重的关系不满足:0.9*(身高-105)≤体重≤1.1*(身高-105)。
2. 系统主界面应有以下功能选项
录入健康信息
全体学生基本健康情况查询
个别学生基本健康情况查询
最大、最小查询
平均健康情况统计
身高与体重比例失衡情况分析
退出
-The health status of a student in C++ language. Of the system requirements are as follows:
The system should achieve the following functions
(1) entry of health information:
Allows one by one entry of student health information (including: science, gender, height (cm), Weight (kg)), stored in the data file Shealth.dat.
(2) the health condition of the query:
Allowed to view the stored records in the source data file in the student s student number, gender, height (cm), weight (kg), all students can view, or view a student can learn numbers.
(3) the maximum and minimum query:
The maximum height, minimum height of students by sex query query with maximum weight, minimum weight students.
(4) statistical health conditions: the average height of students by gender, weight.
(5) analyze the health situation:
Lists related to students learning numbers, gender imbalance in the gender analysis of height and weight proportion, imbalance (high, low), statistics in an unbalanced state st
用C++语言实现一个学生健康状况分析系统。对该系统的要求如下:
1. 该系统应实现以下功能
(1) 录入健康信息:
允许逐条录入学生健康信息(包括:学号、性别、身高(cm)、体重(kg)),存入数据文件Shealth.dat中。
(2)基本健康情况查询:
允许查看存放记录在源数据文件中的学生的学号、性别、身高(cm)、体重(kg),可以查看全体学生的,也可以按学号查看某位学生的。
(3) 最大、最小查询:
按性别查询具有最大身高、最小身高的学生的情况;查询具有最大体重、最小体重的学生的情况。
(4) 统计健康情况:按性别统计学生的平均身高、体重。
(5) 分析健康情况:
按性别分析身高与体重比例失衡的情况,列出相关学生的学号、性别、失衡状态(高、低),统计处于失衡状态的学生总比例、低状态的比例、高状态的比例(“身高与体重比例失衡”是指身高与体重的关系不满足:0.9*(身高-105)≤体重≤1.1*(身高-105)。
2. 系统主界面应有以下功能选项
录入健康信息
全体学生基本健康情况查询
个别学生基本健康情况查询
最大、最小查询
平均健康情况统计
身高与体重比例失衡情况分析
退出
-The health status of a student in C++ language. Of the system requirements are as follows:
The system should achieve the following functions
(1) entry of health information:
Allows one by one entry of student health information (including: science, gender, height (cm), Weight (kg)), stored in the data file Shealth.dat.
(2) the health condition of the query:
Allowed to view the stored records in the source data file in the student s student number, gender, height (cm), weight (kg), all students can view, or view a student can learn numbers.
(3) the maximum and minimum query:
The maximum height, minimum height of students by sex query query with maximum weight, minimum weight students.
(4) statistical health conditions: the average height of students by gender, weight.
(5) analyze the health situation:
Lists related to students learning numbers, gender imbalance in the gender analysis of height and weight proportion, imbalance (high, low), statistics in an unbalanced state st
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Shealth.c