xxxx18一60岁hd中国/日韩女同互慰一区二区/西西人体扒开双腿无遮挡/日韩欧美黄色一级片 - 色护士精品影院www

  • 大小: 41KB
    文件類型: .zip
    金幣: 1
    下載: 0 次
    發布日期: 2021-01-06
  • 語言: C/C++
  • 標簽: C++/VS2013??

資源簡介

程序使用說明:本程序是使用C++編寫的學生成績管理系統,使用VS2013進行代碼的編寫,其中file.txt是實驗數據。 實習題目:學生成績管理系統 要求: 1、增加記錄:要求可以連續增加多條記錄。 2、刪除一個學生的記錄:要求先查找,再刪除。刪除前,要求用戶確認。 3、成績修改:若輸入錯誤可以進行修改,要求先查找,再修改。 4、查找:根據姓名(或學號)查找某個學生的課程成績,查找某門課程成績在指定分數段內的學生名單等。 5、統計分析:對某個班級(實驗數據即為一個班)的單科成績進行統計,求出其平均成績;求出平均成績要求實現

資源截圖

代碼片段和文件信息

#include?“student.h“

int?main()
{
start();
Student?s;
int?choice?=?-1;
for?(;;)
{
cout?< cout?< cout?< cout?< cout?< cout?< cout?< cout?< cout?< cin?>>?choice;
if?(choice?==?1)
s.read_message();
if?(choice?==?2)
s.add_record();
if?(choice?==?3)
s.search_record();
if?(choice?==?4)
s.update_record();
if?(choice?==?5)
s.delete_record();
if?(choice?==?6)
{
s.analysis_score();
s.total_calculate();
}
if?(

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2018-01-17?00:50??Student_s\
?????文件?????????839??2018-01-03?21:29??Student_s\file.txt
?????文件????????1041??2018-01-11?20:19??Student_s\main.cpp
?????文件????????9503??2018-01-15?15:28??Student_s\student.cpp
?????文件?????????682??2018-01-11?20:20??Student_s\student.h
?????文件??????125952??2018-01-15?15:28??Student_s\Student_s.exe
?????文件????????1804??2018-01-17?00:51??Student_s\Student_s.txt
?????文件???????24064??2018-01-15?15:31??Student_s\Student_s.v12.suo

評論

共有 條評論