毕业论文 基于aspnet的在线投票系统的设计与实现.doc
约25页DOC格式手机打开展开
毕业论文 基于aspnet的在线投票系统的设计与实现,目 录摘 要1绪 论2第一章 系统开发工具及简介31.1 asp.net简介31.2 visual studio.net简介31.3 sql server 2005简介31.4 c#简介4第二章 系统需求分析52.1 系统分析52.2 用户需求分析52.3 可行性分析5第三章 系统设计说明73.1 设计目标73.2 系...
内容介绍
此文档由会员 ljjwl8321 发布
目 录
摘 要 1
绪 论 2
第一章 系统开发工具及简介 3
1.1 ASP.NET简介 3
1.2 Visual Studio.NET简介 3
1.3 SQL SERVER 2005简介 3
1.4 C#简介 4
第二章 系统需求分析 5
2.1 系统分析 5
2.2 用户需求分析 5
2.3 可行性分析 5
第三章 系统设计说明 7
3.1 设计目标 7
3.2 系统总体设计 8
3.3 数据库设计 10
第四章 系统页面展示与编码实现 12
4.1登陆注册模块详细设计 12
4.2投票模块详细设计 15
4.3新闻模块详细设计 17
4.4留言簿模块详细设计 17
4.5管理员模块详细设计 18
4.6用户模块设计 19
第五章 系统测试 20
5.1 测试目的 20
5.2 测试过程 20
结束语 21
参考文献 22
基于ASP.NET的在线投票系统的设计与实现
计算机科学系2007级3班 王鹏
摘 要: 在线投票功能是网站应用程序最常用的功能之一,也是网站应用程序开发常用的功能模块。当网站的管理员或用户提出一些新的想法与建议或者出现一种新产品时,他们可能需要通过用户或者用户的投票方式来确定这些新的想法、建议或者新的产品是否满足用户或者用户的需求。
本系统正符合这一要求,该系统是基于ASP.NET技术与SQL Server 2005数据库技术相结合。论文采用软件工程的思想从需求分析到编码实现详细阐述了系统的设计目标、总体架构及各功能模块的详细设计。 主要模块包括管理员模块、用户模块、留言簿模块、新闻模块、投票模块。
关键词:在线投票;ASP.NET;SQL Server 2005
Online Voting System Design and
Implementation Based On ASP.NET
WANG Peng , Class 3 , Grade 2007, The Science of Computer Department
Abstract : On-line voting is the most common web application to function, one of the web application development frequently module. When the administrator or a user puts forward some new ideas and suggestions or new products, they may be required by the user or customer in order to vote to determine whether these new ideas and proposals or new product can meet the needs of users.
This system is consistent with this requirement. The system is based on SQL Server 2005 database technology and ASP.NET technical papers together. This paper used the idea of software engineering. From demand analysis to elaborating coding system ,it achieved the design goals, the overall structure and function modules for the detailed design. The major blocks include the administrator module, the user module, guest book module, news module, voting module.
Key words: Online Voting; ASP.NET; SQL Server 2005
摘 要 1
绪 论 2
第一章 系统开发工具及简介 3
1.1 ASP.NET简介 3
1.2 Visual Studio.NET简介 3
1.3 SQL SERVER 2005简介 3
1.4 C#简介 4
第二章 系统需求分析 5
2.1 系统分析 5
2.2 用户需求分析 5
2.3 可行性分析 5
第三章 系统设计说明 7
3.1 设计目标 7
3.2 系统总体设计 8
3.3 数据库设计 10
第四章 系统页面展示与编码实现 12
4.1登陆注册模块详细设计 12
4.2投票模块详细设计 15
4.3新闻模块详细设计 17
4.4留言簿模块详细设计 17
4.5管理员模块详细设计 18
4.6用户模块设计 19
第五章 系统测试 20
5.1 测试目的 20
5.2 测试过程 20
结束语 21
参考文献 22
基于ASP.NET的在线投票系统的设计与实现
计算机科学系2007级3班 王鹏
摘 要: 在线投票功能是网站应用程序最常用的功能之一,也是网站应用程序开发常用的功能模块。当网站的管理员或用户提出一些新的想法与建议或者出现一种新产品时,他们可能需要通过用户或者用户的投票方式来确定这些新的想法、建议或者新的产品是否满足用户或者用户的需求。
本系统正符合这一要求,该系统是基于ASP.NET技术与SQL Server 2005数据库技术相结合。论文采用软件工程的思想从需求分析到编码实现详细阐述了系统的设计目标、总体架构及各功能模块的详细设计。 主要模块包括管理员模块、用户模块、留言簿模块、新闻模块、投票模块。
关键词:在线投票;ASP.NET;SQL Server 2005
Online Voting System Design and
Implementation Based On ASP.NET
WANG Peng , Class 3 , Grade 2007, The Science of Computer Department
Abstract : On-line voting is the most common web application to function, one of the web application development frequently module. When the administrator or a user puts forward some new ideas and suggestions or new products, they may be required by the user or customer in order to vote to determine whether these new ideas and proposals or new product can meet the needs of users.
This system is consistent with this requirement. The system is based on SQL Server 2005 database technology and ASP.NET technical papers together. This paper used the idea of software engineering. From demand analysis to elaborating coding system ,it achieved the design goals, the overall structure and function modules for the detailed design. The major blocks include the administrator module, the user module, guest book module, news module, voting module.
Key words: Online Voting; ASP.NET; SQL Server 2005