论文格式
电气工程 会计论文 金融论文 国际贸易 财务管理 人力资源 轻化工程 德语论文 工程管理 文化产业管理 信息计算科学 电气自动化 历史论文
机械设计 电子通信 英语论文 物流论文 电子商务 法律论文 工商管理 旅游管理 市场营销 电视制片管理 材料科学工程 汉语言文学 免费获取
制药工程 生物工程 包装工程 模具设计 测控专业 工业工程 教育管理 行政管理 应用物理 电子信息工程 服装设计工程 教育技术学 论文降重
通信工程 电子机电 印刷工程 土木工程 交通工程 食品科学 艺术设计 新闻专业 信息管理 给水排水工程 化学工程工艺 推广赚积分 付款方式
  • 首页 |
  • 毕业论文 |
  • 论文格式 |
  • 个人简历 |
  • 工作总结 |
  • 入党申请书 |
  • 求职信 |
  • 入团申请书 |
  • 工作计划 |
  • 免费论文 |
  • 合作期刊 |
  • 论文同学网 |
搜索 高级搜索

当前位置:论文格式网 -> 毕业论文 -> 计算机论文
毕业论文标题:

多媒体教室管理系统

 本文ID:LWGSW17622 价格:收费积分/100
扫一扫 扫一扫
本站会员可自行下载:下载地址 多媒体教室管理系统 (收费:1000 积分)  

论文字数:13231,页数:43

摘要

 本课题针对学校中多媒体操作的复杂性和不完善性,利用Visual Basic和Access2000等工具开发一个控制简单、功能完善的多媒体教室管理系统。系统开发主要包括后台数据库的建立和维护以及前端应用程序的开发两个方面。对于前者要求建立起数据一致性和完整性强、数据安全性好的库;而对于后者则要求应用程序功能完备,易使用等特点。结合教学和使用的实际应用情况,仔细推敲用户的操作感受和应用要求,力求做到软件的功能强大、界面简洁、操作简便、稳定性及安全性高。多媒体教室系统是一套功能强大而又操作简便实用的管理软件,服务界面为自动计时管理、用户资料管理、客户端电脑的管理、在线电脑的远程管理、历史记录管理,还有一些系统设置。根据计算机数据处理严密可靠的特有机制,改善人工管理,从而实现了教室日常使用的全面自动管理,提高多媒体管理服务水平和效率等方面。
 
关键字 :Visual Basic,Access 2000,数据库,多媒体

Abstract

 This subject is aimed at multimedia technology with complexity and imperfection in school, which used the Visual Basic and Access 2000 to develop a classroom management system of multimedia technology with simple control and perfect function .System mainly includes two aspects which is the establishment and maintenance of database and the development of foreground application .The former demands to build a database with the high conformity, integration and well safety . While the latter demands the trait of perfect function of foreground application and can be easily used .Combining the practice applying situation of teaching and usage , deliberating the feeling of operation and the demanding of apply , trying our best to make the software to have the powerful function , brief interface ,simple manipulation ,high stability and safety . The classroom multimedia system is management software, which is not only powerful but also simple and practical manipulation. Service interface has automatic timing management, users' management, customers' management, telemanagement of online computer, historical records management and some system setups. According to the tight reliable and special system of computer data processing, improvements of man-power management then realized the complete automatic management of daily classroom operation,  improve the management service level and the efficiency of multimedia and some aspects.

Keywords: Visual Basic, Access2000, database, multimedia

目录

摘要 I
Abstract II
第1章 绪论 1
第2章 系统开发软件介绍 2
2.1 开发工具:Visual Basic 6.0 2
2.2 Visual Basic 6.0运行环境 2
2.3 Visual Basic6.0应用程序设计过程 2
2.4 数据库基本概况 3
2.5 VB开发Access数据库 3
第3章 多媒体教室管理系统设计 5
3.1 创建角色与用例关系图 5
3.1.1 用户的用例关系图 5
3.1.2 管理员用例的关系图 5
3.1.3 服务端用例的关系图 6
3.1.4 客户端用例的关系图 6
3.2 UML时序与协作视图描述 6
3.2.1 电脑使用工程时序图 7
3.2.2 使用过程协作图 7
3.3 远程控制 8
3.3.1  Winsock控件及相关API函数简介 8
3.3.2 远程控制的流程 8
3.4 数据库的设计 10
3.4.1 数据库分析 10
3.4.2 数据库概念结构设计 11
3.4.3数据库逻辑结构设计 12
3.5系统设计概况 13
3.5.1 服务端系统设计 14
3.5.2客户端的设计 15
3.6技术要点分析 15
第4章 多媒体管理系统的实现 17
4.1 系统界面设计 17
4.1.1 主界面的设计 17
4.1.2 时间控制界面设计 18
4.1.3用户登录界面设计 19
4.1.4系统设置和管理界面设计 19
4.1.5 用户管理界面设计 21
4.1.6 在线信息窗体设计 22
4.1.7 历史信息查询窗体 23
4.1.8 添加ID和IP地址界面设计 23
4.1.9 退出界面设计 24
4.2 公共模块设计 25
4.2.1 变量声明 25
4.2.2数据库连接函数 25
4.2.3禁用窗体的关闭按钮X的函数 25
4.2.4 强制重新启动客户端机器的函数 26
4.2.5关闭客户端机器的函数 26
4.2.6 用户在客户端登入的确认函数 26
4.3系统程序调试 27
4.4 软件维护 28
第5章 毕业设计总结 29
致 谢 30
参考文献 31
附录1:程序代码 32


相关论文
本论文在计算机论文栏目,由论文格式网整理,转载请注明来源www.lwgsw.com,更多论文,请点论文格式范文查看
上一篇:基于WEB环境的问卷调查系统 下一篇:学校二手自行车交易平台设计与开发
Tags:多媒体 教室 管理系统 【收藏】 【返回顶部】
最新文章
热门文章
计算机论文
推荐文章

本站部分文章来自网络,如发现侵犯了您的权益,请联系指出,本站及时确认删除 E-mail:349991040@qq.com

论文格式网(www.lwgsw.com--论文格式网拼音首字母组合)提供计算机论文毕业论文格式,论文格式范文,毕业论文范文

Copyright@ 2010-2018 LWGSW.com 论文格式网 版权所有 蜀ICP备09018832号