搜索资源列表
socketecho
- socket programing with clinet and server
SocketProgramming
- Socket Programing with c and c++ free soure of client and srever source
MultiClient_Server
- program is c# socket with theread programing and i download in tnternet and very very good-program is c# socket with theread programing and i download in tnternet and very very good
SimpleMessenger_csharp
- simple messenger in c# 2.0 that wrote by socket programing
socket.tar
- socket编程,实现客户端和服务器端的通信-socket programing,we can communicate with the client and the server.
SendFiles
- sample for socket programing
Sumary_CPP_Socket_Programming
- socket编程小总结,包括简单客户端、服务器、点对点通讯、端对端传输文件等。只有代码,简单说明-a summary of programing using socket, including server ,client, comunication and transfer files and so on
Non-Blocking-Socket-Programing
- example use nonbloging socket programing
socket-and-CSharp
- This file consists of socket programing and C# files for animation-This file consists of socket programing and C# files for animation
UDPBroadcast
- 网络编程简单例子,适合于初学者,根据例子加上自己的想法,做自己想做的应用-socket programing
make_socket
- tcp SOCKET programing source
make_socket_win
- tcp make socket programing source
bind_sock
- tcp BIND SOCKET programing source
Socket-network-programing
- 工程演示了socket的基本函数使用,其实不管有多复杂的网络程序,都使用的这些基本函数。功能是只有处理完一个客户端请求才会去处理下一个客户端的请求,这样的服务器处理能力是很弱的,现实中的服务器都需要有并发处理能力!为了需要并发处理,服务器需要fork()一个新的进程或者线程去处理请求等-Engineering demonstrates the basic functions of the socket, in fact, no matter how complex the network pro