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

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

XXXXXXXX学院视频点播网站开发

 本文ID:LWGSW18745 价格:收费积分/100
扫一扫 扫一扫
本站会员可自行下载:下载地址 XXXXXXXX学院视频点播网站开发 (收费:1000 积分)  

论文字数:11895,页数:38

摘要

 在当今的21世纪知识经济时代,数字化校园已成为学校现代化建设的基础,是学校信息化建设的重要发展目标。视频点播(VOD)作为一种较新的网络媒体应用技术,能极大地方便师生实现自我学习和生活娱乐,是一种现代化教育手段,更是数字化校园一个重要组成部分。开发出一套基于流媒体技术的校园网的视频点播系统,其无论是对于学校的数字化图书馆远程教育、视频会议、校园网内的视频点播服务、网上教学活动等方面都具有十分重要的作用和意义。
 本课题要研究的基本内容是建设一个面向我们学校应用的,能在校园网中运行的在线视频点播系统。总的说来,全文除了摘要、参考文献及结论外,主要分为了四个章节/部分。第一章为引言,主要回答了选题的原因与意义以及相关开发软件等问题;第二章为系统设计,介绍了视频点播系统的模块设计;第三章主要是对数据库设计的介绍;第四章为系统具体实现,也是本论文研究的重点所在,介绍了视频点播网站各个功能的具体实现方法。

关键词:视频点播,网站开发,ASP

The development of VOD website for Zhejiang University of Science and Technology
ABSTRACT

 In today's era of knowledge-based economy in the 21st century, Digital Campus has become the basis for the modernization of schools, the school's information construction of important development goals. Video-on-demand (VOD) as a relatively new Internet media application technology, can greatly facilitate the teachers and students to achieve self-study, and live entertainment, is a modern means of education, the number of campus is an important part. Development a streaming media technology based on the campus network of video-on-demand system, both for the digital library school distance education, video conferencing, within the campus network of video-on-demand services, on-line teaching and learning activities, and other aspects of a very important role and Significance. 
  The topics to study the basic elements of building a school for our applications, can run in the campus network of online video-on-demand system. In general, in addition to the full text of a summary of reference and conclusions, can be divided into four sections / parts. The first chapter for the introduction, answered the main topics of the causes and significance of the development of software and related issues such as the second chapter for the system design, introduced a video-on-demand system of modular design; Chapter III of the main design of that database on the Fourth Chapter specific system for the realization of this paper is the focus of the study, introduced a video-on-demand website features all the specific method.

Key words: VOD, Web Development, ASP


目录

摘要 I
ABSTRACT II
第1章 引言 1
1.1 课题的背景和意义 1
1.2 VOD点播技术概述 2
1.3 系统设计目的和要求 3
 1.3.1 校园网设计目的和要求 3
 1.3.2 VOD子系统设计目的和要求 4
1.4 相关软件及技术介绍 4
 1.4.1 流媒体技术介绍 4
 1.4.2 ASP动态编程技术介绍 6
 1.4.3 SQL及SQL Server2000介绍 7
 1.4.4 DreamWeaver MX2004网页编辑软件介绍 8
第2章 系统设计 10
2.1 整体设计 10
2.2 模块设计 10
 2.2.1 会员管理模块 10
 2.2.2 视频信息显示模块 11
 2.2.3 视频信息搜索 11
 2.2.4 视频栏目管理 12
 2.2.5 视频信息管理 12
第3章 数据库设计 14
3.1 数据库的概念设计 14
 3.1.1局部E-R模式设计 14
 3.1.2全局E-R模式设计 14
3.2 数据库逻辑实现 15
 3.2.1 用户信息 15
 3.2.2 视频信息 16
 3.2.3 一级栏目信息 17
 3.2.4 二级栏目信息 18
 3.2.5 管理员信息 18
 3.2.6 投票发表留言devot表的设计 19
 3.2.7 公告新闻news表的设计 20
第4章 系统具体实现 21
4.1 网站登陆首页设计 21
4.2 会员管理模块设计 21
 4.2.1会员注册 21
 4.2.2用户登陆验证 22
4.3 视频信息显示模块设计 23
4.4 视频信息搜索模块设计 25
4.5 视频栏目管理模块设计 26
 4.5.1 管理员登陆验证 26
 4.5.2 信息类别管理 27
4.6 视频信息管理模块设计 28
第5章 总结 31
参考文献 32
致谢 33


相关论文
本论文在计算机论文栏目,由论文格式网整理,转载请注明来源www.lwgsw.com,更多论文,请点论文格式范文查看
上一篇:J2ME技术的手机连连看游戏 下一篇:DOS环境下对文件系统的操作和对CF..
Tags:XXXXXXXX 学院 视频点播 网站开发 【收藏】 【返回顶部】
最新文章
热门文章
计算机论文
推荐文章

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

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

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