搜索资源列表
CShttpServer
- C#编写的简易HTTP服务器,能处理GET请求,并发送当前目录内指定的文件,默认文件为\"index.htm\",找不到文件则发送错误信息 采用多线程编写,能同时连接多个客户端.-C# summary prepared by the HTTP server can handle GET request, , and send the current directory specified in the document, the default document "index.htm&
Tuxedo多连接同步/异步通讯客户端
- 多线程同时连接多个Tuxedo服务端,实现同步/异步通讯方式下的交易请求。 CTuxedoTransController //Tuxedo通讯控制器 CTuxedoTransAdapter //Tuxedo通讯适配器 CTuxedoSyncTransmitter //Tuxedo同步处理器 CTuxedoAsynSender //Tuxedo异步发送器 CTuxedoAsynReceiver //Tuxedo异步接收器
TCP实现客户服务器聊天程序
- 操作系统课程设计任务书 一、设计题目:多机进程通信 应用Socket进程通信技术编写聊天室程序,实现基于服务器的并发多机信息转发。如果各客户端在线则可以实时聊天、发送接收文件,如果某客户端离线,则发送给他的消息可由服务器端进行内容缓存,待重新连线后可以自动接收通过服务器转发的信息或文件。缓存与转发的控制算法可参考操作系统课程中生产者消费者进程同步方法、缓冲池技术等相关理论。 二、设计思路和功能的详细描述 采用TCP协议,所以属于客户机/服务器模式,因此需要聊天服务
MFC CSocket类写的基本聊天室程序
- MFC CSocket类写的基本聊天室程序。 多个客户端连接聊天室服务端。 实现基本聊天功能。,MFC CSocket basic types of written procedures for the chat room. Multiple clients to connect to chat room server. The realization of the basic chat features.
iocpserver.rar
- 完成端口写成的高性能可伸缩性服务器,可同时处理多个客户端的连接。改正了以前代码的一些bug。,Completion port written in high-performance scalable servers, can simultaneously handle multiple client connections. To correct some of the previous code bug.
Server
- 使用visual c++ 开发的Socket 套接字服务器端程序,具有和客户端程序交互功能,采用多线程连接多个客户端-use visual c++ and multiple threads socket server_client
SimpleMSN
- 自己写的即时通信软件,包含客户端/服务器端,采用广播模式通信,可以由一个服务端连接多个客户端(可以指定多个iP),服务端发送确认信息并在客户端弹出提示信息,然后开始由服务端单向通信。将类似MSN的提示框封装为DLL,在客户端程序中调用。VC6编译通过,适合做二次开发。-Write their own real-time communication software, including client/server-side, using radio communication mode, you
code
- 多个客户端能够同时连接到一个服务器进行聊天,客户端可以向所有人发送消息,也可以向某人单独发送消息。 服务器端也能参与聊天。服务器端可以记录所有的聊天记录(包括客户端之间的单独聊天),服务器能够与某个客户端和全部客户端相互发消息。 -multiple clients can simultaneously connect to a chat server, the client can send a message to all, you can send a message to the
SocketPrograms
- 简单的网络服务器/客户端模型程序,包括TCP和UDP,服务器程序支持金线程,可以连接多个客户端。-A simple server/client network program. It includes TCP and UDP. The server is multithread so it can connect with several clients.
modtcpserver
- tcp/ip服务器 采用非阻塞性,可以连接多个客户端-tcp/ip server
TCP3
- 模拟qq聊天程序,可以在服务端,客户端之间传送文字,图片,一个服务端可以连接多个客户端-Analog qq chat program, you can in the service, the client sent between text, image, a server can connect to multiple clients
asynGprs-datacard
- 通过无线上网卡实现数据的传输,同时可连接多个客户端,包括心跳包,超时重发等机制!-Data via wireless transmission, and can connect to multiple clients, including heartbeat packet retransmission mechanisms such as overtime!
task
- 写了客户端与服务端程序,实现一个服务端连接多个客户端,进行文件的上传下载,并且客户端可实现上传下载的暂停/继续-Write the client and the server program, a server to connect multiple clients, file uploading and downloading, and the client can upload and download pause/resume
ChatServ
- QT写的局域网通信的服务端,可以连接多个客户端,通过多进程通信-QT written the LAN communication server, you can connect multiple clients through a multi-process communication
服务器与客户端连接实现多个客户端的联系
- 实现网络通信功能,服务器与客户端连接实现多个客户端的联系-Network communication, server and client connections to multiple clients Contact
Socket
- 非阻塞socket通信程序,可连接多个客户端-a socket communication program
JAVA 浏览器
- 1. 使用Java语言进行编程; 2. 具有可视化的GUI图形界面,能够直观的进行显示; 3. 自己开发的MiniIE客户端软件,能够解析自己定义的MiniHTML,进行页面的显示(使用JDIC); 4. 自己开发的MiniApache服务器软件,能够使用多线程接受多个客户端的多次连接,返回MiniHTML代码;并且具有日志功能,能够记录每次连接的客户端IP和接入时间; 特色附加功能: 1. 支持HTML的排版标签,如<table>、<td>、<tr>
TCP
- 基于TCP/IP协议的Socket通讯程序,有界面,可连接多个客户端,发送文字-Based on TCP/IP protocol Socket communication program, the interface can be connected to multiple clients, send text
TCPSever多客户端连接
- tcpsever服务器端使用,可以连接多个客户端(Tcpsever server side, you can connect to multiple clients)
webSocketDemoC#websocket服务端,支持多个客户端连接,和批量发消息给客户端
- webSocketDemoC#websocket服务端,支持多个客户端连接,和批量发消息给客户端