搜索资源列表
postkill
- system权限下,创建远程线程将dll注入用户进程,以用户身份发送消息。此例对指定程序发送一个WM_QUIT消息。专用来使防火墙类程序正常退出。传递参数使用注册表实现。-system authority, the creation of dll threaded remote users into the process, to send user information. Such cases to send a designated WM_QUIT news. Dedicated to e
moniter_
- tomcat在运行中,有时候会自己退出,本程序可以监控系统中是否有tomcat运行,如果没有tomcat运行,会按照指定的路径,启动tomcat.-tomcat in the operation and sometimes their withdrawal, the procedures to monitor whether the system is running tomcat, if not tomcat operation, in accordance with the designat
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
FindWnd
- 找线程句柄程序,运行程序后,自动枚举系统进程,通过右击,弹出菜单,可隐藏或显示或退出进程。-find a thread handle procedures, operating procedures, the system automatically enumeration process, right-click, pop-up menu, can be hidden or revealed or withdraw from the process.
PROMONITOR
- 一个进程启动,停止以及监视其活动的小程序,当程序发生异常后,此程序可以自动启动,你要做的,就是把你要管理的程序加入到其管理列表,由其进行管理就可以了,这个程序不需要任何改动就可以直接拿来对你要启动但又会发生错误退出的程序进行管理。
Multi-Task
- 学习多任务环境的编程,理解多任务程序中任务间通信和同步的方法; 掌握Windows环境中多线程程序设计与实现方法。模拟多任务的交互过程,每个任务用线程实现,基本要求如下: 任务1:接收从键盘键入的字符,发送给另一任务2; 任务2:接收任务1发来的字符,用事件的方式通知任务3接收; 任务3:接收任务2发来的字符,并显示; 可增加其他功能,如:以秒显示时间等; 系统能退出。
CE过QQ大厅扫描工具
- 使用CE扫描QQ游戏的内存会导致游戏出错退出运行,原因是QQ游戏自带模块不断检测CE是否运行. CE过QQ大厅扫描工具 本程序能够终止QQ游戏的检测模块.运行本程序后再运行CE便可正常检索内存了. Win7下需要以管理员身份运行. -Lead to the use of the CE scan QQ Game Memory game error exit run, QQ Game comes with the module constantly testing CE is
LanI2M_2
- 基于WinPcap的局域网IP/MAC地址快速查找程序。运行和编译时需加入WinPcap开发包支持。这是一个老掉牙的程序题材,但如果你是新手,那么不妨看看本程序多线程的思路相对比较简单,新手可以慢慢研究。本程序的不足是:在嗅探返回线程安全退出环节上处理很过于简单,如果你有能力可以继续开发。 -WinPcap-based LAN IP/MAC Address Finder quickly. Compile-time operation and development need to join
jicheng
- 在WINDOWS操作系统下,当我们无法结束或者不知道怎样结束一个程序的时候,或者是懒得去找“退出”按钮的时候,通常会按“CTRL+ALT+DEL”呼出任务管理器,找到想结束的程序,点一下“结束任务”就了事了,呵呵,虽然有点粗鲁,但大多数情况下都很有效,不是吗? -In the WINDOWS operating system, when we can not or do not know how the end of the end of a procedure, or are too la
ProcessTick
- 获取进程启动和结束时间的工具 使用 PSAPI 获取内核模式和用户模式进程并将用户模式进程的启动时间和结束时间记入日志。运行程序后,它启动一个线程,该线程在后台执行每隔一定时间监控是否有新启动进程或退出进程。-Access to the process of start and end times of the tools used to obtain PSAPI kernel mode and user mode processes and user-mode process s
czxt
- 处理机调度算法的实现 1. 设定系统中有五个进程,每一个进程用一个进程控制块表示。 2. 输入每个进程的“优先数”和“要求运行时间”, 3. 为了调度方便,将五个进程按给定的优先数从大到小连成就绪队列。用一单元指出队列首进程,用指针指出队列的连接情况。 4. 处理机调度总是选队首进程运行。采用动态优先数算法,进程每运行一次优先数就减“1”,同时将运行时间减“1”。 5. 若要求运行时间为零,则将其状态置为“结束”,且退出队列。 6. 运行所设计程序,显示或打印逐次被选中进
ProgramControl
- 应用程序在出现挂死和退出时,自动检测进程是否存在,并自动运行应用程序。-Application in the event of death, and hung out, the automatic detection process exists, and automatically run the application.
processcreate
- 进程创建,创建新的进程,创建一个子进程,启动注册表程序,等待子进程的退出-Process creation, create new process, create a child process, start registry procedures, waiting for the child process exit
process_communication
- 本程序主要实现进程通信功能 程序说明: 在vi中输入,用gcc编译,并调试程序; (1).用vi comm.c打开,并输入程序,用w保存,用qa!退出; (2).用gcc –o comm comm.c编译; (3).用./comm运行,观察结果; 多次运行,用ctrl+c结束,观察结果变化,可修改程序后再观察-This program features the main descr iption of the procedures to achieve the proce
Process-monitors
- 简单的进程监视器,用VB编写的,可以监视到你打开的程序或你退出的程序,这个功能很实用,不过此源码相对比较简单易懂,对初学者很有帮助。-Simple process monitor written in VB, you can monitor your open programs or you exit the program, this feature is very useful, but this source is relatively straightforward, useful fo
AITV_Framework
- 这是一个基于命名管道的进程通信及调度程序框架的试验版本。一个solution中包含3个Project.其中,AppScheduling是进程调度程序(这个是将来可以使用的版本),TestJiuGong和TestPlayer分别是九宫格导航和播放器的简单模拟(将来会被实现真实功能的程序所替换。) AppScheduling的功能:启动后自动隐藏窗口,启动九宫格导航。九宫格导航按1键后退出,启动播放器;播放器按0键后退出,启动九宫格导航;九宫格导航按0键后退出整个系统(包括AppScheduli
vcthreads
- 10个VC++多线程操作实例源代码,内容涉及如何安全终止线程、如何创建UI线程、如何创建Worker线程、如何等待线程结束、如何挂起和恢复线程、如何获得线程的退出码、如何使用互斥量、如何使用临界区、如何使用信号量等内容,入门者更应该看一看,多线程的使用很广泛,可以提高程序效率-10 VC++ multi-threaded operation examples of source code, content involves how to safely terminate a thread, ho
huatu
- VB多线程绘图程序,无聊时改的一个多线程窗口绘图程序,加了线程同步技术,此多线程可在IDE下调用运行,但退出程序,VB6会崩溃。每条线一个线程,开了1000多线程,CPU占用不到2 -VB multi-threaded graphics program, a multi-threaded window drawing program change when bored, add thread synchronization technology, this multi-threaded call
Processor-scheduling-algorithm
- 1.设定系统中有五个进程,每一个进程用一个进程控制块表示。 2. 输入每个进程的“优先数”和“要求运行时间”, 3.为了调度方便,将五个进程按给定的优先数从大到小连成就绪队列。用一单元指出队列首进程,用指针指出队列的连接情况。 4. 处理机调度总是选队首进程运行。采用动态优先数算法,进程每运行一次优先数就减“1”,同时将运行时间减“1”。 5.若要求运行时间为零,则将其状态置为“结束”,且退出队列。 6.运行所设计程序,显示或打印逐次被选中进程的进程名以及进程控制块的动态变化
ThreadMsg
- XP VC6。线程控制的示例程序。通过全局变量,改变其数值,从而控制线程的运行和退出。-XP VC6. It is demo program for thread control. The global variant is use in the main process. The thread can run or quit by value of global variant.