1 / 30
文档名称:

基于CS的KTV点歌管理系统的开发与实现_毕业设计论文.doc

格式:doc   页数:30
下载后只包含 1 个 DOC 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

基于CS的KTV点歌管理系统的开发与实现_毕业设计论文.doc

上传人:追风少年 2013/8/24 文件大小:0 KB

下载得到文件列表

基于CS的KTV点歌管理系统的开发与实现_毕业设计论文.doc

文档介绍

文档介绍:学士学位毕业论文(设计、创作)
基于C/S的KTV点歌管理系统的设计与实现
所在系别: 计算机科学与信息工程
专业: 网络工程
黑龙江省黑河学院
2013年4月30日
目录
摘要 III
ABSTRACT IV
第1章绪论 1
课题背景 1
前景意义 1
系统特征 1
系统开发环境 2
Visual Studio 2005简介 2
C#语言简介 2
SQL Server 简介 2
第2章系统分析 3
可行性分析 3
需求分析 3
第3章概要设计 6
项目规划 6
系统功能模块图 7
第4章系统详细设计 9
系统主框架布局与实现 9
歌星点歌子模块 10
歌手点歌子模块 11
分类点歌子模块 12
金曲排行点歌子模块 13
分类点播模块构建 15
播放控制模块 16
后台歌曲添加模块 18
数据库设计 18
表结构设计 18
第5章系统测试 21
系统测试目的 21
系统测试方案 21
系统结果分析与调试 21
系统测试结果 22
第6章系统总结和展望 23
总结 23
展望 23
参考文献 24
致谢 25
摘要
本论文主要是基于C/S结构的KTV点歌管理系统设计与实现进行全面系统分析和全面总结,系统采用C#作为开发语言,Visual Studio作为开发使用工具,SQL Server 2005作为后台数据库。系统的设计主要是实现歌星点歌模块、歌名点歌模块、新歌推荐模块、语种点歌模块和后台歌曲的添加,后台歌曲添加是本次开发的重点。后台歌曲添加功能,可以做到用户密码验证登录,可以随时修改、添加和删除歌手、歌曲信息等相关材料,及时更新歌曲目录,以便用户能够更多的了解歌手和歌曲信息,满足不同客户的需求。本论文对本次设计系统的开发背景、前景意义、系统分析、设计概要、详细设计、测试方法做了详细的介绍,并且做了总结。系统测试主要用到了试探法和演绎法,并且在个人几个月的努力和指导老师的帮助下,系统经过调试,能够成功运行。在已经掌握的技术支持下,实现了预期的设计理想。
关键词: 点歌管理系统;KTV点歌;歌曲库
ABSTRACT
This paper is mainly aimed at the development of KTV VOD management system and implementation, using C# as the development language, Visual Studio 2005 as a development tool, SQL Server 2005 as the background database. The design of this system is mainly to add achieve singer song module, title song, song mendation module, module language song module and background music, the songs added is the focus of the development of. The background song added function, can do the user password authentication login, can be modified at any time, add and delete the singer information and song information and other related materials, update the list of songs, so that users can learn more about the singer and the song information, meet the needs of different customer needs. In this paper, the design of system development background, significance, system analysis, summary design, detail design, test methods are introduced in detail, and made a summary. Sy