搜索资源列表
利用读写锁保持线程同步.zip
- 利用读写锁保持线程同步
线程同步.rar
- windows线程同步
线程同步小技巧
- 该嗲马例子提供了线程同步小技巧,为多线程中同步提供操作方案。-the whine Ma examples of small thread synchronization techniques, multi-threaded for synchronous operation for the program.
线程同步
- 采用事件的线程同步操作-use the thread synchronization
多线程编程练习(VC2008)
- 参照多线程编程的网上说明,完成的涉及线程处理函数,UI线程,线程间通信,线程同步。
java线程
- java线程编程,线程同步问题
多线程以及互斥锁
- 本文介绍多线程编程以及使用互斥锁进行线程同步 是多线程编程入门十分有益的资料
利用读写锁保持线程同步
- 利用读写锁保持线程同步-Read-write lock to maintain the use of thread synchronization
线程同步
- 采用事件的线程同步操作-use the thread synchronization
使用互斥进行线程同步代码示例 Thread3_23
- 本代码演示了利用临界区实现线程的同步。-demonstration of the code used to achieve critical thread synchronization.
线程同步代码集实例
- 线程同步代码集很经典-thread synchronization code set classic
使用信号量进行线程同步
- 使用信号量进行线程同步控制,是学习多线程编程的好范例-use of signals volume thread synchronization control study is multi-threaded programming a good example
利用临界区的多线程同步测试
- 利用临界区的多线程同步测试-critical of the use of multithreading synchronous test
多线程实例
- 展示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
Visual C++线程同步技术剖析111
- Visual C++中的多线程编程,对初学者很有意义-thread synchronize technology,useful to beginners
题目:多线程同步方法解决生产者-消费者问题
- 题目:多线程同步方法解决生产者-消费者问题 (Bounded - Buffer Problem) 内容:有界缓冲区内设有10个存储单元,放入/取出的数据项 设定为1~10这10个整形数。要求每个生产者和消费者对有界 缓冲区进行操作后,即时显示有界缓冲区的全部内容、当前指针位 置和生产者/消费者标识符。-topics : multithreaded synchronization solution to producer-consumer
多线程程序的编写聊天 程序
- 多线程程序的编写聊天程序多线程程序的编写,多线程应用中容易出现的问题。互斥对象的讲解,如何采用互斥对象来实现多线程的同步。如何利用命名互斥对象保证应用程序只有一个实例-multithreading procedures in the preparation chat program multithreaded program, multi-threaded applications easily occur. Mutex object
线程同步方法lock
- 该示例演示了C#中多线程的创建方法,及线程同步方法(multiy thread and the method of thread synchronization)
线程-Java
- 实现多线程 互斥锁 线程池 线程同步利用Java实现(Achieve multi-threaded mutex sewing thread pool)