搜索资源列表
多线程实现客户-服务器结构的一个例子.zip
- 多线程实现客户-服务器结构的一个例子
SOCKET服务器(队列算法)
- SOCKET服务器,支持多客户端,含协议判断处理. 每个客户端有独立的数据队列做BUFFER, 采用异步SOCKET方式接收数据. 传上来换点分!对初学都应该还算是比较全面的.含全部源代码.
实例53-多线程文件下载服务器
- 多线程下载文件服务器,接收客户端登陆信息,和传递文件-multi-threaded download the file server, the receiving client landing information, and transmit documents
断点传输客户端
- 本程序为一断点续传文件程序的客户端程序. 采用了多线程技术,速度明显高于同类软件.- This procedure is a break point continues passes on the document procedure the customer end procedure Used the multi-thread technology, the speed has obviously been higher than similar software
点对点文字交流
- 这是个用C SHARP 写的C/S结构的网络聊天室,支持多客户端连接,适合初学者学习-This is written in C SHARP C / S structure of the Internet chat rooms, support multi-client, suitable for beginners to learn
聊天服务器客户端系统
- 聊天服务器客户端系统 基于TCP/IP 的Socket编写, 支持多人同时在线聊天-Chat client server systems based on TCP / IP Socket prepared to support multiple simultaneous online chat
支持多客户端的消息传递工具
- 支持多客户端的消息传递工具VB程序源码,推荐下载!-support multi-client messaging tools VB program source code, download!
TCP实现客户服务器聊天程序
- 操作系统课程设计任务书 一、设计题目:多机进程通信 应用Socket进程通信技术编写聊天室程序,实现基于服务器的并发多机信息转发。如果各客户端在线则可以实时聊天、发送接收文件,如果某客户端离线,则发送给他的消息可由服务器端进行内容缓存,待重新连线后可以自动接收通过服务器转发的信息或文件。缓存与转发的控制算法可参考操作系统课程中生产者消费者进程同步方法、缓冲池技术等相关理论。 二、设计思路和功能的详细描述 采用TCP协议,所以属于客户机/服务器模式,因此需要聊天服务
多线程下载客户端
- 多线程客户端下载,可实时暂停和开始
AsyncSocket.异步Socket通讯,一个服务器,多客户端模式
- 异步Socket通讯,一个服务器,多客户端模式。,Asynchronous Socket Communications, a server, multi-client mode.
BathManagementSystem
- 二十一世纪商务俱乐部桑拿管理系统是二十一世纪商务俱乐部自行开发的一款运行于windows视窗操作系统的B/C/S模式的数据库管理系统,按照酒店的工作流程,财务流程设计,可扩充功能,支持报表格式修改,支持无线网络连接,支持多客户端。-The twenty-first century club sauna business management system is the twenty-first century business club, a self-developed Windows ope
200611565646954
- 洗浴管理系统 支持常用的洗浴操作,开单,传单,点单,收银,结帐,挂帐,会员卡,客户信息 按照酒店的工作流程,财务流程设计,可扩充功能,支持报表格式修改,支持无线网络连接,支持多客户端。 -Bath management system to support operations commonly used in bath, open orders, leaflets, point of orders, cashier, checkout, unpaid debts,
Socket聊天程序(一个服务端,多个客户端)
- C/S架构,采用socket通信方式,一个服务器对多个客户端通信,支持广播以及点对点通信(C / S architecture, using socket communication, a server for multiple client communications, support for broadcast and point-to-point communication)
多点红外触摸屏服务程序v1.29
- 多点触控屏的驱动程序,采用tuio协议,客户可直接调用进行客户端驱动(multitouch windows driver for clients)
TCPSever多客户端连接
- tcpsever服务器端使用,可以连接多个客户端(Tcpsever server side, you can connect to multiple clients)
客户端时间如何与服务器时间同步
- 多层系统开发,如何保持客户端与数据库或应用服务器时间同步是一个必须解决的问题 ,我发现许多系统取得是客户端的本地时间,造成多个客户端同时操作却时间不一样。而许多人采用频繁从数据库中取值的形式,增加服务器负载压力。当然有人说,数据保存的时候应该取数据库中时间 ,不错,但是涉及到本地数据之间的校验这类的操作,你该不会频繁地去数据库中得时间吧。鉴于此,本文利用windows系统的一个Api函数进行时间同步(Multilayer system development, how to maintain t
tcpservertestor
- qtcpserver多客户端,处理一个请求,能够画出信号槽图就更好了(qtcpserver multi-client, to deal with a request, to draw the signal slot diagram is even better)
Linux多进程并发服务器
- 实现多进程并发服务器,客户端能回射回给服务器发送的消息(A multi process concurrent server, and the client can return the message that sent to the server)
远程ACCESS多用户操作
- 易语言远程ACCESS多用户操作,包括服务器和客户端等(Easy language remote ACCESS multiuser operation, including server and client, etc.)
TCPNetKit实例(多线程)
- 1.聊天室服务器端的创建。 2. 聊天室客户端的创建。 3. 实现客户与服务器的连接并通信。(1. the creation of the server side of the chat room. 2. the creation of the client of the chat room. 3. realize the connection and communication between the client and the server.)