资源列表
RegularDllCall
- 这是一个关于DLL编程的实例,对学习VC一段的时间的程序员来说是一个不可多得的实例。-This is an example of programming on the DLL, for a period of time to learn VC programmers is a rare example.
Thread
- 对多线程的封装,开发人员只需重写RepetitionRun方法即可实现多线程功能-For multi-threading packages, developers can simply override the method RepetitionRun multi-threading capabilities
honestMultiThread
- honest Multi Thread part1
honestMultiThread2
- honest Multi Thread part2
Owl
- Mutithreading example by me
Keyboard
- 一个很好的软键盘程序。利用getforgroundwindow得到当前窗口,找到焦点。这程序唯一的缺点是:acvtive窗口焦点,不能应用。但是单线程技术比较简单。-A good soft keyboard program. Use getforgroundwindow get the current window, find the focus. This procedure only drawback is: acvtive window focus, can not be applied.
flowcontrol
- 流程控制学习程序,包括多层嵌套的IF-ELSE语句实例、正整数分解质因数、判断素数等-Process control learning process, including multiple nested IF-ELSE statements instance, a positive integer prime factor decomposition to determine prime numbers, etc.
MultiThread
- 多线程编程的例子,很适合初学者阅读学习多线程相关的知识-Examples of multi-threaded programming, it is suitable for beginners to learn to read multi-threading-related knowledge
Equipment_Manage
- 运用操作系统中的防止死锁算法(银行家算法)来实现设备和进程间的协调,让他们自动申请设备,处理设备请求,还有生成等待队列,完成队列,设备状态查看。-The use of the operating system to prevent deadlock algorithm (banker' s algorithm) to achieve coordination between equipment and processes so that they can voluntarily apply
onekeyhide
- onekeyhide源码,可通过编译.利用了线程的注入-onekeyhide source, can compile
Lock
- 简单实用的 多读单写 类。 通过对计数器 对多线程调用达到多读单写的目的-Simple and practical to read a single writing class. Through the counter for multi-threaded calls to read more single purpose of writing
Theard
- 在类的成员函数中创建一个线程,并且回调成员函数示例。-In the class member function to create a thread, and the callback member function example.