搜索资源列表
学习多线程之一:线程通信--利用事件对象
- 多线程编程系列。使用事件进行线程间的通讯。一个不错的实例代码。-series of multi-threaded programming. The use of the incident to communications between the threads. A good example code.
Java线程间的通信
- 利用java线程的程序,方便大家理解线程的概念。很好的理解线程间的通信-use of the procedures to facilitate understanding of the concept of threads. Good understanding of the communication between threads
SelectNum
- 车牌号选号程序。如何使用事件对象的方法来实现线程间的通信技术-plates, random selection procedures. How to use the incident targeting methods to achieve the threads of communications technology
vcmultithreading
- 1.创建线程 2.实现线程间通信 3.利用线程同步技术保障数据安全 含有课件说明及实际程序源码-1. Build two threads. Communication between threads to achieve three. Use thread synchronization technology security of data that contain courseware and the practical procedures for FOSS
C++MultiThreadProgramming
- 全书分为13章,全面讲解构建多线程架构与增量多线程编程技术。第1章介绍了用于构建面向对象程序的不同类型 C++组件,以及如何使用这些组件来构建多线程架构。第2、3、4章简要介绍进程、线程、多任务处理、多线程化、 规划以及线程优先权的概念。第5章讨论进程间和线程间通信。第6章讨论线程和进程同步与合作,详细讨论临界区 、死锁、数据竞争以及无限延迟方面的主题。第7-10章讲解用于线程同步、线程间通信以及多线程处理的C++组件 。第11章讨论C++对象在多线程环境
ProcessAndThread
- 1 为什么需要多进程/线程 2 进程控制 3 线程控制 4 进程/线程间同步 5 进程间通信
multitreadsrc1112
- 一般而言,应用程序中的一个次要线程总是为主线程执行特定的任务,这样,主线程和次要线程间必定有一个信息传递的渠道,也就是主线程和次要线程间要进行通信。这种线程间的通信不但是难以避免的,而且在多线程编程中也是复杂和频繁的,下面将进行说明。
705664236Excel
- 多线程间的通信,用API创建的线程与MFC创建的线程之间时行了比较。-Multi-threaded communication between
使用自定义消息进行线程间的通
- 使用自定义消息进行线程间的通信 对初学者大有裨益-Using a custom message communication between threads of great benefit for beginners
MultiThreadComm
- 线程间通信,使用自定义消息;利用Windows操作系统的消息驱动机制,当一个线程发出一条消息时,操作系统首先接收到该消息,然后把该消息转发给目标线程,接收消息的线程必须已经建立了消息循环。 -Communication between threads, using custom message use Windows operating system, message-driven mechanism, when a thread with a message, the operatin
20102404MultiThread7
- 该例程演示了如何使用自定义消息进行线程间通信。-This routine demonstrates how to use a custom message thread interprocess communications.
Thread
- ,在VC环境下线程间通信,由此可以简单理解线程通信-Thread
ProduceraConsumer
- 用多线程的方法实现了生产者与消费者问题的模拟,关键技术是线程间通信和同步,通信采用消息模式-Achieved with multi-threaded simulation of producers and consumer issues
VCprocess
- vc多线程实现线程间通信 电子书 word文档 适合有一定基础的-Multithread vc e inter-thread communication for a certain word-based documents
WorkThread
- 创建工作线程,并实现线程间通信的实例源码-Create a worker thread, and achieve the thread an instance of communication between source
Interprocess-communication
- 进程间通信与线程间通信分析和总结,一目了然。-Interprocess communication and inter-thread communication
lab09
- 多线程(2): 掌握线程同步、线程间通信-Multi-threaded (2) : Master thread synchronization between threads, and communication
ostest1
- 用多线程实现的银行叫号服务,用信号量进行线程间通信-Multi-threaded implementation of banking services called the number, the inter-thread communication semaphore
MutilThread8
- 基于VC++的多线程实例,该例程演示了如何使用自定义消息进行线程间通信。首先,主线程向CCalculateThread线程发送消息WM_CALCULATE,CCalculateThread线程收到消息后进行计算,再向主线程发送WM_DISPLAY消息,主线程收到该消息后显示计算结果。 -Examples VC++ based multithreading, which is routine demonstrates how to use a custom message for inter-th
vc6.0Multi-Thread
- 多线程的几个例子,例子中有线程的打开,暂停,停止和线程间通信,VC6环境打开并调试。-Example for Thread