CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 进程创建

搜索资源列表

  1. CreateProcess-Detailed

    0下载:
  2. 讲解了进程的创建,如何使用进程,进程的参数。- On the process of the creation, how to use the process, process parameters.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-15
    • 文件大小:5649
    • 提供者:陈晓磊
  1. mfctlist

    0下载:
  2. 基于VC++列举Windows系统中所有的进程信息程序源码下载,枚举出这些进程后,你能够在程序中消灭进程。程序由早期VC++版本创建,本站已把源码转换成VC++6.0格式。有VC6现在可直接编译了,VC++编程学习源码,很好的参考资料。-The VC++ enumeration to download all the process information program source code in Windows system based on, enumerate the process,
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:28420
    • 提供者:什锦丁儿
  1. jinchengtongxin

    0下载:
  2. 利用进程A创建进程B,实现进程之间的消息通信和共享内存通信。-sendmessage share memory
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-06
    • 文件大小:156925
    • 提供者:wuxingrong
  1. CC--_HOOK_API_code

    0下载:
  2. 钩子(Hook),是Windows消息处理机制的一个平台,应用程序可以在上面设置子程以监视指定窗口的某种消息,而且所监视的窗口可以是其他进程所创建的。附代码。- Hook (Hook), is a platform Windows message handling mechanism, the application can be set to monitor sub-processes of a message in the above specified window, and the
  3. 所属分类:Hook api

    • 发布日期:2017-04-14
    • 文件大小:4486
    • 提供者:sky
  1. HookSrv

    0下载:
  2. 钩子(Hook),是Windows消息处理机制的一个平台,应用程序可以在上面设置子程以监视指定窗口的某种消息,而且所监视的窗口可以是其他进程所创建的。附代码。-Hook (Hook), is a platform Windows message handling mechanism, the application can be set to monitor sub-processes of a message in the above specified window, and the win
  3. 所属分类:Hook api

    • 发布日期:2017-04-06
    • 文件大小:19155
    • 提供者:sky
  1. Single-processor-scheduling-process

    0下载:
  2. 这个C程序用来模拟操作系统中的单处理器进程调度。用户可以输入时间片,要创建的进程等。-This C program used to simulate a single processor operating system process scheduling. Users can enter a time slice, the process to be created and so on.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-08
    • 文件大小:224109
    • 提供者:点点
  1. CPP-use-shared-memory-

    0下载:
  2. C++ 使用共享内存实现进程间通信。 文件映射是一种实现进程间单向或双向通信的机制。它允许两个或多个本地进程间相互通信。为了共享文件或内存,所有的进程必须使用相同的文件映射的名字或是句柄。   为了实现共享文件,第一个进程先调用CreateFile方法。接下来调用CreateFileMapping方法来创建一个文件映射对象。并为文件映射指明一个句柄和名称。由于事件,信号,互斥对象和文件映射等这些内核对象都共享同一个名字空间,所以如果这个名字和其他一个对象的名称重名的话那么将创建失败
  3. 所属分类:software engineering

    • 发布日期:2017-04-06
    • 文件大小:2205
    • 提供者:mechain
  1. check-cmd

    0下载:
  2. 可用于检测所指定的进程是否存在。原理为:一个进程运行后会在/proc下创建以其进程号为名的目录,此目录下的cmdline文件中保存有进程名。-Can be used to detect the existence of the specified process. Principle is: will create its process ID in the name of the directory under/proc after a process running, cmdline fil
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-11
    • 文件大小:1256
    • 提供者:lina
  1. mytime

    0下载:
  2. 设计并实现Unix的“time”命令。“mytime”命令通过命令行参数接受要运行的程序,创建一个独立的进程来运行该程序,并记录程序运行的时间。 使用CreateProcess()来创建进程 使用WaitForSingleObject()在“mytime”命令和新创建的进程之间同步 调用GetSystemTime()来获取时间-Design and implementation of Unix " time" command. " Mytime"
  3. 所属分类:Process-Thread

    • 发布日期:2017-06-16
    • 文件大小:25080333
    • 提供者:frank
  1. linux

    0下载:
  2. 进程控制:在linux下实现“mytime”命令通过命令行参数接受要运行的程序,创建一个独立的进程来运行该程序,并记录程序运行的时间-Process Control: Implementation in linux " mytime" command from the command line arguments to accept the program to run, create a separate process to run the program, and the
  3. 所属分类:Driver develop

    • 发布日期:2017-04-15
    • 文件大小:5995
    • 提供者:孙佳佳
  1. windows

    0下载:
  2. windows下“mytime”命令通过命令行参数接受要运行的程序,创建一个独立的进程来运行该程序,并记录程序运行的时间-Under windows " mytime" command from the command line arguments accepted to run the program, create a separate process to run the program, and the program run time record
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-26
    • 文件大小:242963
    • 提供者:孙佳佳
  1. linux-fedora

    0下载:
  2. fedora下“mytime”命令通过命令行参数接受要运行的程序,创建一个独立的进程来运行该程序,并记录程序运行的时间-Under fedora " mytime" command via the command-line arguments accepted to run, create a separate process to run the program, and the program run time record
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-23
    • 文件大小:51196
    • 提供者:孙佳佳
  1. test

    0下载:
  2. 设计并实现Unix的“time”命令。“mytime”命令通过命令行参数接受要运行的程序,创建一个独立的进程来运行该程序,并记录程序运行的时间。 在Windows下实现: 使用CreateProcess()来创建进程 使用WaitForSingleObject()在“mytime”命令和新创建的进程之间同步 调用GetSystemTime()来获取时间 -Design and implementation of Unix " time" c
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-14
    • 文件大小:3389554
    • 提供者:孙继鹏
  1. CreatePcocess

    0下载:
  2. windows下创建进程实验 使用VC6环境-Create Process
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-14
    • 文件大小:3277096
    • 提供者:zhang
  1. CreateThread

    0下载:
  2. windows操作系统中,创建进程 vc6.0下开发-creare thread
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-10
    • 文件大小:2106800
    • 提供者:zhang
  1. processing

    0下载:
  2. 本模拟程序实现对n个进程根据优先权的高低调度的模拟,创建进程描述符PCB,进程的优先权在运行过程中动态改变,每个时间片结束后显示当前各进程的状态。-The simulation program according to the process of the n analog low priority scheduling, to create the process descr iptor PCB, dynamically change the priority of the process d
  3. 所属分类:OS Develop

    • 发布日期:2017-04-14
    • 文件大小:3021
    • 提供者:yili
  1. 1

    0下载:
  2. UNIX,设置 环境变量,创建新进程,自己写的
  3. 所属分类:Driver develop

    • 发布日期:2017-04-29
    • 文件大小:18135
    • 提供者:ccm
  1. 2

    0下载:
  2. 实验二、进程控制(15分) 设计并实现Unix的“time”命令。“mytime”命令通过命令行参数接受要运行的程序,创建一个独立的进程来运行该程序,并记录程序运行的时间。 在Windows下实现: 使用CreateProcess()来创建进程 使用WaitForSingleObject()在“mytime”命令和新创建的进程之间同步 调用GetSystemTime()来获取时间 在Linux下实现: 使用fork()/execv()来创建进程
  3. 所属分类:Console

    • 发布日期:2017-04-14
    • 文件大小:2763
    • 提供者:吴我
  1. Web

    0下载:
  2. web程序,创建服务,运行类似于网站进程的准入制上。-web application, create a service, access to the system running on the website similar to the process.
  3. 所属分类:JavaScript

    • 发布日期:2017-05-02
    • 文件大小:637730
    • 提供者:王尧
  1. event

    0下载:
  2. 文件中第一个方法创建了一个进程的副本,以子进程模式 (由命令行指定) 工作;第二个方法创建一个事件和一个子进程,然后等待子进程在返回前向事件发出信号;第三个方法在子进程模式下被调用,其功能只是向父进程发出终止信号-the first method creates a process s copy to a child process mode (designated by the command line) The second way to create an event and a chil
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-13
    • 文件大小:1662
    • 提供者:凤佳梅
« 1 2 ... 40 41 42 43 44 4546 47 48 49 50 »
搜珍网 www.dssz.com