搜索资源列表
LANusersCom
- 基于TCP/IP的网络通信技术实现了面向连接的用户与服务器间点对点异步通信,本代码在该基础上应用了多线程以及共享数据结构技术,使网络服务器具有了多用户间数据转发的功能,进而解决了局域网多用户间的通信问题。 使用时先建立ODBC,Server与ChatServer先运行,然后运行Client- Has realized based on the TCP/IP network communication face between the connection user and the server
MTSClientSrc
- 于多线程tcp服务的对应的客户端代码,主要实现发送命令到服务器然后再出来从服务器端返回的命令-in multithreaded tcp services, the corresponding client code, the main sending commands to the server and then out from the server to return to the order
网络实验
- linu下socket多线程服务器与客户端的通信-LINU socket under multithreaded server and client communications
javawork_chat
- 本java聊天室,实现了多线程编程,实现多可客户聊天,群发消息 或者单发消息。并且实现了服务器端管理客户端的功能,详细请看程序的说明文档。-the java chat room and realized the multithreaded programming, customers can achieve multi-chat, single or repeated news updates. To reach the server-client management functions, p
vcMSocket
- 基于winsock 的 网络广播的例程,采用多线程技术,对客户端进行广播式传送数据-protocols of the network broadcasting the routines and multi-threading technology, client data broadcast transmission
MultTestForInitTokenClient
- MultTestForInitTokenClient文件夹中为服务器与客户端通信的客户端程序,多线程并发测试InitTokenServer -MultTestForInitTokenClient folder to the server and the customer households communications for the client, multithreaded concurrent testing InitTokenServer
A_simple_IOCP_ServerClient_Class
- 要求读者已经熟悉cpp,winsock,mfc和多线程. 简单而能大的server/client程序演示iocp的使用-asked readers already familiar with cpp, winsock, mfc and multithreading. Simple and can be large server / client procedures for the use of demonstration It
continue_tran
- 断点续传和多线程下载,可实现大文件传输.没有采用普遍的客户端,服务器方式,是一个对称性的文件传输器.基于TCP/IP-HTTP and multi-threaded download, enabling large file transfer. Not used widely client, server mode is a symmetry of the file transfer. Based on TCP / IP
socketonLinux
- Linux下采用C语言开发的聊天程序,使用类似vi的操作界面,服务器端采用多线程技术,每线程服务一个客户端,客户端采用双进程,一个进程负责网络I/O,一个进程负责用户交互。-Linux development using C language chat, the use vi similar to the user interface, server multi-threading technology, every threaded a client services, client dual
chat_cs
- 一个多线程的聊天工具,cs模式,这里包括了客户端和服务器-a multithreaded chat tools, cs mode here, including the client and server
multithread-ChatRoom
- 多线程聊天室程序,服务端为中转站,可以有多个客户端,每当有客户端发送消息,服务端将此消息广播到所有连接的客户端-multithreading chat room procedures, services - for the transfer station can have more than one client, whenever a client send messages this news-service broadcasting to all connected client
ServerSocket_demo
- 非常好的Socket多线程编程例子,可用作客户端或者服务端,可以实现TCP或者UDP通信,可以同时创建n个线程-very good example of multi-threaded programming, can be used as a client or server, can achieve a TCP or UDP communications, it will also create threads n
WinSockOP_Client
- 一个winsock客户端应用程序,数据IO采用多线程模型-a client application, data IO multi-threading model
clientThread
- 改开发程序是基于java开发的客户端聊天程序,实现了多线程 -changed development process is based on java development of the client chat program, to achieve a multi-threaded
comm_FTPWanderer
- 一个FTP的通信的客户端程序, 可以实现多线程断点续传-an FTP client communication procedures, can achieve multithreaded HTTP
SampleSer_Cli
- 基于TCP的网络聊天程序,一个server多个client,支持多个client同时与server聊天,适合学习TCP通信和多线程的人-network based on TCP Chat procedures, a number of client server. Support for multiple client while chatting with the server, suitable for learning TCP communications and the multithr
Multi-thread_management_and_network_program
- 这是我本科毕业设计的作品。实现了Window下网络通讯编程,包含服务器端和客户端两方面程序。主要实现了以下几个功能:1.Socket API编程,而不是WinSock编程,代码可以很方便地移植到Unix系统下;2. 多线程的管理机制,整个系统由一个主线程、一个管理线程,一个监听线程,若干个工作子线程构成,很好地解决了多线程的管理,资源的释放。3. 程序可以在真实局域网络环境下运行(即在一个主机上运行服务器端程序,在另外多台机器上分别运行一个客户端,可以实现通信),也可以在一个虚拟的环境下运行、演
MTS
- 很小的网络多线程文件传输,包含服务端及客户端-small network multithreaded file transfers, including server and client
filetransserver
- 务器端基于select I/O模型。为防止程序界面阻塞,有一个子线程用于不断接收socket并select其中的处理。客户端只有一个线程函数,不过其利用率很高,可用于远程目录交换,请求文件大小,创建若干线程来下载文件。文件传输有上传和下载,还有对等传输,这个项目中,传输文件具体指下载。 -side is based on the Treasury select I / O model. To prevent the program interface obstruction, a son
多线程实现客户-服务器结构的一个例子
- 多线程实现客户-服务器结构-multithreading client-server architecture