搜索资源列表
multi_thread.zip
- 3种多线程同步方式(Critical Section,Mutex,Event)的小例子
线程同步小技巧
- 该嗲马例子提供了线程同步小技巧,为多线程中同步提供操作方案。-the whine Ma examples of small thread synchronization techniques, multi-threaded for synchronous operation for the program.
多线程实例
- 展示VC中多线程的编程方法,如线程创建、事件触发、结束线程、线程同步等多种技术-display VC multithreaded programming methods, such as thread creation, event trigger, the end of threads, thread synchronization techniques
利用CEvent实现多线程同步
- 利用CEvent实现多线程同步-CEvent use synchronous multi-threaded
sync
- 实现多线程同步编程: 用软件方法(Peterson算法和Dekker算法)解决临界区问题-兄弟问题。 用同步对象解决临界区问题-兄弟问题。 用互斥量解决生产消费者问题;用信号量解决生产消费者问题。 -Achieve multi-threaded programming Synchronization: Ways to use software [Peterson algorithm and Dekker algorithm] to solve critical quest
MultiThread
- VC++多线程编程 线程池 线程调度 线程同步-Multi-threaded programming VC++ thread pool thread scheduling thread synchronization
multi_thread
- 3种多线程同步方式(Critical Section,Mutex,Event)的小例子-3 multithreading synchronous mode (Critical Section, Mutex, Event) small example
MutexesDlg
- 编写多线程应用程序的最重要问题就是线程之间的资源同步访问。因为多个线程共享资源时如果发生访问冲突通常会产生不正确的结果。本程序主要实现线程间的同步技术-The preparation of multi-threaded applications the most important problem is the thread synchronization between the resources to visit. Because the shared resource when multi
bankmoni
- 利用多线程同步机制模拟银行帐号的存款取款操作-Using multi-thread synchronization mechanism for simulation of bank account deposits of money to operate
MutexSynch
- 多线程编程-利用互斥量对象实现线程之间的同步。-Multi-threaded programming- the use of mutex objects to achieve the amount of synchronization between threads.
717973Buffer_pool
- 题目:多线程同步方法解决生产者-消费者问题-Title: Multi-thread synchronization solution to the producer- consumer issues
sum_static
- 使用windows api的多线程入门级简单实例,使用临界区作为同步机制-Use windows api easy entry-level multi-threaded example, the use of the critical zone as a synchronization mechanism
multithread
- 多线程编程与线程同步实验包括实验心得,步骤内容要求-Multi-threaded programming and thread synchronization experience includes laboratory experiments, these content requirements
Multithreading
- 本文着重探讨用多线程并行的方式通过多个串口进行并行通信。使用多线程进行串行 通信的文献已有一些,但都没涉及到多个串口并行的情况。本文介绍的多串口多线程通信方 法,使多个串口并行通信,从而实现大规模的数据采集与高速数据传输操作。 关键词:多线程;串行通信;同步 -This article focused on the use of multi-threaded parallel manner parallel through multiple serial communic
multithread
- 操作系统课程设计——多线程同步源码,采用visual c++编写-OS course design--multithread
ThreadS
- 基于MFC的简单多线程程序,运用同步机制使计数线程和显示线程协调工作-A simple MFC-based multi-threaded program, the use of thread synchronization mechanism to realize the coordination of the count thread and the display thread
lockExample
- 多线程应用程序中如何使用LOCK语句实现同步,本例子模仿多人在多台提款机上同时取款的情况,演示多线程中的同步-Multi-threaded application how to use the LOCK statement to synchronize more than imitate the example of the multiple ATM withdrawals in the case at the same time, demonstrate the simultaneous mu
线程同步方法lock
- 该示例演示了C#中多线程的创建方法,及线程同步方法(multiy thread and the method of thread synchronization)
双向链表的多线程安全读写
- C++实现了双向链表的操作 使用线程同步技术实现了线程的安全读写 提供了4种链表操作(插入、查询、替换、删除)的测试用例
多线程编程
- 多线程编程,实现线程创建,线程同步操作。适合大家使用