搜索资源列表
socket
- 这是一个用阻塞方式的socket 做的聊天程序,使用了多线程和信号量技术
能延时退出的阻塞式socket函数的设计
- 摘 要:介绍了Win32平台(Windows95/98/NT)下socket的阻塞和非阻塞两种工作模式。结合两个具体程序模型,讨论了在网络环境下发送/接收数据使用阻塞式socket的必要性和不足之处,并提出用能延时退出的阻塞式socket读写函数的解决方案。-Abstract : the Win32 platform (describes) socket obstruction and two non-blocking mode. Combining two specific program m
Client.rar
- linux socket通信客户端例程 实现与服务器的通信,linux socket communication routines to achieve the client and server communications
socket.tar.gz
- 这是封装的socket库,用poll采用非阻塞模式,接收消息与网线断开处理以回调函数方式到应用层处理,使用起来非常方便,带服务端和客户端的测试实例。,This is the package socket library, use of non-blocking mode by poll, receiving the news and cable disconnect callback function to handle the way to the application layer to d
socket
- 利用EPOLL写的一个简单的connect非阻塞模型-Written by EPOLL connect a simple non-blocking model
socket
- socket编程。winsock编程实现网络通信。 非阻塞模式实现面向连接一个服务器和多个客户端的收发数据(select模型) 阻塞模式实现面向无连接的一对一的通信 1.学习通过winsock编程实现网络通信。 2.学习面向连接和面向无连接的网络通讯方式的编程。 3.学习阻塞和非阻塞模式的网络通讯的编程。 4.熟悉与winsock有关的API函数的用法。 -socket programming. winsock network communications progr
feizuse
- 此源码基于socket windows下网络服务器程序,非阻塞模式。-This source under the socket windows based web server process, non-blocking mode.
client
- linux 环境下的socket编程客户端-linux environment client socket programming
Chartroom
- WSAAsyncSelect模型 非阻塞-WSAAsyncSelect model non-blocking
select
- socket编程基础2select函数的应用,用select来实现阻塞等待-socket programming 2select function based on the application, use select to wait for the realization of obstruction
socket
- Socket阻塞模式通讯测试(多线程) 适合初学者,测试输入本机相应的IP-Socket Communications blocking mode test (multi-threaded) for beginners to test the input of the machine corresponding IP
socket.tar
- 这是封装的socket库,用poll采用非阻塞模式,接收消息与网线断开处理以回调函数方式到应用层处理,使用起来非常方便,带服务端和客户端的测试实例.上一版本有点问题,请看这个,-This is the package socket library, use of non-blocking mode by poll, receiving the news and cable disconnect callback function to handle the way to the applicat
Socket
- ICP/IP、UDP阻塞模式编程演示,包中含tcp/IP、UDP服务端和客户端源码-ICP/IP, UDP blocking mode programming presentation package with tcp/IP, UDP server and client source code
test
- java socket 客户端,实现持续阻塞式连接-java socket client
Socket
- 这个程序要完成一个聊天室的功能,它是用纯的winsock的去写,而不用任何CSocket的东西, 即可以用来做客户端又可以用来做服务器端,它要求是非阻塞方式的连接。-This program should complete a chat room feature, which is pure winsock' s to write, without any CSocket things that can be used to make the client can also be us
Socket
- VC++ 线程非阻塞SOCKET通信 服务器与客户端发消息只建立一个套接字-SOCKET VC++ thread non-blocking message communications server and client to establish a socket only
CMultiSvr-(SOCKET-API-Multi-Thread)
- socket API 非阻塞消息方式下写的TCP客户端示例(一客户端连接多服务器)-socket API no blocking tcp client
Socket
- powerbasic Socket阻塞模式传文件-the blocking mode powerbasic Socket biography file
socket
- BCB多线程Socket阻塞模式通讯,编辑测试成功-BCB multithreaded Socket blocking mode of communication
Socket UDP for transfering files
- 使用UDP传输文件,阻塞式 socket 编程。(using UDP to transfer files, blocking socket programming.)