实例介绍
1. 学生选课及成绩管理系统的功能需求分析 (1)教师信息的管理:教师的基本信息显示; (2)学生信息的管理:学生基本信息显示; (3)选课信息的管理:学生所选课程基本信息的录入、修改和删除; (5)成绩管理:成绩的录入和修改 (6)信息的查询:按照课程号或课程名查询学生成绩 2.数据管理要求 针对高校选课信息系统的需求,通过对选课过程的内容和数据流流程分析,设计如下面所示的数据和数据结构: 1. 学生基本信息包括:学生号、姓名、性别、系别、学生密码 2. 教师基本信息:教师号、姓名、性别、教师密码 、授课课程号 3. 课程基本信息:课程号、课程名、学分、上课教室 4.
【实例截图】
【核心代码】
学生管理系统
└── 学生管理系统
├── C#课程设计实验报告.doc
├── StudySystem
│ ├── app.config
│ ├── bin
│ │ └── Debug
│ │ ├── StudySystem.exe
│ │ ├── StudySystem.exe.config
│ │ ├── StudySystem.pdb
│ │ ├── StudySystem.vshost.exe
│ │ ├── StudySystem.vshost.exe.config
│ │ └── StudySystem.vshost.exe.manifest
│ ├── ChecheList.cs
│ ├── ChecheList.Designer.cs
│ ├── class_control.cs
│ ├── class_control.Designer.cs
│ ├── class_control.resx
│ ├── connect.cs
│ ├── index.cs
│ ├── index.Designer.cs
│ ├── index.resx
│ ├── obj
│ │ └── x86
│ │ └── Debug
│ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── StudySystem.csproj.FileListAbsolute.txt
│ │ ├── StudySystem.csproj.GenerateResource.Cache
│ │ ├── StudySystem.csprojResolveAssemblyReference.cache
│ │ ├── StudySystem.exe
│ │ ├── StudySystem.index.resources
│ │ ├── StudySystem.pdb
│ │ ├── StudySystem.Properties.Resources.resources
│ │ ├── StudySystem.s_choice.resources
│ │ ├── StudySystem.s_index.resources
│ │ ├── StudySystem.s_searchgrade.resources
│ │ ├── StudySystem.s_search.resources
│ │ ├── StudySystem.s_show.resources
│ │ ├── StudySystem.student.resources
│ │ ├── StudySystem.teacher.resources
│ │ ├── StudySystem.t_gradsearch.resources
│ │ ├── StudySystem.t_index.resources
│ │ ├── StudySystem.t_insert.resources
│ │ ├── StudySystem.t_student.resources
│ │ └── TempPE
│ │ ├── Properties.Resources.Designer.cs.dll
│ │ ├── systemCache.Designer.cs.dll
│ │ ├── systemDataSet1.Designer.cs.dll
│ │ └── systemDataSet.Designer.cs.dll
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── student
│ │ ├── s_choice.cs
│ │ ├── s_choice.Designer.cs
│ │ ├── s_choice.resx
│ │ ├── s_index.cs
│ │ ├── s_index.Designer.cs
│ │ ├── s_index.resx
│ │ ├── s_search.cs
│ │ ├── s_search.Designer.cs
│ │ ├── s_searchgrade.cs
│ │ ├── s_searchgrade.Designer.cs
│ │ ├── s_searchgrade.resx
│ │ ├── s_search.resx
│ │ ├── s_show.cs
│ │ ├── s_show.Designer.cs
│ │ ├── s_show.resx
│ │ ├── student.cs
│ │ ├── student.Designer.cs
│ │ └── student.resx
│ ├── StudySystem.csproj
│ ├── StudySystem.csproj.user
│ ├── StudySystem.suo
│ ├── systemCache.Designer.cs
│ ├── systemCache.sync
│ ├── systemDataSet.Designer.cs
│ ├── systemDataSet.xsc
│ ├── systemDataSet.xsd
│ ├── systemDataSet.xss
│ ├── teacher
│ │ ├── teacher.cs
│ │ ├── teacher.Designer.cs
│ │ ├── teacher.resx
│ │ ├── t_gradsearch.cs
│ │ ├── t_gradsearch.Designer.cs
│ │ ├── t_gradsearch.resx
│ │ ├── t_index.cs
│ │ ├── t_index.Designer.cs
│ │ ├── t_index.resx
│ │ ├── t_insert.cs
│ │ ├── t_insert.Designer.cs
│ │ ├── t_insert.resx
│ │ ├── t_student.cs
│ │ ├── t_student.Designer.cs
│ │ └── t_student.resx
│ └── user.cs
├── StudySystem.sln
├── StudySystem.suo
└── 数据库
├── system_log.LDF
└── system.mdf
12 directories, 94 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论