搜索资源列表
MultiThread
- Windows95多线程间同步事件的控制方法-Windows95 multithreaded synchronization between the control methods
thread_sync
- VC++多线程开发程序实例,可以了解多线程的同步问题。-VC multithreaded development program examples can understand multithreaded synchronization.
ThreadSync01
- 当你在程序中使用多线程时,这经常会用到,而且这些线程需要同时访问同一个资源时,这个可能性很大,这时候你就需要用到线程同步技术。有些线程以只读方式访问资源,我们叫它ReadThread,而有些线程却需要对资源进行写入,我们叫它WriteThread,我们暂时先这样称呼。如果一个线程对资源的访问是读写方式,我们把它看作是WriteThread。 -when you process multiple threads, which are often used, but these threads
Philosopher(new)
- 这是一道经典的线程同步问题——哲学家吃饭问题。这里结合了win32使得这个问题可视化了-This is a classic thread synchronization -- philosopher food problem. Win32 here combination of this makes the issue of visualization
OSWORK01
- 第一次用MFC写进程同步与互斥,生产者与消费者问题 -the first to write MFC process synchronization and mutual exclusion, producer and consumer issues
SServer
- 时间同步服务编程,对爱好网络编程的朋友非常有用.后面上传客户端-time synchronization service programming, network programming right-loving friends very useful. Behind upload client
SClient
- 时间同步客户端,WINDOWS下的.后面有LINUX下的同步客户端.-time synchronization client, the Windows. LINUX is behind the synchronization client.
线程同步小技巧
- 该嗲马例子提供了线程同步小技巧,为多线程中同步提供操作方案。-the whine Ma examples of small thread synchronization techniques, multi-threaded for synchronous operation for the program.
模拟进程同步
- 模拟操作系统里的进程的同步实现,用C开发。-operating system simulation of the process of synchronization with C development.
ossue
- 在Windows环境下,参考Windows环境下线程同步、互斥操作的例子,利用基本的文件操作系统调用,模拟读写问题。编写相应的函数,建立一个记录型的共享文件,并实现对该共享文件的打开、关闭、删除、读、追加记录、删除记录等操作。同时要求利用进程的同步与互斥机制实现多个用户进程对该文件的并发访问-the Windows environment, Windows environment reference thread synchronization, contradict operation exa
Critical
- 通过火车售票系统的事例来讲解利用互斥对象实现线程同步,对初学线程同步很有帮助-train ticketing system through the use of examples to explain Mutex object to synchronize threads, thread synchronization for beginners helpful
singleclass
- C++的单件类封装类,该类提供了共享单件类的线程之间的同步机制。-C + + in a single category Packaging categories, such sharing of a single type of thread synchronization mechanism between.
BarSvr
- 一个多线程,线程同步的例子, (debug一个目录和一个配置文件是执行程序使用的,所以没有删除)-more than one thread, thread synchronization example, (debug a catalog and a configuration file is used in the implementation of procedures, there is no delete)
synchronization
- windows线程的创建和用线程等待实现线程的同步-windows thread creation and the use of threads waiting to achieve thread synchronization
Win32-Multithreading-and-Synchronization
- This tutorial will explain how to create and manage multiple threads in Windows. This is an advanced tutorial the reader should be familiar with Win32 programming.-This tutorial will explain how to create and manage multiple threads in Windows. This
Process-mutex-synchronization-and
- 进程的同步与互斥实验,以生产者和消费者的角度阐明进程之间的同步与互斥是怎样实现的-Process synchronization and mutual exclusion experiment to clarify the perspective of producers and consumers, synchronization and mutual exclusion between processes is how to achieve
synchronization-and-deadlock
- C_线程系列讲座(4):同步与死锁问题的避免-The C_ thread lecture series (4): synchronization and deadlock
The-synchronization-of-the-Monitor
- C_线程系列讲座(5):同步技术之Monitor-The C_ thread lecture series (5): The synchronization of the Monitor
Thread-Synchronization
- 调用SDK win32 api来编写多线程的程序,很好地说明了线程同步问题,通过稍微的更改原程序,就可以是原来没有考虑线程同步问题的程序解决同步问题。该源代码给出了最终完整代码,很有帮助学习。-SDK win32 api to write multi-threaded programs is called a good illustration of the thread synchronization problem, through slight changes to the origin
Thread-Synchronization
- VC++6.0中实现线程同步,分别采用互斥对象、临界区对象、事件对象以及信号量对象来实现对线程的同步操作,代码经过项目的检验。-VC++ 6.0 to implement thread synchronization, respectively mutex object, the critical section object, event objects, and semaphores objects to implement thread synchronization, the code
