搜索资源列表
救护车调度系统
- 救护车调度模拟系统,使用java实现,利用多线程控制每一辆救护车,随机出现呼救点,也可以点击界面人工控制!-ambulance scheduling simulation systems, the use of java achieved, the use of multi-threaded control each one ambulance, there were shouts for help, you can click on the manual control interface!
ProcessKiller_Ver1.1
- ProcessKiller_Ver1 简要介绍: 通过提升当前进程的权限,获得SEDEGUG特权, 然后就可以杀掉当前系统中的高级别进程, 经测试,除:System Idel,System和Csrss三个进程无法杀掉外, 其他进程均可杀掉。 双击列表中的相应进程可以查看进程的所有模块列表。 -ProcessKiller_Ver1 briefed : upgrading the competence of the current process. SEDEGUG
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.
vb_killprocess
- 能显示系统所有进程并按指定的规则分类,并能同时结束除用户指定进程外的所有进程,方便进程管理与病毒防范 目录下的 process.txt 里面的内容即为允许进程,用户可通过软件修改 使用方法: 运行软件后,点击\"保存允许的进程\",即创建一个进程快照,未知的进程将显示在右边即将结束的列表中,单击列表任意一项能改变该进程的允许方式,单击\"执行\"按钮就能将结束危险列表中的所有进程. -display system can process all together w
CpuUsage
- 使用这个小程序可以实现任务管理器功能中的查看cpu即时使用率的功能。 编译时会提示有个错误,不用理会,直接连接和执行就可以啦。 站长,刚刚我传了一次啦,可是回来发现少了个文件,再重新传一下!-Use this small program can achieve the task management function in the real-time view cpu usage function. Compile-time will be prompted to have a mistak
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
kill_process
- 模仿任务管理器,读取系统运行的所有进程,然后选择一个进程,点击“KILL”按钮,将此进程杀掉。-Task Manager to imitate, to read all the process of system operation, and then select a process, click the " KILL" button to kill this process.
TestThreadPool
- 在MFC下面点击菜单响应线程池工作事件,线程池工作是一个写文件内容到c盘。可以设定线程池的大小。-In the MFC-click menu below to respond to the work of the event thread pool, thread pool is a written document to the c drive. Can set the thread pool size.
BallTh
- 自己写的一个桌面小球程序,每点击一次按钮,就有一个新的线程被建立,每个线程对应于一个运动的小球-Wrote it myself a desktop small ball program, every click of a button, there is a new thread is created, each thread corresponds to a movement of the small ball
CreateThread
- 鼠标点击按钮,启动线程,马上开始计数, 在Edit中显示,一秒钟刷新一次。-Click the mouse button to start the thread, immediately began to count, in the Edit display, a second refresh.
thread
- 运行程序,单击“启动线程”按钮,程序将启动一个线程,线程将进行数值计算,并将结果发送给主窗口;单击“挂起线程”按钮,线程将挂起;单击“恢复线程”按钮,线程将恢复。-Run the program, click" start the thread" button, the program will start a thread, the thread will make numerical computation, and sends the result to the main window
ThreadCreat0
- 该程序通过创建两个线程分别实现连个小球(红色大球和蓝色小球)在固定区域里的运动。即单击启动按钮,开启两个线程,连个小球分别以不同的速度运动;单击停止按钮,蓝色小球线程被停止,红色小球继续运动。-The program achieved by creating two threads with a small ball (big red ball and blue ball) in a fixed area in the movement. That is, click the Start but
basehttp
- 基础测试模型。点击测试按钮,将启动一个线程。模型内汇集了gretaTool。和http相关的东西。可方便的使用来分析url及下载内容。-Based test model. Click the Test button to start a thread. The model brings together gretaTool. And http-related stuff. Can be easily used to analyze the url and download content.
ShutDownTimer-2.0
- 本程序可以通过设定时间实现定时关机,源码为MFC源码,双击屏幕右下角图标可进行时间设定-This procedure can be achieved by setting the time, time off, for the MFC source code, double-click the bottom right corner of the screen icon to set time
GetCommand-Line
- 获取其他运行的进程的命令行,双击列表复制程序路径参数到剪贴板-Access to other processes running the command line, double-click the parameter list to the clipboard copy the program path
killProp
- 结束线程操作, 可以输入您要结束的线程名称,然后点击确认进行结束-The end of the thread operation, can enter your name to the end of the thread, and then click the confirm for the end
MultiThread6
- 建立一个基于对话框的工程MultiThread6,在对话框IDD_MULTITHREAD6_DIALOG中加入一个按钮IDC_UI_THREAD,标题为“用户界面线程” 右击工程并选中“New Class…”为工程添加基类为CWinThread派生线程类CUIThread。-Establishment of a dialog-based project MultiThread6 the dialog IDD_MULTITHREAD6_DIALOG a button IDC_UI_THREAD,
MultiThread
- 如果我们在一个MFC对话框程序里面,点击一个执行延时10秒的按钮,那么在这10秒延时过程中,对话框程序将无法做其他的事,不响应其他的消息,那么它就是一个单线程的程序,因为它本身就拥有一个主线程,主线程处于工作状态,将无法响应其他的消息。 因此,为了让程序更好的处理一些耗时的操作,所以将一些耗时的,并且不直接表现在界面上的一些工作,另开一个线程去操作,因此在这里有必要学习——多线程编程。-If we are in an MFC dialog program inside, click on a
PSZProxyMonitor
- 进程监视器,监视指定的进程,如果进程不响应或退出则自动启动该进程并自动点击指定按钮或输入指定的文本使该进程完全启动-Process Monitor, monitor the specified process, if the process does not respond to or exit automatically start the process and make the process completely start automatically click the designa
Advertising
- 一个开机启动广告程序且点击广告弹窗浏览器窗口 - A start-up advertising program and click on ads popup browser window A start-up advertising program and click on ads popup browser window
