|
摘 要:随着网络技术和数据库技术的发展,使人们的现代生活方式发生了深刻的变化。同时也为高校的教学方式带来了革命性的变革。本文主要说明了网上毕业设计选题系统的设计和实现过程。毕业设计选题系统具有用户登录、教师基本信息管理、学生基本信息管理、课题名称发布、学生选题、信息查询、系统管理等功能。本系统使用ASP.NET技术, Visual C#语言开发,数据库采用 SQL Server 2000技术。
毕业设计(论文)外文摘要 The Design and Implementation of Selection of Subjects on Graduation System
Abstract: With the development of the technology for network and database, people's lifestyle have changed a lot. In the same time , it brings great revolutionary for the teaching ways of colleges and universities . This paper mainly described the courses of the design and implement of the Design and Implementation of Selection of Subjects on Graduation System。The system has the main functions of users posting, management of the teachers basic information, management of the students basic information, publishing the names of subjects, students selection of subjects,imformation of searching, management of the system. The system is built with the technology of ASP.NET and SQL Server2000 .The programming language is Visual C#.
目 录 1 引言 1 1.1 开发工具简介 1 1.1.1 ASP.NET技术 1 1.1.2 ASP.NET的性能 2 1.1.3 SQL Server2000简介 2 1.2 问题的内容简介 4 1.3 可行性分析 4 1.4 各章内容简介 5 2 需求分析 6 2.1 系统初步分析 6 2.2系统功能需求分析 6 2.2.1功能划分 6 2.2.2功能描述 6 2.3 流程分析 7 2.3.1 系统流程分析 7 2.3.2 用户登录数据流图 7 2.4 数据字典 7 3 系统设计 10 3.1 系统总体结构设计 10 3.2 系统数据模型设计 11 3.2 .1 E-R图 11 3.2 .2 关系模型 13 3.2 .3 数据库的设计 14 3.3 系统开发环境及开发工具 15 4 详细设计 17 4.1登录模块详细设计 17 4.1.1登录模块功能说明及流程分析 17 4.1.2登录模块设计说明 18 4.2 学生选课模块详细设计 19 4.2.1学生选课模块功能说明 19 4.2.2学生选课模块设计说明 20 4.3 教师模块详细设计 21 4.3.1教师模块功能说明 21 4.3.2登录模块设计说明 21 4.4管理员模块详细设计 22 4.
|