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

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

系办办公自动化系统的设计与实现

 本文ID:LWGSW14347 价格:收费积分/100
扫一扫 扫一扫
本站会员可自行下载:下载地址 系办办公自动化系统的设计与实现 (收费:1000 积分)  

论文字数:12638,页数:30

摘  要
随着计算机技术的飞速发展,尤其是网络技术的超速发展,带动了信息的广泛交流甚至导致了信息爆炸,“信息时代”这一词汇似乎己经被普遍接受。因此,无论是对于一个国家还是对于一个企事业单位,如果要在未来的社会中获得发展,掌握信息技术已变成一个基本要素。
当前,许多学校计算机的普及率正在不断的提高,在一定程度上提高了各部门的办公效率。随着校园计算机网络的建立,其日常的业务、公文管理等信息量不断膨胀,低效办公方式与不断增长的办公业务量之间的矛盾日益尖锐,依靠人工手段及时对大量的信息进行收集、整理和分析是难以做到的,只有改革传统的办公方式,充分利用先进的办公技术,逐步实现信息管理现代化,才能提高办公效率以适应形势的发展,为信息的上传、下达提供极为生动的通信方式。
本文设计的信息管理平台,主要实现以下功能:1.信息管理2.邮件管理3.学生管理4.教师管理5.会议管理6.通讯录7.时间提醒等七个模块。此平台的搭建能够为较好的提高高校教学单位日常的行政办公效率,具有一定的实用性。

关键词:自动化;C/S;办公自动化;信息管理现代化;办公效率The Design and Implementation of College Department
Office Automation System

Abstract
The fast development of computer technology, especially the fast progress of network technology, leads the explosion of information. It seems that “Information Era” has been accepted universally. Therefore, to any country or company, in order to win the future competition, it is necessary for any country or company to master the information technology.
With the popularization of computers in all kinds of departments in the campus, the efficiency of office business improves to some degree. With the establishment of network in campus, the information, which contains the daily business data, the document, is expanding continuously. The conflict between inefficient working way and the increasing office business is becoming more and more furious. It is too hard to collect, clear up and analyze mass information by manual work. Innovation of the conventional way and utilization of the advanced technology can realize the modernization of information management step by step. And then, it can improve the working efficiency to catch up the development of society and provide a vivid way to communicate information.
A management information platform is proposed in this paper, which includes following functions:
(1) information management; (2) E-mail management; (3) students’ information management; (4) teachers’ management; (5) conference management; (6) address list ;(7) time reminder. Those functions can improve the efficiency of daily office work of campus department.
Key words: Automation, C/S, OA, The Modernization of Information Management, Work Efficiency

目  录

1 引言 1
1.1 课题背景 1
1.2 具体目标 1
1.3 本课题研究的意义 2
1.4 本课题的研究方法 2
2 系统开发环境 2
2.1 C\S模式概述 2
2.1.1 C/S模式的概念 2
2.1.2 C/S架构软件的优劣势 3
2.2 系统运行环境 3
2.3 SQL Server 2005的优势 4
2.4 VB.net简单介绍 4
3 系统设计分析 5
3.1 办公自动化的概念 5
3.2 需求分析 5
3.2.1 办公工作模型分析 6
3.2.2 可行性研究 7
3.2.3 系统功能图 8
4 数据库表设计 9
4.1 总体设计 9
4.1.1 需求分析 9
4.1.2 所需要的表 10
4.1.3 所需要的字段 10
4.2 表的设计 10
5 系统功能设计 12
5.1 登陆模块设计 12
5.1.1 功能分析 12
5.1.2 编码实现 12
5.2 功能分类模块设计 13
5.2.1 功能分析 13
5.2.2 编码实现 13
5.3 发送邮件模块设计 13
5.3.1 功能分析 13
5.3.2 编码实现 14
5.4 信息管理模块设计 15
5.4.1 功能分析 15
5.4.2 编码实现 15
5.5 学生管理模块设计 16
5.5.1 功能分析 16
5.5.2 编码实现 16
5.6 教师管理模块设计 17
5.6.1 功能分析 17
5.6.2 编码实现 18
5.7 通讯录模块设计 19
5.7.1 功能分析 19
5.7.2 编码实现 20
5.8 会议管理模块设计 21
5.8.1 功能分析 21
5.8.2 编码实现 21
5.9 时间提醒模块设计 22
5.9.1 功能分析 22
5.9.2 编码实现 22
6 软件测试 22
结    论 23
参考文献 23
致    谢 24
声    明 25


相关论文
本论文在计算机论文栏目,由论文格式网整理,转载请注明来源www.lwgsw.com,更多论文,请点论文格式范文查看
上一篇:基于sql server 2003 数据库的单.. 下一篇:一个简单的媒体播放器的设计与实现
Tags:办公 自动化 系统 设计 实现 【收藏】 【返回顶部】
最新文章
热门文章
计算机论文
推荐文章

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

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

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