- 1、本文档共31页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
基于linux下网络聊天室的设计与实现x
PAGE \* MERGEFORMAT 31
Linux下网络聊天室的设计与实现前面的各种介绍尽量简略一点,主要介绍该系统的设计和实现,比如需求分析、总体设计、详细设计等,多做一些图。还可以截一些图,代码作为附录放到最后。
林仁明
计算机学院通信工程专业2008级 指导老师:岳淼
摘要: 本系统采用C/S结合的结构,客户端与客户端以及客户端与服务器端之间通过基于TCP/IP协议Socket套接口传送消息。服务器设计与实现过程中采用了多线程技术,可以在单个程序当中同时运行多个不同的线程执行不同的任务。大大增强了程序对服务器资源的利用。在Linux下编写并调试服务器端程序和客户端程序,实现了客户、服务器之间的连接和通信。可以在单机上开辟两个窗口实现客户端和服务器,或者两台主机链接分别作为客户端和服务器。总体来说,此设计以嵌入式C语言为开发语言,使用网络套接字socket建立连接,并运行多线程实现数据交换,程序经GCC调试成功,可以在单机网络中使用。
关键字:TCP/IP;linux;socket
Design and Implementation of Internet chat rooms under Linux
Linren Ming
Of Computer Science, Communication Engineering 2008 Instructor: Yue Miao
Abstract: This system uses a combination of C / S structure, between the client and the client and customer client and server-side through the TCP / IP protocol-based Socket sets of interfaces to deliver messages. Used in server design and implementation of multi-threading technology, in a single program which is running a number of different threads to perform different tasks. Greatly enhanced the program on the use of server resources. To write and debug server-side program and client program under Linux, the connection between the client, server and communications. Two windows can be opened up on a stand-alone client and server, or the two hosts links, respectively, as the client and server. Overall, this design embedded C language for the development of language, the use of network sockets socket connection is established and run multi-threaded data exchange program GCC debugging can be used in stand-alone network.
Keywords: TCP / IP; the linux; the socke
目录
TOC \o 1-3 \h \z \u HYPERLINK \l _Toc325198937 摘要 PAGEREF _Toc325198937 \h 1
HYPERLINK \l _Toc325198938 Abstract PAGEREF _Toc325198938 \h 1
HYPERLINK \l _Toc325198939 第一章:绪论 PAGEREF _Toc325198939 \h 3
HYPERLINK \l _Toc325198940 1.1 什么是网络编程 PAGEREF _Toc325198940 \h 3
HYPERLINK \l _Toc325198941 1.2 优点 PAGEREF _Toc325198941 \h 3
HYPERLINK \l _Toc325198942 第二章 linux网络聊天
文档评论(0)