搜索资源列表
进程创建
- 1 程序开发步骤 (1) 打开vc,选择菜单项file->new,选择projects选项卡并建立一个名为\"process\"的win32 console applicatoin工程;创建时注意指定创建该工程的目录; (2) 在工程中创建源文件\"process.cpp\":选择菜单项project->add to project->files,在选择框中输入自己想要创建的文件名,这里是\"process.c
我的进程创建程序
- 一个简单的学习进程创建程序-a simple process of learning to create programs
多级反馈队列进程调度算法
- 完成单处理机系统中的进程调度,采用多级反馈队列的时间片轮转调度算法. 首先确定进程控制块的内容,进程控制块的组成方式,确定相关参数(如进程数、到达时间、服务时间、时间片大小等);然后完成进程创建原语、进程调度原语和进程撤销原语;
ProcSpy32
- windows9x下的截获进程创建和退出过程的程序-windows9x intercepted under the process of creation and to withdraw from the course of the procedure
我的进程创建程序
- 一个简单的学习进程创建程序-a simple process of learning to create programs
os2
- 处理器系统的进程调度编写程序完成单处理机系统中的进程调度,要求采用时间片轮转调度算法。实验具体包括:首先确定进程控制块的内容,进程控制块的组成方式;然后完成进程创建原语和进程调度原语;最后编写主函数对所作工作进程测试。-processor systems process scheduling procedures for the preparation of single-processor system to complete the
proce
- 进程创建与撤消模拟实现-created with the withdrawal process simulation.
HookCreateProcess
- 自己写的API-Hook。hook的函数是CreateProcessA和CreateProcessW。就是说可以检测进程创建。还有2处不完善。一个是创建程序的路径没能很好的显示。另一个退出时有点系统异常。-himself wrote the API- Hook. The hook function is CreateProcessA and CreateProcessW. Say can detect the creation proc
tc123
- 进程创建
ProcMon
- 一个监控进程创建和退出的例子,采用的是命令行监控,简单修改即可改为MFC对话框的形式。-A monitoring process creation and exit example, using the command-line monitoring, a simple modification can change the form of MFC dialog box.
vcthread
- VC++进程创建与实现原代码,是学习进程的入门资料 -VC++ Process creation and implementation of the original code, is introductory information on the learning process
PsMonitor2
- 一个监控进程创建的程序! 使用定时监控的方法-A monitoring process to create the procedure! Regularly monitor the use of the method
first
- 进程创建、并发执行;是操作系统第一个实验报告,包涵源码;如果想在windows 下运行可以用c软件-The process of creation, concurrent implementation is the first experimental report of the operating system, includes source If you want to run windows software can be
CreateProcess
- 该程序实现创建进程的功能,简单的进程创建-Create a process to achieve the program' s features, a simple process to create
shi31
- 实现父进程创建子进程,实现父子同步,调用简单文本-Father of the process to achieve the creation of sub-processes, to achieve synchronization son, called a simple text
process
- 一个非常实用的,父进程创建子进程,并能获取子进程输出信息的源代码!-A very practical, the parent process creates the child process, and to have access to the child process output information of the source code!
process
- 里面是进程的并发执行,父进程创建子进程,。父进 程每隔 3 秒重复建立两个子进程,首先创建的让其执行 ls 命令,之后创建执行让其 执行 ps 命令,并控制 ps 命令总在 ls 命令之前执行。-Which is the process of concurrent execution, the parent process creates the child process,. Parent process repeated e
os
- 操作系统实验 进程间基于消息队列的通信 编写一段程序,同时父进程创建两个子进程p1和p2;并使子进程p1与子进程p2通过共享存储区相互发送数据(512字节)。 -Experimental operating system message queue-based inter-process communication
OSsimulator
- 模拟操作系统的进程创建、等待、执行、结束等状态-Simulation of the operating system process creation, wait, implementation, and other state end
钩子技术控制进程创建
- vc++ 利用钩子技术控制进程创建源代码(protector_app+protector_driver)