资源列表
skmontor
- 这个是注册表监视的工具!相信很多程序源都需要,监视程序对注册表的操作!可以只监视某个进程对注册表的操作!-surveillance of the registry is a tool! Sources believe that many procedures are needed to monitor the process of operating the registry. Can be only a process of monitoring the operation of the re
caisejindu
- VB的欢迎使用 扩大寄生蜂那时大家愤怒似的发十分-VB welcome to expand the use of parasitic wasps At that time, we made very similar anger
02ProcessList
- 命令行的进程管理,对付“熊猫烧香”之类必备 命令参数: -? 帮助 -L 进程列表 -T 结束进程 -Q 退出程序-command line management of the process to deal with "Panda burn incense," which is essential order parameters :-? Help-L process list-ended process of T-Q exit
windows_block
- windows账户管理程序,学习系统编程的极好资料。-windows account management procedures, learning system an excellent programming information.
file_spliter1
- 文件分割技术,运用了系统的命令,可以提高运用系统自带功能编程的能力。-document segmentation technology, the use of the system orders can apply the system, bringing their functional programming capabilities.
GetInfo_windows1
- 获取Windows一定的信息,基本功能模块,肯定很有用。-access certain information, the basic functional modules certainly useful.
managethread
- visual c++对多线程程序的处理源代码-visual c right multithreading procedure in the source code
Thread_Reset
- 采用多线程技术实现系统的自动关机启动功能,安全性能高。-use multithreading technology to achieve the automatic shutdown system-function, high-performance security.
jtable11
- 啡载荷厅呆国轼涯园林区划园林区划四项基本原则恩格斯思想感情-brown load Office 1644 State stayed career garden landscape division four cardinal principles Engels ideological division
wtlthreads
- 一个WTL进行多线程处理的类,可以应用到WTL的多线程应用程序中。-a multi-threaded processing category, which can be applied to the WTL multithreaded applications.
ThreadEx2
- 是通过创建13个线程,然后对线程的操作,通过这个线程代码可以了解线程的控制-through the creation of 13 threads, the thread then, the operation of the thread through the code can understand the thread control
ad-function
- 在操作系统中,由于进程总数多于处理机,它们必然竞争处理机。进程调度的功能就是按一定策略、动态地把处理机分配给处于就绪队列中的某一进程并使之执行。根据不同的系统设计目标,可有多种选择某一进程的策略。有两种基本的进程调度方式,即剥夺方式(preemptive mode)和非剥夺方式(non-preemptive mode)。前者指就绪队列中一旦有优先级高于现行进程优先级的进程出现时,系统便立即把处理机分配给高优先级的进程。当然,被剥夺了处理机的进程的有关状态和上下文都必须妥善保存以便今后恢复。后者是