摘要网络通信在日常生活中极为重要。人们通过网络进行交流和数据传输。在当前复杂的网络条件中,无论是进行文件传输还是信息交流,都必须面临网络带宽不足或者网络传输过程中数据丢失的问题。而在局域网下的条件下就能使这些影响最小化。80164
本人针对网络编程,通过对相关资料的查阅与思考,研究局域网的数据传输过程和C/S软件模式,根据多媒体传输的特点,结合Windows Socket网络编程的知识,完成了局域网多媒体传输系统的设计与实现。实现了文字传输、文件传输和语音传输的功能。本文首先对设计课题进行简单的概括,然后接着介绍了网络编程和开发环境的相关技术,以及整个局域网多媒体传输系统的设计与实现,最后介绍了本人在系统制作和研究中遇到的困难以及对系统设计的体会。
毕业论文关键词 局域网 FTP 网络编程 语音传输 客户端/服务器
毕业设计说明书(论文)外文摘要
Title The Design and Implementation of LAN Multimedia Transmission System
Abstract Network communication is extremely important in everyday life。 People communicate through the network and data transmission。 In today's complex network conditions, whether it is for file transfer or exchange of information, it must be faced with insufficient network bandwidth or data loss during network transmission problems。 And in the local area network under conditions can make these effects can be minimized。
For network programming, through access and Consideration of relevant information, on LAN data transfer process and C / S software model, according to the characteristics of multimedia transmission, combined with Windows Socket network programming knowledge, completed the design of local area network multimedia transmission system with achieve。 To achieve a text transfer, file transfer and voice transmission capabilities。 Firstly, to design a simple task summary, and then introduces the design and realization of the related art network programming and development environment, as well as the entire local area network multimedia transmission systems, and finally introduces the difficulties I encountered in the system as well as the production and research system design experience。
Keywors LAN FTP network programming data transmission c/s
目录
1 绪论 1
1。1 课题设计背景 1
1。2 课题设计目的和任务 2
2 Windows Socket网络编程技术的研究 3
2。1 Socket套接字的分类 3
2。2 Windows Socket 网络编程技术 3
2。3 Winsock编程模型 4
2。3。1 简单的客户端/服务器模型 4
2。3。2 Windows Socket 流套接字编程模型 5
3 开发工具及开发技术介绍 7
3。1 开发工具Visual Studio 2010 7
3。2 MFC框架