搜索资源列表
Queue
- 队列管理封装类,包括mutex锁, 先进先出的功能-Queue management package categories, including mutex locks, the function of FIFO
readerwriter
- 读者写者问题C++解法,使用互斥信号量,写者线程优先,共有3个读者2个写者-Similar to the barbers problem,the program use semaphore to solve the reader/writer problem.Two semaphores are involved:m_h,db_h,used as a counter and mutex between 2 writers. Main function create 3 reader thre
vcMultiThread
- VC++ 多线程与聊天室程序的编写,多线程应用中容易出现的问题。互斥对象的讲解,如何采用互斥对象来实现多线程的同步。 -VC++ multi-threaded programs written with the chat rooms, multi-threaded applications prone to problems. Mutex object' s explain how to use multi-threaded mutex object to achieve synchr
mutex
- mutex runnable working program
MultiThread
- VC++ 多线程与聊天室程序的编写,多线程应用中容易出现的问题。互斥对象的讲解,如何采用互斥对象来实现多线程的同步。如何利用命名互斥对象保证应用程序只有一个实例运行。应用多线程编写网络聊天室程序。在接收线程函数中,遗忘了释放指针的操作,在随盘代码中已更正,特此说明。-VC++ multi-threaded programs written with the chat rooms, multi-threaded applications prone to problems. Mutex objec
sy4
- 线程的创建和同步控制 在windows2000的环境下,创建一个控制台进程,此进程创建两个并发线程,一个是读线程,另一个是写线程。这两个线程共享一个数组A,写线程对数组分别进行10次写操作,每次写操作对A的每个元素赋一个相同的值;读线程对数组分别进行10次读操作,每次读操作输出A中所有元素的值。写出相应代码,并分析运行结果。修改代码,使每次读写互斥,即每次对数组的写操作结束后才能进行写操作,反之亦然。-Thread creation and synchronization control i
ThreadLock
- 线程的互斥锁实现方法,是一个小代码。 初学者可以参考。-Threads mutex implementation is a small code. Beginners can refer to.
DNduokai
- 利用hoot取消互斥变量进行多开,内附各区IP及接口-Cancel mutex variable using the hoot to open
UniqueInstance
- VC6.0实现的,只能有一个程序实例运行的例子程序。两套实现方案。一个使用互斥对象,一个使用找到窗口句柄-VC6.0 achieved, there can be only one instance to run the example program. Two implementations. Use of a mutex object, a window handle to use to find
thread-mutex
- 操作系统中的线程互斥问题,简单的操作系统编程。-The operating system to the problem of thread mutex
MultiThread
- 多线程程序的编写,多线程应用中容易出现的问题。互斥对象的讲解,如何使用互斥对象来实现多线程的同步。如何利用命名互斥对象保证应用程序只有一个实例运行。应用多线程编写网络聊天室程序。-Writing multithreaded programs, multi-threaded applications prone to problems. Mutex object to explain how to use a mutex object to the multi-thread synchroniza
ThreadTest
- c++ 互斥锁,多线程,简单例子,适合初学者!-c++ Mutex, mulit thread example, used to primer.
melon_os_v0.19
- 自己闲的蛋疼时,写了一个操作系统, 支持进程基于优先级抢占,timer, mutex mailbox 内存管理等特性-I writed a OS kennel in the fucking boiling time
745611
- Mutex APIs Make multiple instance aware programs(Mutex APIs Make multiple instance aware designed)
mutex
- Mutex program for student
thtKompletely
- 完全自己编写的消息队列,代码中还实现了互斥量,信标量以及线程调度(Completely write your own message queue, the code also implements the mutex, scalar and thread scheduling)
干互斥体(请自己获取互斥体句柄)
- 根据句柄关闭互斥体,多开常常会用到这个!!!!!!(Closes the mutex according to the handle)
关闭互斥体
- 如果你找到了游戏多开的互斥体却不知道怎样关闭它,那么本源码会帮到你的。(If you find a game mutex, but you don't know how to turn it off, then the source will help you.)
PPD_codigosFontes
- mutex, threads stack, merg, mergsort
