搜索资源列表
1linesocket
- 单线程的,socket-based通信,简单sever-client通信
socketC++
- 使用多线程开发socket,分为客户端和服务端,能够相互通信-The development of the use of multi-threaded socket, is divided into client and server can communicate with each other
Socket
- 使用VC 编写,采用socket这种进程间通信的方式。-Prepared using the VC, using inter-process communication socket that way.
Process_communication
- 进程通信。支持Windows的共享存储区、消息、有名管道、Socket通信。发送进程应可以从窗口或键盘上接收字符串。接收进程应可将字符串显示在窗口上。-Process communication. Support for Windows shared storage area, news, famous pipeline, Socket Communications. Sent process should be receiving from the window or the keyboard
thread-and-socket
- 线程同步与异步套接字编程:用VC++写出一个线程同步与异步以及socket套接字通信的例子-Thread synchronization with asynchronous socket programming to write a thread synchronization with asynchronous socket socket communication examples: VC++
Draw
- tcp套接字通信时服务器线程检测与多开,vs2008-tcp socket communication server thread detection and to open
FeiQ
- 运用线程和socket通信实现的简单的聊天室,可以实现多人聊天的功能,相当于一个简易版本的飞秋-Using threads and socket communication to achieve a simple chat room, you can achieve more than chat function, the equivalent of a simple version of the feiQ
netc
- 多线程操作,开辟新的线程进行通信,其中有套接字操作-Multithreaded operation, open up a new thread communication, which has a socket operation
socket-code
- 这份资料是应用socket和多线程实现服务器与客户端通信,多个客户端之间互相通信的功能-This information is the application socket and multi-threaded server and client communication, the function of communication between multiple clients
stitchrank
- 一个简单实用的socket编程例子,server端与client端进行通信的简单实例,(Socket programming example of a simple and practical, the server side and client side communicate simple example,)
C# UDP 异步通信
- 用VisualC#实现UDP协议,最为常用,也是最为关键的类就是UdpClient,UdpClient位于命名空间System.Net.Sockets中,VisualC#发送、接收UDP数据包都是通过UdpClient类的(The realization of UDP protocol with VisualC, the most commonly used, but also the key is UdpClient, UdpClient is located in the namespace
entitys_rendi_icon
- 实现简单服务器,客户端通信的基本socket编程()