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

搜索资源列表

  1. 进程控制

    0下载:
  2. 在Windows下实现: 使用CreateProcess()来创建进程 使用WaitForSingleObject()在“mytime”命令和新创建的进程之间同步 调用GetSystemTime()来获取时间 在Linux下实现: 使用fork()/execv()来创建进程运行程序 使用wait()等待新创建的进程结束 调用gettimeofday()来获取时间
  3. 所属分类:系统编程

    • 发布日期:2014-04-10
    • 文件大小:2144
    • 提供者:psunny68
  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. PlayComputer

    0下载:
  2. 通过配置文件的配置消耗掉电脑任意比例的CPU和内存,使用了多线程(std::thread)和多进程(CreateProcess())-The program can cost any configured proportion of CPU and(or) memory on a computer. and shows the use of multi-threading (std :: thread) and multi-process (CreateProcess ())
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-29
    • 文件大小:11680286
    • 提供者:
  1. 2

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

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

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

    • 发布日期:2017-04-23
    • 文件大小:261215
    • 提供者:康没
  1. windows

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

    • 发布日期:2017-04-12
    • 文件大小:1351
    • 提供者:wenchangwei
  1. Projects

    0下载:
  2. 使用createprocess注入DLL的实例!-Use createprocess inject instances of the DLL!
  3. 所属分类:Windows Kernel

    • 发布日期:2017-06-13
    • 文件大小:20386850
    • 提供者:huangshenghao
  1. HookCreateProcess

    0下载:
  2. HOOK API,hook的CreateProcess,使用的jump方式,学习之用-HOOK API, hook CreateProcess, use the jump mode, learning to use
  3. 所属分类:Hook api

    • 发布日期:2017-04-07
    • 文件大小:121765
    • 提供者:CSW
  1. VCPP-CreateProcess

    0下载:
  2. 通过创建一个新的进程及在其地址空间内运行的主线程来启动并运行一个新的程序。-Create Process
  3. 所属分类:CSharp

    • 发布日期:2017-04-03
    • 文件大小:9801
    • 提供者:陈章华
  1. lab2

    1下载:
  2. 在Windows下实现: • 使用CreateProcess()来创建进程 • 使用WaitForSingleObject()在“mytime”命令和新创建的进程之间同步 • 调用GetSystemTime()来获取时间 -In Windows to achieve: Use CreateProcess () to create a process - the use of WaitForSingle
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-27
    • 文件大小:9438519
    • 提供者:忧郁二郎
  1. 2

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

    • 发布日期:2017-06-14
    • 文件大小:22254865
    • 提供者:王光杰
  1. InjectCreateProcess

    1下载:
  2. 利用CreateProcess挂起启动一个程序并注入dll文件。-Use CreateProcess to start a program and inject the DLL file.
  3. 所属分类:Hook api

    • 发布日期:2015-11-22
    • 文件大小:762880
    • 提供者:程方琦
  1. MyCreateProcess

    0下载:
  2. 这个源码是通过在驱动中启动想要的进程,而不是在系统层进行进程的创建-Driver CreateProcess
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-29
    • 文件大小:20699
    • 提供者:郭盛
  1. ServiceTest

    0下载:
  2. 关于进程的守护有很多种,这份源码介绍的是通过Service的方式,检测进程如果不存在就启动-Service CreateProcess
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-30
    • 文件大小:12097
    • 提供者:郭盛
  1. IBK_INSTALADlg

    0下载:
  2. Application allows invoking the execution of another program using the CreateProcess function, with the highest priority REAL TIME
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:1577
    • 提供者:luder
  1. SAMPLE_EXECUTE_PROGRAMDlg

    0下载:
  2. Application allows invoking the execution of another program using the CreateProcess function, with the highest priority REAL TIME
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:1537
    • 提供者:luder
  1. aqe

    0下载:
  2. 程序实例有:CreateProcess IPC MSGCLIENT IPC MSGServer TaskList-Application examples are: CreateProcess IPC MSGCLIENT IPC MSGServer TaskList
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-12-13
    • 文件大小:143259
    • 提供者:Dxvis
  1. PCHunter_free

    0下载:
  2. 1.进程、线程、进程模块、进程窗口、进程内存信息查看,杀进程、杀线程、卸载模块等功能 2.内核驱动模块查看,支持内核驱动模块的内存拷贝 3.SSDT、Shadow SSDT、FSD、KBD、TCPIP、Classpnp、Atapi、Acpi、SCSI、IDT、GDT信息查看,并能检测和恢复ssdt hook和inline hook 4.CreateProcess、CreateThread、LoadImage、CmpCallback、BugCheckCallback、Shutdown、Leg
  3. 所属分类:其他

    • 发布日期:2017-12-24
    • 文件大小:6559744
    • 提供者:aa77ss55dd
  1. vjarvatin

    0下载:
  2. Application examples are: CreateProcess IPC MSGCLIENT IPC MSGServer TaskList
  3. 所属分类:组合框控件

    • 发布日期:2017-12-19
    • 文件大小:143360
    • 提供者:WUT$374
  1. bsbanmedetermine

    0下载:
  2. 程序实例有:CreateProcess IPC MSGCLIENT IPC MSGServer TaskList()
  3. 所属分类:Windows编程

    • 发布日期:2018-01-04
    • 文件大小:143360
    • 提供者:status
« 1 2 3 4 56 »
搜珍网 www.dssz.com