资源列表
TEST3
- 线程的同步控制.可以看出线程的同步和互斥!里面的代码以及函数都很简单-Thread synchronization control
duoxianchengyuanma
- 是原书的源码,这本书通过众多实例介绍了如何实现Windows下的多线程编程,既重点介绍了Win32API下的多线程编程和MFC下的多线程编程,又介绍了多线程机制在网络编程、图形编程和数据库中的应用。-Is the original source book, this book describes through numerous examples of how to implement multi-threaded programming under Windows, not only high
RUNPE
- PE文件加载器,这个是VB版本的。可以加载PE文件。不错-it is PE_LOADER,GOOD!
Hook
- 进程注入,可以查找只定exe文件,回调执行自己函数-Into the process, you can find only be exe file, the callback function performs its own
Injector1.1
- 一个注入辅助工具,,可以把指定的动态库注入到指定的进程-An injection aids, you can specify a dynamic library is injected into the specified process
process-scheduler-schedulin
- 2. 用VC+6.0创建一个控制台应用程序(这个控制台应用程序的类型是A hello world application)。 3. 编程创建一系列的进程并放入就绪队列中(使用链表实现),来模拟进程创建。 4. 把创建的进程的信息在屏幕上显示出来。 5. 设计进程调度程序模拟两种以上调度算法(时间片调度、优先级调度)。 6. 进程调度程序从活动就绪队列中挑选进程,若队列为空,应显示相应提示信息。 7. 必须有出错处理。 -2. With VC+6.0 create a co
test_Progress
- 多线程进度条(真正的多线程实现) 通过进行间通信,实现的真正的多线程进度条 数据处理与进度条界面处于不同的进程,真正实现进度条的多线程 -ultithreaded progress bar (true multithreading) By performing communication, to achieve real progress multithreading Data processing and the progress bar interface in a di
countNumber
- 网络版数数字,分为客户端和服务器端,实现了通信-Network edition numbers, divided into client and server side, to achieve a communication
Two-programs-communicat
- 两个程序互相通讯,帮助您在系统中不同进程,相互发送信息-Two programs communicate with each other
threadapp
- 是一个关于线程的例子,比较简单,适合简单应用,包括线程的启动和结束-Is an example on the thread, is relatively simple, suitable for simple applications, including start and end of the thread
TestThread
- 线程简单调用,重构CWndThread的类,以最简单的方式CreateThread-simple thread override
MultiThread
- 多线程编码,java写的程序,能够让读者很明白编码的过程,迅速掌握其精髓所在-multithread coding
