搜索资源列表
-
0下载:
linux 下的socket 服务端程序,支持多客户端连接.,linux under the socket server process, support multi-client connections.
-
-
1下载:
Full Multi-thread Client or Server Socket Class with ThreadPool,Full Multi-thread Client or Server Socket Class with ThreadPool
-
-
1下载:
android利用socket发送数据到PC,PC端也用socket接收并显示。-android using socket to send data to PC, PC-side socket is also used to receive and display.
-
-
0下载:
socket通信,客户端服务器端集成于一体。
已测试通过-socket communication, client server-side seamless integration. Have been tested
-
-
0下载:
vc+SOCKET+服务器+客户端+链表-vc+ SOCKET+ server+ client+ List
-
-
0下载:
VC++6.0下网络SOCKET server client聊天程序,用MFC编写,是个很好的网络变成参考-VC++ 6.0 Network SOCKET server client chat program, using MFC preparation is a good network into a reference
-
-
0下载:
基于网络通信的服务器端的程序设计,Socket编程,可以与客户机实现数据的发送和接收-Web-based communications server-side programming, Socket programming, you can achieve with the client to send and receive data
-
-
0下载:
用VC实现客户机服务机器模式的聊天程序:
在TCP/IP网络中两个进程间的相互作用的主机模式是客户机/服务器模式(Client/Server model)。本实验的目标是利用Visual C++的WINDOWS SOCKET网络编程实现客户机与服务器之间的通信,通过一个聊天室的程序来体现这一通信过程,该模式的建立基于以下两点:
1、非对等作用;
2、通信完全是异步的。客户机/服务器模式在操作过程中采取的是主动请示方式,-Implementation using VC Client S
-
-
0下载:
TCP/IP Socket
Server Source
Client Source
Chat Program
-
-
0下载:
Java 基于socket通讯的聊天室~
有Server短和Client,多线程可以同时一对多聊天~-Java-based chat room communications socket ~ There Server is very short and the Client, at the same time one-to-many multi-threaded chat ~
-
-
1下载:
一个用socket实现服务器客户端的建立例子(tcp)-A socket server with the establishment of client examples (tcp)
-
-
0下载:
socket编程,客户端和服务器端程序,TCP连接方式,服务器端用select机制实现的!-socket programming, client-side and server-side programs, TCP connection, server-side select the mechanism used to achieve!
-
-
1下载:
VC++ Socket 文件传输,Server、Client端。-VC++ Socket File send receive server client
-
-
0下载:
socket服务器客户端标准通信程序,打开一个程序,点击监听,再打开一个程序,点击连接,输入本机ip,就可以通讯了-the standard socket server client communication program, open a program, click listen, and then open a program, click the link, enter the local ip, you can communicate with
-
-
0下载:
Socket Server Client Example
-
-
1下载:
Linux环境下c语言的socket编程。最基本的服务器客户端。功能较简单。服务器收包,客户端发包。收包的时候检验包头属于哪一种。有注释-C language under Linux socket programming. The most basic server client. Function is relatively simple. Server received packet, the client contract. When received packets belong to
-
-
0下载:
在ubuntu下用socket编程写的服务器和客户端端程序-server—client made by qq
-
-
0下载:
socket服务器端客户端源码,多线程支持多客户,每个连接客户一个线程-socket server & client thread
-
-
0下载:
Windown下的一个基于VC++的socket服务端/客户端程序,功能全,代码结构清楚,十分容易理解,强烈推荐下载学习。-Under a windown on VC++ The socket server /client program, full-featured, code structure clear, very easy to understand and strongly recommend to download learning.
-
-
0下载:
这是一个关于各种IO模型的socket server实现与测试。
这里采用多种模型实现了一个TCP ECHO服务器,将client发送的内容echo回去。
client每秒会发送一次请求,server保持并发连接并进行相应。
现已实现的模型:
base: 最原始的echo服务器
thread: 多线程模型
select: select模型
poll: poll模型
epoll: epoll模型
参数
修改src/clients.sh 可以生成指定数量的client
修改
-
« 12
3
4
5
6
7
8
9
10
...
50
»