搜索资源列表
fkill
- 指定PID来结束其进程-designated PID to end the process
StickyApp32
- windows任务管理器都无法结束其进程,看下这是如何做到的-windows task manager will not be able to end the process, facie this is the way to do
Terminator
- Terminator是一个小程序,使用它你可以说明一个你想要结束的模块的列表(通过路径名或名称)。-Terminator is a small program you can use it to illustrate one you want to end the module list (by name or path).
UseThreadApp
- 线程的启动、终止、和停止操作的实现,操作功能有System.threading完成-threads start to end, to cease operation and the realization of operating functions are completed System.threading
endzippro
- 功能介绍:有些软件在运行中要将某些文件压缩成压缩文件。自己写压缩过程未免太麻烦了, 虽然有很多免费的源代码类可以使用,还要看代码的使用方式,一个不小心就不一定很正常了。 我的做法是调用现有的压缩文件来完成压缩功能。用等待进程结束的方法实现压缩。 完成后再作后面的其他工作。 本程序旨在演示启动和等待进程结束的方式调用其他程序的方法。 -functional presentations : Some software in the operation of cert
ViewDog1.0
- BCB 一个监视指定的程序是否启动,如没有启动则启动,如果指定程序没有响应,则结束重新启动. KeyWords:别让你的程序没响应. QQ:254082939 Email:haihong5995037@163.com-BCB designated a surveillance procedures under way, such as starting activated, if no response to the specified procedure, the end
2005112810545531483234556
- 这是我用汇编写的一个打字练习的程序,它能在窗口中随机显示一行字符,输入一行结束时,自动换一行。上面用一个箭头指示所要打的字符,输入正确时显示绿色,错误时显示红色,同时有错误提示音,能用back-space删除字-This is what I used to write a compilation of a typing practice and the procedures it in the window display random characters here, his input at
heaptest
- Dijstra算法 由Dijkstra提出的一种按路径长度递增序产生各顶点最短路径的算法。 (1)按路径长度递增序产生各顶点最短路径 若按长度递增的次序生成从源点s到其它顶点的最短路径,则当前正在生成的最短路径上除终点以外,其余顶点的最短路径均已生成(将源点的最短路径看作是已生成的源点到其自身的长度为0的路径)。-Dijstra by Dijkstra algorithm proposed by an incremental path length of the sequence
SecClock1.0
- 一个利用多线程编写的毫秒级的计时器,可以连续按下空格,进行快速的开始和结束计时。-a multithread prepared by the millisecond timer, continuous press box, the rapid start and end time.
ProcessControl
- 演示了列举系统所有进程,并且强制结束,希望对大家有帮助-demonstrated a list of all system processes, and the end of compulsory, and I hope to be helpful
Clunzhuanfa
- 编写并调试一个模拟的进程调度程序,采用“轮转法”调度算法对五个进程进行调度。 轮转法可以是简单轮转法、可变时间片轮转法,或多队列轮转法。 简单轮转法的基本思想是:所有就绪进程按 FCFS排成一个队列,总是把处理机分配给队首的进程,各进程占用CPU的时间片相同。如果运行进程用完它的时间片后还为完成,就把它送回到就绪队列的末尾,把处理机重新分配给队首的进程。直至所有的进程运行完毕。-prepared a simulation and debugging process sched
bootstrap
- 这个频率与硬件和操作系统都可能有关。利用 API 函数 QueryPerformanceFrequency 可以得到 这个定时器的频率。利用 API 函数 QueryPerformanceCounter 可以得到定时器的当前值。根据 要延时的时间和定时器的频率, 可以算出要延时的时间定时器经过的周期数。在循环里用 QueryPerformanceCounter 不停的读出定时器值, 一直到经过了指定周期数再结束循环, 就达到-the frequency with hardwa
vbs
- 用于结束进程并禁止该进程被再次使用,可以在外出时防止别人用你的电脑(关闭explorer和tashmgr两个exe)-for the end of the process and to prohibit the process be used again, be going to prevent others using your computer (closed explorer and tashmgr two exe)
vb_killprocess
- 能显示系统所有进程并按指定的规则分类,并能同时结束除用户指定进程外的所有进程,方便进程管理与病毒防范 目录下的 process.txt 里面的内容即为允许进程,用户可通过软件修改 使用方法: 运行软件后,点击\"保存允许的进程\",即创建一个进程快照,未知的进程将显示在右边即将结束的列表中,单击列表任意一项能改变该进程的允许方式,单击\"执行\"按钮就能将结束危险列表中的所有进程. -display system can process all together w
MonitorCreateProcessEvent
- 利用WMI监视进程的创建 Private Sub StartMonitorCreateProcessEvent() Set CreateProcessEvent = New SWbemSink Set objSWbemServices = GetObject(\"winmgmts:\\\\.\\root\\cimv2\") objSWbemServices.ExecNotificationQueryAsync CreateProcessEvent, \"SELECT * F
waitprocess
- 简单演示了如何让一个进程等待另一个进程结束!-simple demonstration of how a process for the other end of the process!
SelfDel
- 程序运行结束删除本!-running deleted from the end!
killandcrate
- 创建、结束进程等操作-creation, the end of the process, etc
exitprocess
- 查找结和结束进程!!VC-search process node and end! ! VC
多线程实例
- 展示VC中多线程的编程方法,如线程创建、事件触发、结束线程、线程同步等多种技术-display VC multithreaded programming methods, such as thread creation, event trigger, the end of threads, thread synchronization techniques