搜索资源列表
ServerSocket_demo
- 非常好的Socket多线程编程例子,可用作客户端或者服务端,可以实现TCP或者UDP通信,可以同时创建n个线程-very good example of multi-threaded programming, can be used as a client or server, can achieve a TCP or UDP communications, it will also create threads n
ServerSocket_demo
- 非常好的Socket多线程编程例子,可用作客户端或者服务端,可以实现TCP或者UDP通信,可以同时创建n个线程-very good example of multi-threaded programming, can be used as a client or server, can achieve a TCP or UDP communications, it will also create threads n
socket2
- LINUX下多线程并发网络通信。(包涵源文件)-LINUX under the concurrent multi-threaded network communications. (Includes source files)
20040629cSocket
- 一个用于delphi多线程Socket.多线程Socket阻塞模式下通信的例子-Delphi one for multi-threaded Socket. Multithreaded Socket blocking mode of communication example
UDPsocket
- 一个例子,用VC实现多线程的SOCKET UDP 通信。-An example of using VC to achieve multithreading SOCKET UDP communication.
Socket-for-java
- Java多线程Socket阻塞模式下通信的例子 -Java多线程Socket阻塞模式下通信的例子
socket_hread
- socket通信的例子 tcpsocket 包括客户端服务端 服务端多线程 发送数据有问题。-socket server client
Tcp
- C#多线程通信的经典例子,可以充分理解多线程在socket编程中的应用-C# multi-threaded communication of the classic examples, we can fully understand the multi-thread socket programming application
Project
- 包里的内容为一个在linux下的网络编程的例子,其中用到的技术包括,socket通信,连接oracle数据库,makefile生成可执行程序,以及线程池技术控制多个客户端同时访问终端带来的压力。-Contents of the bag as an example of network programming under linux, which uses techniques include, socket communication,
TcpSend
- UDP接收数据例子,Socket通信例子,多线程例子 -udp RECEIVE DATA Socket,Thread