资源描述:
《学分制学生选课系统 毕业论文》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、摘要本文着重阐述了网上选课系统的整体开发过程。介绍了系统的开发环境以及开发工具,对于设计思想和设计流程也做出了全面的叙述,在数据库创建思想以及各个数据表之间的具体关联等方面也做出了详细说明,并且具体剖析了系统各个功能的实现过程以及详细设计过程,在绘制简单系统功能模块图的同时,力求更加清晰地表明设计思想以及对整个程序设计的规划及具体实现。根据实际需求,网上选课系统采用模块化的设计思想,在WindowsXP操作系统环境下,搭建ASP.NET运行环境,通过使用C#语法的脚本语言完成动态的、交互的web服务器应用程序,实现
2、网上选课系统的主要功能,包括学生选择课程、取消选课、查看分数、更改个人资料等;教师登录实现更改个人资料、查询选课信息、删除选课信息、为学生评分等;管理员在后台进行的管理员管理、教师管理、学生管理、课程管理、学生选课查询和删除管理等功能。本系统具有多方面特点:系统功能完备,使用方便简捷,人性化的用户界面,安全保密设置齐全。关键词:网站;数据库;模块化AbstractThisarticlefocuseson theoverall developmentprocess of onlineenrollment system
3、. System developmentenvironment aswellasdevelopmenttools, design thinking and design processes makea comprehensive statement to create thespecificassociationbetween thinking and various data tables inthedatabase hasalso madea detaileddescription and specifican
4、alysis variousfeatures of the system toachieve process aswellas the detaileddesignprocess, while drawing simple system function blockdiagram,andstriveto more clearly that the concreterealization ofdesignideas and planningand design oftheentire program.Basedona
5、ctualdemand, online courseselection system usingthemodulardesignconcept, the WindowsXPoperatingsystemenvironment, the to build ASP.NETruntime environment,complete dynamic,interactive web serverapplications byusingthe scriptinglanguage syntax of C#,andonline th
6、emainfunctionof the electivesystem, including students chooseacourse,cancel elective seethescores, and changeyourpersonalinformation; the teachers Log change personalinformation, thequerycourse information, delete the enrollment information forstudents score;
7、administrator inthebackground the managementof administrators,teachers, management,studentmanagement,curriculummanagement, student enrollment inquiries anddeletemanagement functions.Thissystem hasmany features: complete systemfunctionality,simpleand easytouse,
8、 intuitiveuser interface, complete securitysettings.Keywords: website; database; modular目录前言1第1章问题的定义21.1项目背景21.2业务流程2第2章可行性分析42.1技术可行性42.2经济可行性42.3操作可行性42.4实施条件可行性4第3章需求分析53.1总体目标