搜索资源列表
tercomm
- 进程间共享内存通讯,采用两对缓冲区收发数据。-processes shared memory communications, using two pairs of sending and receiving data buffer.
CommtestProGram
- 本代码是用VC++ 编写 能够测试PC机的串口收发数据,是学习的好资料!-this code is used to test the preparation of VC PC serial data transceiver study is a good information!
20073131394675
- 实现了一个简洁易用的多线程串行通讯接口,可以切换查询和自动接收模式,进行对串口数据收发-To achieve a simple and easy-to-use multi-threaded serial communication interface, you can switch to receive queries and automatic mode, the data on the serial transceiver
lsCommDemo
- 一个vc++多线程串行通讯接口源代码 一个VC++比较简易的多线程串行通讯接口,具有切换查询和自动接收两种模式,进行对串口数据收发,同时还支持大数据传送,感觉挺实用的类库源码,有空时候也可以研究一下源代码-A vc++ multi-threaded serial communication interface, VC++ source code for a relatively simple multi-threaded serial communication interface, wit
lsCommDemo
- 一个VC++比较简易的多线程串行通讯接口,具有切换查询和自动接收两种模式,进行对串口数据收发-A relatively simple VC++ multi-threaded serial communication interface with switching queries and automatically receive two modes for sending and receiving of serial data
SampleComm
- 串口通信 wince系统下的编程,实现串口收发数据- serial communication
RTUTESTNEW
- VC socket收发数据并生成文档,运用多线程技术,能往目标ip发送数据-The VC socket to send and receive data and generate documentation
UIThreadDemo
- UI间线程数据传输,初学者可以参考消息收发机制。-UI data transmission between threads
lock和多线程
- C#,lock和多线程的简单例子,使用线程的好处·使用线程可以把占据长时间的程序中的任务放到后台去处理 ·用户界面可以更加吸引人,这样比如用户点击了一个按钮去触发某些事件的处理,可以弹出一个进度条来显示处理的进度 ·程序的运行速度可能加快 ·在一些等待的任务实现上如用户输入、文件读写和网络收发数据等,线程就比较有用了。在这种情况下可以释放一些珍贵的资源如内存占用等等。(A simple example of C#, lock, and multithreading, the b
lhain__formula
- 修改后能ping通pc机,然后搭建tcp服务器,用来数据的收发()