Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - vc mutex
Search - vc mutex - List
VC++进程线程实例:EVENT,MUTEX,MUTITHREAD,PROCESS,SEMAPHORE,THREAD,UITHREAD,WORKERTHREAD
Update : 2008-10-13 Size : 308.91kb Publisher : 123

vc++算法程序员处理算法经典 还可以继承其他程序使用-vc algorithm processing algorithm classical programmers can also use other procedures succession
Update : 2025-02-17 Size : 2kb Publisher : 王竟

Visual.C++程序设计技巧与实例--配套光盘 第4章 进程和线程 本章共有8个实例: 1. Process创建和终止进程 2. WorkerThread创建工作者线程 3. UIThread用户界面线程示例 4. Event使用事件对象来实现线程的同步 5. Thread使用临界区对象来实现线程的同步 6. Mutex使用互斥量对象来实现不同进程间的线程同步 7. Semaphore使用信号量对象实现线程的同步 8. MutiThread多线程任务调度与处理-Visual.C program design techniques and examples-- matching CD Chapter 4 of this chapter thread and process a total of eight examples : 1. Process creation and termination process 2. WorkerThread threads created three workers. U IThread user interface thread Example 4. Event object to the use of the incident to Thread Synchronization 5. Th read using critical areas to achieve the target thread synchronization 6. Mutex mutex used to achieve volume targets different process The thread synchronization 7. Semaphore use semaphore object to Thread Synchronization 8. MutiThr perf multithreaded task scheduling and processing
Update : 2025-02-17 Size : 369kb Publisher : xixi

初学VC++多线程必不可少的资料,内容非常详细。讲到了临界区(CCriticalSection) 事件(CEvent)互斥量(CMutex)信号量(CSemaphore) -Beginner VC++ Multi-threaded essential information, very detailed. Referred to the critical region (CCriticalSection) events (CEvent) mutex volume (CMutex) Semaphore (CSemaphore)
Update : 2025-02-17 Size : 22kb Publisher : 小钻风

VC++进程线程实例:EVENT,MUTEX,MUTITHREAD,PROCESS,SEMAPHORE,THREAD,UITHREAD,WORKERTHREAD-VC++ Process instance thread: EVENT, MUTEX, MUTITHREAD, PROCESS, SEMAPHORE, THREAD, UITHREAD, WORKERTHREAD
Update : 2025-02-17 Size : 309kb Publisher : 123

DL : 0
VC多线程互斥编程示例代码!有弹出提示框~~~不容错过-VC programming multi-threaded mutex sample code! Have pop-up box prompts ~ ~ ~ Not to be missed
Update : 2025-02-17 Size : 1.33mb Publisher : 雷雨

DL : 0
vc++ 自动存盘演示代码,超简单的程序,设置自动保存的路径,时间间隔,就可实现自动保存功能。Word中有自动存盘功能,适时保存文档。函数中,遗忘了释放指针的操作,在随盘代码中已更正,特此说明。-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 synchronization. How to use named mutex object to ensure only one instance of the application to run. Application of multi-threaded web chat program written. Function in the receiving thread, and forget the release of pointer operations, with the plate in the code has been corrected, hereby instructions.
Update : 2025-02-17 Size : 45kb Publisher : 胡杨

使用互斥对象(Mutex)实现线程同步,vc-Use the mutex object (Mutex) to achieve thread synchronization, vc++
Update : 2025-02-17 Size : 33kb Publisher : 何建亮

DL : 0
《VC++精彩实例》带的源码,第39章 只运行一个实例的程序-A program only run an instance at a time.
Update : 2025-02-17 Size : 33kb Publisher : Pero

vc 使用互斥对象(Mutex)实现线程同步\MutexThreadSyn的程序源码,希望对大家有所帮助-vc mutex object (Mutex) to achieve thread synchronization \ MutexThreadSyn the program source code, we hope to help
Update : 2025-02-17 Size : 27kb Publisher : 程胜利

vc 使用互斥对象(Mutex)实现不同进程间线程同步\MutexProcessSyn-vc mutex object (Mutex) to achieve different inter-process thread synchronization \ MutexProcessSyn
Update : 2025-02-17 Size : 28kb Publisher : 吴菲菲

vc——使用互斥对象(Mutex)实现线程同步\MutexThreadSyn-vc- mutex object (Mutex) to achieve thread synchronization \ MutexThreadSyn
Update : 2025-02-17 Size : 28kb Publisher :

vc——使用互斥对象(Mutex)实现不同进程间线程同步\MutexProcessSyn-vc- mutex object (Mutex) to achieve different inter-process thread synchronization \ MutexProcessSyn
Update : 2025-02-17 Size : 29kb Publisher :

vc——使用互斥对象(Mutex)实现线程同步\MutexThreadSyn的程序源码,值得一看!-vc- mutex object (Mutex) to achieve thread synchronization \ MutexThreadSyn the program source code, worth a visit!
Update : 2025-02-17 Size : 29kb Publisher :

vc——使用互斥对象(Mutex)实现不同进程间线程同步\MutexProcessSyn的程序源码,值得一看!-vc- mutex object (Mutex) to achieve different inter-process thread synchronization \ MutexProcessSyn the program source code, worth a visit!
Update : 2025-02-17 Size : 30kb Publisher :

互斥量MUTEX的VC++简单实例,使用于初学者-Mutex MUTEX for VC++ Example
Update : 2025-02-17 Size : 2.11mb Publisher : z44

vc开发环境互斥锁编程源代码,清晰简明说明了程序中如何使用互斥锁-example code for mutex.
Update : 2025-02-17 Size : 7kb Publisher : zhangyugang

DL : 0
线程互斥在vc++环境下的实现,具体编程源程序,线程(thread)是"进程"中某个单一顺序的控制流。-mutex of thread on vc++ to relize in detail. as part of process,the thread is quite unique sequential control thread.
Update : 2025-02-17 Size : 2.81mb Publisher : paneone

DL : 0
VC2010-08-25-VC++6.0下利用互斥量同步线程来实现文件读取进度条-VC2010-08-25-VC++6.0 under mutex synchronization of threads to use for file reading progress bar
Update : 2025-02-17 Size : 1.12mb Publisher : 赵栋梁

VC下线程同步的三种方法(互斥、事件、临界区、信号量)-VC Thread synchronization three methods (mutex, events, critical sections, semaphores)
Update : 2025-02-17 Size : 106kb Publisher : 644
« 12 3 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.