搜索资源列表
070920171745
- 多线程控制,可以自己控制,createThread ResumeThread ,SuspendThread
070920171745
- 多线程控制,可以自己控制,createThread ResumeThread ,SuspendThread-Multi-threaded control, can control, createThread ResumeThread, SuspendThread
JobObject
- 通过windows的内核对象JobObject实现对程序的运行时间和内存使用的控制,开发初衷是作为一个简陋的acm判题沙箱. 大致步骤: 1.通过CreateJobObject创建一个工作对象 2.通过SetInformationJobObject设置工作对象的参数,详见MSDN(http://msdn.microsoft.com/zh-cn/library/ms686216) 3.以CREA
ResumeThread
- 代码展示的怎样恢复挂起的线程,使用toolhelp api 枚举线程 然后恢复-The code shows how to restore the suspended thread, the thread then use toolhelp api enumeration recovery