资源列表
TestThread
- 线程简单调用,重构CWndThread的类,以最简单的方式CreateThread-simple thread override
MultiThread
- 多线程编码,java写的程序,能够让读者很明白编码的过程,迅速掌握其精髓所在-multithread coding
chuangjain
- 操作系统使用队列模拟创建进程与撤销进程源代码-Process creation and revocation
Multithreaded-experiment-scheme
- 非常明了的以实验的方法说明了多线程的创建、同步等问题,很具有学习意义。-Very clear experimental method are employed to demonstrate the multithreaded to create, synchronization, etc., are learning significance.
ProcessInfo
- 查看系统的所有进程信息和所加载的相应模块-View all system processes information and the corresponding module is loaded
SearchFunAddr
- 一些用来查找特定dll中特定函数在内存中地址的小程序-Some dll used to find a specific function in a specific address in memory applet
matlab_calculator
- a sample for MT4 connect matlab
ThreadPool-master
- c++线程池很清晰的写出了用法,是入门的好材料-c++ thread pool usage write very clear, is a good entry materials
create-process
- 创建两个进程,让子进程读取一个文件,父进程等待子进程读取完文件后继续执行,实现进程协同工作。 进程协同工作就是协调好两个进程,使之安排好先后次序并以此执行,可以用等待函数来实现这一点。当需要等待子进程运行结束时,可在父进程中调用等待函数。 -Create two processes, allowing the child to read a file, read the parent process waits for the child process to continue exe
4-MFC-thread-class-
- MFC线程实现方法及其面向对象封装 线程是MFC编程中一个重要的概念。为了充分利用CPU,程序常采用多线程处理。操作系统与线程相关的函数皆为 C函数接口。直接使用API生成和使用线程,不符合面向对象的处理逻辑。通过面向对象封装,封装了与线程相关操作。将线程封装成类后,线程也具有了对象的概念。线程就更加容易理解和使用。 -MFC thread is an importrant concept in programming , 4 kinds of thread class are cons
GameWG
- C++DLL远程线程注入源码包含了EXE注入与空白DLL,小小改动就能正常使用-C++DLL remote thread into the source code contains the EXE injected with blank DLL, small changes can normally use
GameDll
- C++勾子注入进程与DLL监听被注入进程键盘消息给呼出DLL的窗口程序。也就是个常用的方式,这是源码-C++勾子注入进程与DLL监听被注入进程键盘消息给呼出DLL的窗口程序。也就是个常用的方式,这是源码auxiliary production methods, it is the source
