搜索资源列表
SOCKET服务器(队列算法)
- SOCKET服务器,支持多客户端,含协议判断处理. 每个客户端有独立的数据队列做BUFFER, 采用异步SOCKET方式接收数据. 传上来换点分!对初学都应该还算是比较全面的.含全部源代码.
点对点文字交流
- 这是个用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
压力测试程序
- StressMark测试软件是一个使用Visual C++编写的,开放源代码的测试工具,可以完成服务程序及重要算法的功能和性能测试,其最主要的功能是模拟多线程或多客户端的自动化压力测试。-StressMark test software is a prepared using Visual C, the open-source testing tools, procedures and services to complete the important functions of the alg
2003919548009
- 这是一个药店连锁系统,1 本软件可用于商业用途,但是要email给我 dhlbbs@163.net 2 开发环境 d6 up2,sqlserver2000, win2000 server 1024*768(笔记本电脑) c/s 3 第三方控件,ehlib2.1,fastreport2.45,xpmenu,snccurrency ,(有可能用到express bar 但是可以在umain删除引用单元,因为没用到)可到51delphi ,cakk.delphibbs.com下载 4 数据
WSocketS-C
- WINSOCKET 通讯 服务器与多客户端的数据相互传输-WINSOCKET communications server and multi-client mutual transmission of data
基于C/S模式的JAVA聊天室
- 本聊天程序支持多客户端,只有注册用户才能登录到聊天室。 程序分服务器和客户端两部分。 使用方法: 1.服务器端: 运行服务器程序 java ChatServer 指定监听端口(大于1024),单击“启动服务”按钮即可启动聊天室的服务器程序; 2.客户端: 运行客户端程序 java ChatClient 输入服务器程序的IP地址和监听的端口号; 如果没有注册过,需先注册(输入正确的服务器IP地址和端口号之后,单击“注册”按钮,输入信息即可) 注
TCP实现客户服务器聊天程序
- 操作系统课程设计任务书 一、设计题目:多机进程通信 应用Socket进程通信技术编写聊天室程序,实现基于服务器的并发多机信息转发。如果各客户端在线则可以实时聊天、发送接收文件,如果某客户端离线,则发送给他的消息可由服务器端进行内容缓存,待重新连线后可以自动接收通过服务器转发的信息或文件。缓存与转发的控制算法可参考操作系统课程中生产者消费者进程同步方法、缓冲池技术等相关理论。 二、设计思路和功能的详细描述 采用TCP协议,所以属于客户机/服务器模式,因此需要聊天服务
socket
- linux下面实现的socket网络编程。可以实现多客户端联机server的功能。-linux following the realization of the socket network programming. Can be achieved online multi-client server functionality.
netmsg
- 一个局域网软件工具,可实现多客户端,文字软件,文件传输等基本功能.-A local area network software tool for multi-client, language software, file transfer and other basic functions.
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
c-talk
- 用基于TCP/IP协议连接方式, 实现了服务器转发,多客户连接,好友列表上线了自动更新,程序托盘,当有消息时,如果程序最小化,跟QQ一样,托盘的图标会闪烁.有提示音.实现ctrl+enter与enter转切换. 基本类似于QQ群. 由于是SQL库的,所以能很方便的集成到你的OA系统中。 (注意,请把"客户端目录的face和music两个文件夹放到您编译的目录中去,也就是放到Debug或者Release中去) 和这个是一样的,不过我的是源代码而已。可以自己定制。-Use based o
myShell
- 利用多客户端telnet支持向vxworks增加一个用户she-adding a user shell to vxWorks using the multi-client telnet support
download_client
- 利用多线程开发的文件下载客户端程序,下载时有操作信息显示,下载进度显示,可以支持多文件同时下载。-Developed using multi-threaded file download client, download information display when operating, download progress of the show, can simultaneously support multiple file download.
pthread_client.c.tar
- UDP多线程客户端的源代码,一个简单的例子-UDP multi-threaded client source code, a simple example
C-Files
- 一个基于Linux系统的网络通信程序。共分两部分:服务器程序和客户端程序。扶持多客户之间聊天,服务器与客户端聊天等。-A Linux-based system of network communication program. Divided into two parts: server and client programs. Support multiple customers to chat, chat server and client.
TCP5.0
- 实现多客户端连接服务器,并且同时进行上传下载文件-Multi-client connects to the server, and upload and download files at the same time
Socket聊天程序(一个服务端,多个客户端)
- C/S架构,采用socket通信方式,一个服务器对多个客户端通信,支持广播以及点对点通信(C / S architecture, using socket communication, a server for multiple client communications, support for broadcast and point-to-point communication)
TCPSever多客户端连接
- tcpsever服务器端使用,可以连接多个客户端(Tcpsever server side, you can connect to multiple clients)
Chat
- 程序包括服务器端和客户端,一个实现多客户端聊天的的程序(The program includes the server side and the client, a program that implements multiple client chat.)
TcpSevice
- C# 访问TCP类,实现了TCP端口队列处理,可以方便的实现多客户端的访问及数据处理(using System; using System.Collections.Generic; using System.Text; using System.Configuration; using System.IO; using System.IO.Ports; using System.Threading; using System.Runtime.Serialization; usin