搜索资源列表

  1. 进程创建

    0下载:
  2. 1 程序开发步骤 (1) 打开vc,选择菜单项file->new,选择projects选项卡并建立一个名为\"process\"的win32 console applicatoin工程;创建时注意指定创建该工程的目录; (2) 在工程中创建源文件\"process.cpp\":选择菜单项project->add to project->files,在选择框中输入自己想要创建的文件名,这里是\"process.c
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:30249
    • 提供者:黄小文
  1. 我的进程创建程序

    0下载:
  2. 一个简单的学习进程创建程序-a simple process of learning to create programs
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:2691
    • 提供者:张纬
  1. 多级反馈队列进程调度算法

    0下载:
  2. 完成单处理机系统中的进程调度,采用多级反馈队列的时间片轮转调度算法. 首先确定进程控制块的内容,进程控制块的组成方式,确定相关参数(如进程数、到达时间、服务时间、时间片大小等);然后完成进程创建原语、进程调度原语和进程撤销原语;
  3. 所属分类:数据结构常用算法

    • 发布日期:2009-09-20
    • 文件大小:2325
    • 提供者:red_eyed_hare
  1. ProcSpy32

    0下载:
  2. windows9x下的截获进程创建和退出过程的程序-windows9x intercepted under the process of creation and to withdraw from the course of the procedure
  3. 所属分类:钩子与API截获

    • 发布日期:2024-05-13
    • 文件大小:199680
    • 提供者:站长
  1. 我的进程创建程序

    0下载:
  2. 一个简单的学习进程创建程序-a simple process of learning to create programs
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-13
    • 文件大小:2048
    • 提供者:张纬
  1. os2

    0下载:
  2. 处理器系统的进程调度编写程序完成单处理机系统中的进程调度,要求采用时间片轮转调度算法。实验具体包括:首先确定进程控制块的内容,进程控制块的组成方式;然后完成进程创建原语和进程调度原语;最后编写主函数对所作工作进程测试。-processor systems process scheduling procedures for the preparation of single-processor system to complete the
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-13
    • 文件大小:199680
    • 提供者:成龙
  1. proce

    0下载:
  2. 进程创建与撤消模拟实现-created with the withdrawal process simulation.
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-13
    • 文件大小:2048
    • 提供者:了个
  1. HookCreateProcess

    0下载:
  2. 自己写的API-Hook。hook的函数是CreateProcessA和CreateProcessW。就是说可以检测进程创建。还有2处不完善。一个是创建程序的路径没能很好的显示。另一个退出时有点系统异常。-himself wrote the API- Hook. The hook function is CreateProcessA and CreateProcessW. Say can detect the creation proc
  3. 所属分类:钩子与API截获

    • 发布日期:2024-05-13
    • 文件大小:142336
    • 提供者:林风
  1. tc123

    0下载:
  2. 进程创建
  3. 所属分类:文档资料

    • 发布日期:2024-05-13
    • 文件大小:1024
    • 提供者:
  1. ProcMon

    0下载:
  2. 一个监控进程创建和退出的例子,采用的是命令行监控,简单修改即可改为MFC对话框的形式。-A monitoring process creation and exit example, using the command-line monitoring, a simple modification can change the form of MFC dialog box.
  3. 所属分类:驱动编程

    • 发布日期:2024-05-13
    • 文件大小:32768
    • 提供者:朱庆芬
  1. vcthread

    0下载:
  2. VC++进程创建与实现原代码,是学习进程的入门资料 -VC++ Process creation and implementation of the original code, is introductory information on the learning process
  3. 所属分类:系统编程

    • 发布日期:2024-05-13
    • 文件大小:10240
    • 提供者:lindy
  1. PsMonitor2

    0下载:
  2. 一个监控进程创建的程序! 使用定时监控的方法-A monitoring process to create the procedure! Regularly monitor the use of the method
  3. 所属分类:Windows编程

    • 发布日期:2024-05-13
    • 文件大小:55296
    • 提供者:willy
  1. first

    0下载:
  2. 进程创建、并发执行;是操作系统第一个实验报告,包涵源码;如果想在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
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-13
    • 文件大小:52224
    • 提供者:金鱼
  1. CreateProcess

    0下载:
  2. 该程序实现创建进程的功能,简单的进程创建-Create a process to achieve the program' s features, a simple process to create
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-13
    • 文件大小:97280
    • 提供者:yongheng
  1. shi31

    0下载:
  2. 实现父进程创建子进程,实现父子同步,调用简单文本-Father of the process to achieve the creation of sub-processes, to achieve synchronization son, called a simple text
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-13
    • 文件大小:1024
    • 提供者:不懂
  1. process

    0下载:
  2. 一个非常实用的,父进程创建子进程,并能获取子进程输出信息的源代码!-A very practical, the parent process creates the child process, and to have access to the child process output information of the source code!
  3. 所属分类:其他小程序

    • 发布日期:2024-05-13
    • 文件大小:15360
    • 提供者:tq88
  1. process

    0下载:
  2. 里面是进程的并发执行,父进程创建子进程,。父进 程每隔 3 秒重复建立两个子进程,首先创建的让其执行 ls 命令,之后创建执行让其 执行 ps 命令,并控制 ps 命令总在 ls 命令之前执行。-Which is the process of concurrent execution, the parent process creates the child process,. Parent process repeated e
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-13
    • 文件大小:3072
    • 提供者:王文
  1. os

    0下载:
  2. 操作系统实验 进程间基于消息队列的通信 编写一段程序,同时父进程创建两个子进程p1和p2;并使子进程p1与子进程p2通过共享存储区相互发送数据(512字节)。 -Experimental operating system message queue-based inter-process communication
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-13
    • 文件大小:11264
    • 提供者:董俐
  1. OSsimulator

    0下载:
  2. 模拟操作系统的进程创建、等待、执行、结束等状态-Simulation of the operating system process creation, wait, implementation, and other state end
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-13
    • 文件大小:28951552
    • 提供者:zyy
  1. 钩子技术控制进程创建

    0下载:
  2. vc++ 利用钩子技术控制进程创建源代码(protector_app+protector_driver)
  3. 所属分类:Windows编程

    • 发布日期:2024-05-13
    • 文件大小:11264
    • 提供者:xcm_gz
« 12 3 4 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org