资源列表
turnoffpro
- 采用提升权限手段关闭进程的方法,可用来关闭一些无法关闭的进程。-Means to close the process with elevated privileges using the method
BirthdayRemind
- 使用多线程对多个提醒时间点的同时提醒,用到多线程与主线程消息的传递,对学习多线程的通信有很大帮助,强烈推荐学习多线程通信的同学下载-Use of multiple threads on multiple reminders at the same time to remind, the main thread to use multi-threading and message passing, multi-threaded communication of learning helps a l
csharp_threadinghandbook
- C#开发多线程程序的必备学习资料,值得下载学习。-C# development of multi-threaded programs essential learning materials, it is worth downloading to learn.
UIThreadDemo
- vc——创建MFC用户界面线程\UIThreadDemo的程序源码,值得一看!-vc- create an MFC user interface thread \ UIThreadDemo the program source code, worth a visit!
WorkThreadDemo
- vc——创建MFC工作者线程,进行耗时计算\WorkThreadDemo的程序源码,值得一看!-vc- create MFC worker thread, time-consuming calculations \ WorkThreadDemo the program source code, worth a visit!
ThreadPriority
- vc——设置线程的优先级\ThreadPriority的程序源码,值得一看!-vc- set the thread priority \ ThreadPriority the program source code, worth a visit!
GlobleVarThread
- vc——使用全局结构进行线程间的通信\GlobleVarThread的程序源码,值得一看!-vc- use the global structure of inter-thread communication \ GlobleVarThread the program source code, worth a visit!
EventThread
- vc——使用事件对象进行线程间的通信\EventThread的程序源码,值得一看!-vc- use the event object for inter-thread communication \ EventThread the program source code, worth a visit!
EventThreadSyn
- vc——使用CEvent对象实现线程同步\EventThreadSyn的程序源码,值得一看!-vc- implement thread synchronization using CEvent object \ EventThreadSyn the program source code, worth a visit!
CriticalSecitonThreadSyn
- vc——使用临界区对象(CriticalSeciton)实现线程同步\CriticalSecitonThreadSyn的程序源码,值得一看!-vc- use a critical section object (CriticalSeciton) to achieve thread synchronization \ CriticalSecitonThreadSyn the program source code, worth a visit!
MutexThreadSyn
- vc——使用互斥对象(Mutex)实现线程同步\MutexThreadSyn的程序源码,值得一看!-vc- mutex object (Mutex) to achieve thread synchronization \ MutexThreadSyn the program source code, worth a visit!
MutexProcessSyn
- vc——使用互斥对象(Mutex)实现不同进程间线程同步\MutexProcessSyn的程序源码,值得一看!-vc- mutex object (Mutex) to achieve different inter-process thread synchronization \ MutexProcessSyn the program source code, worth a visit!
