文件名称:Course-Management-System
- 所属分类:
- 其他小程序
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2016-03-29
- 文件大小:
- 5.11mb
- 下载次数:
- 0次
- 提 供 者:
- 张**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
设计一个具有菜单式界面(可使用控制台程序,以可选条目方式呈现;也可使用VC图形界面)的课程管理系统,其中包括
课程类和学生类,例如,课程类包括:课程编号、课程名、授课教师、上课时间(春季学期或夏季学期)、上课地点、学时数、学分、(是否)限选专业等属性;学生类包括:学号、姓名、年级、专业等数据属性。
学生可以根据某一门课程是否为该生所属专业限选/可选,以及上课时间、上课地点等信息来合理确定选课表(比如平均处理各学期的所修学分和学业负担,某一上午连续两门课的上课地点不宜过远,以避免课间10分钟内无法达到导致迟到等等),一旦课程被选定,相应选修该门课程的人数就更新,每门课程有选课人数上限,一旦到达上限人数,则不允许再被学生选课
不同年级/专业的学生限选课程数目不同。待选课信息要能为所有学生浏览。
你可根据你在湖大选课系统的相关操作完善上述需求描述,你更可以添加人性化的操作,比如预约下学期课程,前提是要为课程增加相关数据成员。
本项目可能涉及的OO内容包括(但不限于):类与对象、复合、静态成员、继承、多态等。相关数据保存及可能的读写操作均在文本文件或binary文件中进行,不涉及数据库。
-Design has a menu-driven interface (you can use the console program, presented in a way as an optional entry can also use the graphical interface VC) course management system, including coursework and student class, for example, classes include courses: Course Code, course name, instructor, class time (spring semester or summer semester), school location, number of hours, credits, (whether) limited selection of professional and other attributes student class includes: student ID, name, grade, and other professional data attributes. students according to whether or not a course for the student to your professional limit/optional, as well as class time, school location and other information to reasonably determine the enrollment form (such as average handle credits each semester and academic burden of the repair, a morning the courses will take place for two consecutive courses should not be too far away to avoid the recess can not be achieved within 10 minutes led to
课程类和学生类,例如,课程类包括:课程编号、课程名、授课教师、上课时间(春季学期或夏季学期)、上课地点、学时数、学分、(是否)限选专业等属性;学生类包括:学号、姓名、年级、专业等数据属性。
学生可以根据某一门课程是否为该生所属专业限选/可选,以及上课时间、上课地点等信息来合理确定选课表(比如平均处理各学期的所修学分和学业负担,某一上午连续两门课的上课地点不宜过远,以避免课间10分钟内无法达到导致迟到等等),一旦课程被选定,相应选修该门课程的人数就更新,每门课程有选课人数上限,一旦到达上限人数,则不允许再被学生选课
不同年级/专业的学生限选课程数目不同。待选课信息要能为所有学生浏览。
你可根据你在湖大选课系统的相关操作完善上述需求描述,你更可以添加人性化的操作,比如预约下学期课程,前提是要为课程增加相关数据成员。
本项目可能涉及的OO内容包括(但不限于):类与对象、复合、静态成员、继承、多态等。相关数据保存及可能的读写操作均在文本文件或binary文件中进行,不涉及数据库。
-Design has a menu-driven interface (you can use the console program, presented in a way as an optional entry can also use the graphical interface VC) course management system, including coursework and student class, for example, classes include courses: Course Code, course name, instructor, class time (spring semester or summer semester), school location, number of hours, credits, (whether) limited selection of professional and other attributes student class includes: student ID, name, grade, and other professional data attributes. students according to whether or not a course for the student to your professional limit/optional, as well as class time, school location and other information to reasonably determine the enrollment form (such as average handle credits each semester and academic burden of the repair, a morning the courses will take place for two consecutive courses should not be too far away to avoid the recess can not be achieved within 10 minutes led to
(系统自动生成,下载前可以参看下载内容)
下载文件列表
VC课程管理系统\Add.cpp
..............\Add.h
..............\ClassRoom
..............\ClassRoom.cpp
..............\ClassRoom.h
..............\Course
..............\Course.cpp
..............\Course.h
..............\Date.cpp
..............\Date.h
..............\.ebug\Add.obj
..............\.....\ClassRoom.obj
..............\.....\Course.obj
..............\.....\Date.obj
..............\.....\Final.exe
..............\.....\Final.ilk
..............\.....\Final.pch
..............\.....\Final.pdb
..............\.....\Member.obj
..............\.....\Student.obj
..............\.....\TeachingBuilding.obj
..............\.....\Test.obj
..............\.....\Time.obj
..............\.....\vc60.idb
..............\.....\vc60.pdb
..............\enc_temp_folder\enc19CA.tmp
..............\...............\encF2B9.tmp
..............\Final.dsp
..............\Final.dsw
..............\Final.ncb
..............\Final.opt
..............\Final.plg
..............\Final.sdf
..............\Final.sln
..............\Final.vcxproj
..............\Final.vcxproj.filters
..............\Final.vcxproj.user
..............\ipch\final-dca505c8\final-1a4f8ac0.ipch
..............\Member.cpp
..............\Member.h
..............\Student
..............\Student.cpp
..............\Student.h
..............\TeachingBuilding.cpp
..............\TeachingBuilding.h
..............\Test.cpp
..............\Time.cpp
..............\Time.h
..............\ipch\final-dca505c8
..............\Debug
..............\enc_temp_folder
..............\ipch
VC课程管理系统