搜索资源列表
ChatSystem_src
- 一个基于非阻塞模式socket的聊天程序,可以学习到基于非阻塞CSocket的编程思想
code
- 基于非阻塞I/O方式的网络通信。客户机产生两个随机数,发给两个服务器。服务器1(IP地址:192.168.0.1,Port:3254)将这两个随机数相加;服务器2(IP地址:192.168.0.10,Port:3255)将这两个随机数相减。两个服务器分别将运算结果返回给客户机,客户机显示回传结果。 要求用非阻塞I/O方式实现。 -Based on non-blocking I/O modes of network communications. Client two random num
socket
- 自己用C做的非阻塞多线程socket文件传输程序,由于时间紧存在一定的问题,但对于socket入门者可以学习到一定东西的-Own use C to do non-blocking multi-threaded socket file transfer process, due to tight schedule, there are some problems, but beginners can learn the socket to a certain thing
VC_DEMO
- 此代码实现了com串口通信的配置,可以进行多重设置,采用了多线程,阻塞与非阻塞模式等。-This code implements the com serial communication configuration, can be multi-set, using a multi-threaded, blocking and non-blocking mode.
Socket
- 非阻塞socket通信程序,可连接多个客户端-a socket communication program
lscommdemo2
- 一个VC下对COM的非阻塞模式的封装,代码不错,望大家参考!-The package of COM, non-blocking mode of a VC code is good, hope your reference!
API-serial-asynchronous-code
- 本例程采用 windows API编写,属于串口异步非阻塞操作,采用线程监视、windows事件、自定义消息,其中数据接收一块分别采用SetCommMask、WaitCommEvent 设置等待串口通信事件,是初学者不可多得的学习资料,该历程亦可直接用在实际工程当中,很具有收藏与学习价值,压缩包中还包含相关的参考文档,望大家好好利用-This routine uses the Windows API to write, is a the serial asynchronous non-bl
CAsyncSocket-TCP
- 异步非阻塞Socket通讯,含有一个server端和client端。-Asynchronous non-blocking socket communication with a server-side and client-side.
ClubShow
- socket非阻塞模式, 一个聊天的简单例子-socket non-blocking mode, a simple example chat