搜索资源列表
学习多线程之一:线程通信--利用事件对象
- 多线程编程系列。使用事件进行线程间的通讯。一个不错的实例代码。-series of multi-threaded programming. The use of the incident to communications between the threads. A good example code.
mu11111122l
- 多线程编程最简单实例,两个线程之间相互通信和控制,一看就懂-most simple example, two threads between communication and control, a person would understand
secThread
- 本代码主要实现了通过多线程来并行和多个时间服务器进行通信及同步-the main source of multi-threaded and parallel to a number of server time and synchronous communications
13104113645
- windows多线程方面的经典代码,涵盖了多线程通信的各种方法-windows multithreaded code of classic covers a multithreaded communications methods
vc++
- 多线程技术及其在VC++串口通信程序中的应用.pdf -multithreading technology and the VC Serial Communication Program application. Pdf multithreading technology and the VC Serial Communication Program application. pdf
Multithreading_Serial_Communication_C_code
- 用VC++写的关于多线程串行通信的应用,程序编译的效果比较好,可根据需要做些修改。
C++MultiThreadProgramming
- 全书分为13章,全面讲解构建多线程架构与增量多线程编程技术。第1章介绍了用于构建面向对象程序的不同类型 C++组件,以及如何使用这些组件来构建多线程架构。第2、3、4章简要介绍进程、线程、多任务处理、多线程化、 规划以及线程优先权的概念。第5章讨论进程间和线程间通信。第6章讨论线程和进程同步与合作,详细讨论临界区 、死锁、数据竞争以及无限延迟方面的主题。第7-10章讲解用于线程同步、线程间通信以及多线程处理的C++组件 。第11章讨论C++对象在多线程环境
imagepro
- QT 多线程 主次线程之间的通信实例,用于图像事务处理,Qt4 版本-QT multi-threaded communication between primary and secondary threads instance, for image transaction processing(TransactionThread), Qt4 version
TCP
- 局域网即使通信,采用多线程实现,可实现群聊,和单聊。-LAN even if the communications, the use of multi-threaded implementation, can achieve a group chat, and single-chat.
Multithreading
- 本文着重探讨用多线程并行的方式通过多个串口进行并行通信。使用多线程进行串行 通信的文献已有一些,但都没涉及到多个串口并行的情况。本文介绍的多串口多线程通信方 法,使多个串口并行通信,从而实现大规模的数据采集与高速数据传输操作。 关键词:多线程;串行通信;同步 -This article focused on the use of multi-threaded parallel manner parallel through multiple serial communic
Example3
- 基于CSerialPort的串口多线程通信框架,设置串口参数,开启串口监测工作线程,串口监测工作线程监测到串口接收的数据、流控制时间或其他事件后,就以消息方式通知主程序,激发消息处理函数来进行数据处理。-CSerialPort-based multi-threaded serial communication framework, set serial port parameters, open the serial port monitoring thread, serial port mon
multithreadingcorrespondence
- 一个多线程之间通信的一个实例,可以进一步加深对多线程通信的理解。-More than one instance of a communication between threads, we can further deepen the understanding of multi-threaded communications.
GlobalVariable
- vc++演示多线程之间的通信,通过全局变量和自定义消息在用户界面线程和工作线程之间通信-multi-thread demo
pc
- 运用java环境编程实现pc多线程通信,消费者与生产者关系-Pc java environment using multi-threaded programming communication between consumers and producers
3
- JAVA多线程通信小程序,JAVA初学者适用-Multi-threaded JAVA applet communication, JAVA application for beginners
multiUART
- 通过创建多线程的方法来实现arm板上的多串口的并行通信,自己编写的,并在板上测试过的,但是针对你的板子,要自己设定。-By creating multi-threaded approach to achieve multi-arm board parallel port communication, I have written and tested on the board, but for your board, to set their own.
BirthdayRemind
- 使用多线程对多个提醒时间点的同时提醒,用到多线程与主线程消息的传递,对学习多线程的通信有很大帮助,强烈推荐学习多线程通信的同学下载-Use of multiple threads on multiple reminders at the same time to remind, the main thread to use multi-threading and message passing, multi-threaded communication of learning helps a l
duo-xiancheng-chuankoutongxin
- visual c ++6.0 写的多线程通信实例-visual c++6.0 to write multi-threaded communication instance
MultiThead
- vc多线程通信及互斥,模拟火车票购票系统,-vc multithreading communication and mutually exclusive, analog train ticket system
BlockingQueue
- 一个基于boost的blocking queue的实现,可以用于多线程通信-blocking queue based on boost