毕业设计材料清单 相关材料 (任务书、开题报告)9 LED软件中网络子系统的研制 摘 要 Internet的普及和社会的发展,各个领域都追随着信息化建设的步伐。为了能加快企业的信息化建设步伐,提高企业的管理效率,各大企业对网络通信系统的渴求更是强烈。本系统就是应市场需求孕育而生的具备了网络通信系统的LED软件。 本系统是用目前流行的Delphi7.0语言开发的,采用了WinSock编程技术,真正做到适合各大企业使用的LED软件网络子系统。它为企业部门之间的即时沟通提供了一个平台,实现了信息的快速交流,提高了企业的工作效率,促进了员工间的有效沟通,加强了企业的信息化建设。 关键词:LED软件、Delphi7.0、WinSock、网络通信 Network sub-system's development in LED software ABSTRACT
With the popularization of Internet and the development of the society, all kinds of fields keep up with the step of the information-based construction. To speed up the step of enterprise of the information-based construction and raise management efficiency of enterprise, all great enterprises long for network communication system strongly. Born for the market request and with network communication, this system is LED software. Developed by popular delphi7.0, using WinSock programming technology, this system that is a LED software network subsystem is truly fit for big enterprise to use. It offers a platform for the instant communication of the enterprise internal employee, and achieves fast communication of information, improve the work efficiency of company, advance the efficient communication with staffs and strengthen the step of company information construction. KEYWORDS:LED software, delphi7.0, WinSock, Network communication 目录 第一章 引言 7 1.1 选题意义 7 1.2 研究现状 8 1.2.1 网络通信的现状 8 1.2.2 远程控制技术的现状 9 第二章 LED软件网络子系统综述 11 2.1 网络通信概述 11 2.2 网络通信系统的原理 11 2.3 LED软件网络子系统国内外发展的现状 12 第三章 系统关键技术 14 3.1 TCP/IP协议 14 3.2 WINSOCK技术 15 3.3 多线程技术 18 3.4 DELPHI语言 19 第四章 LED软件网络子系统的分析和设计 21 4.1 系统技术需求 21 4.2 系统功能需求 21 4.3 系统模块设计 22 4.4 详细设计 23 4.4.1 客户端服务设计 23 4.4.2 中转服务设计 24 4.4.3 远程管理服务设计 25 4.5 代码设计 27 4.5.1 编写客户端程序 27 4.5.2 编写服务端程序 29 4.6 输入设计 30 4.7 输出设计 30 第五章 系统功能模块 31 5.1 连接大屏幕服务器 31 5.2 发送文件 32 5.3 发送节目 33 5.4 执行远程控制 33 第六章 总结与展望 37 致谢 38 【参考文献】 39 附录 40 LED软件中网络子系统的研制 第一章 引言 目前,Internet的普及和社会的发展,各个领域都追随着信息化建设的步伐。作为以赢利为目的的企业更是时时刻刻关注信息化的发展。如今,LED软件不再只满足于控制LED显示屏的需要,它逐渐进入到了商业领域,在商务活动中发挥着作用;与此同时,网络通信技术的不断发展也为LED软件功能的丰富提供条件,企业开始在LED软件的基础上开发并构建具有信息传递功能的系统平台。这些因素都导致了LED软件在网络通信方面的发展,研制一款功能齐全,操控简便的LED软件网络子系统成为目前市场的迫切需要。 |