搜索资源列表
Vc_EnumProcess
- 本例通过调用API函数CreateToolhelpSnapshort\\Process32First\\Process32Next来确定当前系统运行的所有的进程-the cases by calling the API function CreateToolhelpSnapshort \\ P rocess32First \\ Process32Next to determine the current system running all the process
king111
- 这是个简单的线程创建源代码,在进程中建立线程以达到调用系统函数的目的.里面有错误之处望大家改改!-This is a simple thread to create the source code. in the process of establishing calling thread to achieve the purpose of the system function. There were mistakes in his remarks hope you changed!
listprocess
- 此代码示范了如何利用 CreateToolhelp32Snapshot API函数枚举系统当前进程。以及如何用 HANDLE OpenProcess(...),TerminateProcess(...)来打开和关闭活动进程。
zuoyediaodu
- 编写并调试一个单道处理系统的作业等待模拟程序。 作业等待算法:分别采用先来先服务(FCFS),最短作业优先(SJF)的调度算法。 对每种调度算法都要求打印每个作业开始运行时刻、完成时刻、周转时间、带权周转时间,以及这组作业的平均周转时间及带权平均周转时间,以比较各种算法的优缺点。(所有算法都是用VC++6.0编写) 补充说明:本程程序序包含两个算法,虽然两个算法是在同一个程序中,但两个算法是相互独立的,因为交作业之前我以为两个算法可以分开交,后来才知道要合在一个程序,所
memoryallocate
- 本节给出三个非常实用和高速的内存分配函数。读者可以直接拷贝这三个函数到程序中去,使用Allocate()和My_Free()代替系统提供的alloc()和free()函数。调试环境为TC2.0或者TC3.0
安全稳定的实现进线程监控
- 用PsSetCreateProcessNotifyRoutine,PsSetCreateThreadNotifyRoutine来进行进程线程监控我想大家已经都非常熟练了.sinister在<>一文中已经实现得很好了.前一段时间看到网上有人在研究监视远线程的文章,比较有意思.就写代码玩一玩.这之中就出现了一些问题.比方说直接用sinister的代码的话,是不能动态卸载的,因为他在安装了进线程监视函数后没有进行清除动作,造成在动态卸载时蓝屏,BUGCHECK为0x000000ce,错误码
BR
- 易语言无驱动干掉冰刃源码。完全使用系统API函数。-Easy to get rid of Frostsaber language No driver source code. Fully use the system API functions.
process_item_process
- 列出系统运行的进程并KILL某些进程,tlist 可以列出系统中正在运行的进程,kill 工具可以杀死进程,COMMON文件是公共函数-Set out the process of system operation and KILL some process, tlist system can list running processes, kill kill the process tool, COMMON document is a public function
thread
- 生产者消费者多线程问题,通过调用系统函数,来解决生产者消费者多线程问题。-Consumer producer problem of multi-threading, by calling the system function, to address the issue of multi-threaded producer consumer.
Realization-of-Multithread-Program-Based-on-Callba
- 本文给出了基于回调函数的多线程应用程序实现方法。通过回调函数开辟子线程,而采用回调函数的消息响应函数实现具体的数据处理。因回调函数的消息响应函数可作为VC + + 某个类的成员函数,故可调用该类的其他成员函数和成员变量,从而避免了因采用过多的全局变量进行线程通信而降低系统效率-The met hod for realizing multit hread program based on callback function and Visual c++ is given in this paper
NamedPipeX
- 命名管道、mutex、多线程、回调函数等应用实例,实现电脑复位管理、CTRL_ALT_DEL键锁定与释放,对类似计算机系统编程具有非常大的参考价值。-Create PIPE and CALLBACK function,controll the CTRL_ALT_DEL keyboad
KillExe
- Kill当前正在运行的进程。功能相当于任务管理器。 1.列表框显示正在运行的进程.(Process) 2.Kill正在运行当中的进程,加入选择程序提示. 3.程序启动时在任务栏上隐藏本程序. 4.About对话框. 5.Kill进程之后可以刷新进程列表. 6.屏蔽系统热键功能. 7.Beauty按钮调用: 1.CreateProcess函数调用Notepad,用TerminateProcess函数关闭. 2.用Winexec调用Windows自带的
KillProcess
- 是一个自己动手写的杀死指定的系统中的进程的windows程序,包括创建进程快照,在快照里面筛选出指定进程,指定进程的访问权限,更改指定进程的访问权限,调用函数TerminateProcess终止该进程!是进程编程学习的很好的源码资料!-Is to write himself to kill the process specified in the windows system program, including creating a snapshot of the process, which
NTDLL_Process
- 利用系统核心组件NTDLL来获取进程,这个是利用NTDLL的函数直接操作的-The system core components NTDLL of to get the process, this is a direct manipulation use NTDLL function
Multi-threaded-programming-examples
- 在VC++的平台下,用系统函数实现多线程的运用程序(10个)仅供参,做课程设计的考。-In vc++ of flat, we use the system function of multithreaded application (10) is only for participation, do of the curriculum design of the examination.
GoodCount
- 3.4.1 使用Win32互锁操作.p.58 这些函数中最常用的是InterlockedIncrement和Interlockedlncrerment。程序清单3-6是GoodCount,它是程序清单3-5中实例BadCourt的一个新版本。GoodCount使用InterlockedIncrement来完成全局变量的自动增一,它在所有的Windows 2000系统上都能正确地运行。 程序清单3-6 GoodCount程序,它展示了共享全局数据的正确方法 -3.4.1 The use
Kill-Process
- 用系统顶层 API 函数如 ZwOpenProcess,ZwQuerySystemInformation 等关闭进程-Close process system top-level API functions such as ZwOpenProcess, ZwQuerySystemInformation, etc.
ViewProcess
- VB进程显示,调用API函数,vb是如何执行简单的系统控制-VB process, call the API function, vb how to perform simple system control
VBgetallPrcoeessWinTitle
- VB获取Windows系统当前的所有进程,并枚举出窗口标题,得到desktop的句柄,得到desktop的第一个子窗体,循环所有的窗体。在所用到的方法中,有一个枚举所有进程的函数,这个函数可帮你快速找到当前运行的所有进程,你也可轻松的就将其应用到其它的应用程序中。-Capture all process , and windows Title , handle and so .
vkom
- 这个代码实现了Delphi语言通过系统函数实现对窗口程序的控制()