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

搜索资源列表

  1. process_comunicatio

    0下载:
  2. 在Linux中创建进程通信,帮助初学者学习进程创建并通信。-In the process of creating Linux communication, to help beginners learning process to create and communication.
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-12
    • 文件大小:822
    • 提供者:esjrksngu
  1. as

    0下载:
  2. 进程创建撤销的一个小程序,用c++写的拙作-Revocation process creates a small program written by c++
  3. 所属分类:ELanguage

    • 发布日期:2017-04-13
    • 文件大小:1553
    • 提供者:黑酱
  1. pv

    0下载:
  2. 编写程序完成单处理机系统中的进程调度,要求采用①先进先出;②优先数;③最短作业优先调度算法的进程调度。实验具体包括:首先确定进程控制块的内容,进程控制块的组成方式;然后完成进程创建原语和进程调度原语;最后编写主函数对所做工作进行测试。-Write a program to complete the process scheduling of single processor system, require the use of first in first out (2) priority
  3. 所属分类:OS Develop

    • 发布日期:2017-03-22
    • 文件大小:1938
    • 提供者:杜英
  1. detours-analyse

    0下载:
  2. 拦截WIN32 API调用,将其引导到自己的子程序,从而实现WIN32 API的定制。 为一个已在运行的进程创建一新线程,装入自己的代码并运行。-Intercept API calls, will lead to his son the program, so as to realize the customized WIN32 API. For a has set up a file in the operation of the process to create new thread
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:4131
    • 提供者:daystar
  1. Producers-and-consumers

    0下载:
  2. 生产者与消费者 设计要求:设计一程序,由一个进程创建三个子进程,三个子进程一个是生产者进程,两个是消费者进程,父子进程都使用父进程创建的共享存储区进行通信,由生产者进程将一个数组中的十个数值发送到由5个缓冲区组成的共享内存中,两个消费者进程轮流接收并输出这十个数值,同时将两个消费者进程读出的数值进行累加求各和。-Producers and consumers Design requirements: to design a program that creates three sub-p
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-11
    • 文件大小:1230
    • 提供者:liuping
  1. systemopeator_1

    0下载:
  2. 编写程序完成单处理器系统的进程调度,要求采用时间片轮转法调度策略。具体内容: 1、确定PCB内容及其组织方式。 2、要求模拟进程空闲(新)、就绪、运行、阻塞和完成5个状态。 3、实现进程创建、进程调度、进程阻塞和进程唤醒4个原语。 4、编写主函数对整个系统进程测试。 -Write a program to complete the single processor systems process scheduling, requires round-robin schedul
  3. 所属分类:CSharp

    • 发布日期:2017-04-28
    • 文件大小:96479
    • 提供者:
  1. project

    0下载:
  2. pwm驱动编写,makefile文件,测试程序中有进程创建和使用。-pwm drivers prepared, makefile files, test procedures in the process to create and use.
  3. 所属分类:Driver develop

    • 发布日期:2017-04-30
    • 文件大小:36174
    • 提供者:郑玉娇
  1. CreateProcess

    0下载:
  2. 进程创建入门实例,通过简单调用API函数来创建一个简单的进程,并返回相关信息-CreateProcess
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-12
    • 文件大小:666
    • 提供者:kd69yagaiji
  1. Process-Management

    0下载:
  2. 编写程序,要求父进程创建一个子进程,子进程对一个50*50的字符数组赋值,由父进程改变子进程的优先级,观察不同优先级进程使用CPU的时间-Written procedures that require the parent process creates a child process, the child process on a 50* 50 array of characters assigned by the parent process to change the priority o
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-13
    • 文件大小:1863
    • 提供者:ttrdr1422zhole
  1. CreateProcess

    0下载:
  2. 进程创建入门实例,通过简单调用API函数来创建一个简单的进程,并返回相关信息-CreateProcess
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-12
    • 文件大小:870
    • 提供者:j35xibi
  1. Process-Management

    0下载:
  2. 编写程序,要求父进程创建一个子进程,子进程对一个50*50的字符数组赋值,由父进程改变子进程的优先级,观察不同优先级进程使用CPU的时间-Written procedures that require the parent process creates a child process, the child process on a 50* 50 array of characters assigned by the parent process to change the priority o
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-12
    • 文件大小:1334
    • 提供者:eqipiiemoul
  1. ShowAllProcess

    0下载:
  2. 进程相关代码,包括进程枚举,进程创建,进程杀死-about show all process code
  3. 所属分类:Process-Thread

    • 发布日期:2017-06-20
    • 文件大小:30535680
    • 提供者:臭宝宝
  1. jy

    0下载:
  2. 1. 1号进程创建2,3号两个进程 2. 2号进程执行系统命令,ls,ps,cp等 3. 3号进程创建4,5号两个进程 4. 4号进程创建两个线程Thread1,Thread2 5. Thread1:循环速出“I am child1.”5次 6. Thread2:循环输出“I am child2.”5次 7. 5号进程执行一个用户编写的可执行文件 -1. No. 2 process to create two processes 2. 2, the impleme
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:715
    • 提供者:jerry
  1. pvocess

    0下载:
  2. windows9x下的截获进程创建和退出过程的程序-Under windows9x intercepted process creation and out of the application process
  3. 所属分类:Applications

    • 发布日期:2017-12-12
    • 文件大小:167143
    • 提供者:Evnnjdline
  1. hartialvideo

    0下载:
  2. windows9x下的截获进程创建和退出过程的程序-Under windows9x intercepted process creation and out of the application process
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-13
    • 文件大小:166912
    • 提供者:dacho
  1. abc

    0下载:
  2. 多线程和多进程的管理与调度实验,C语言实现。 此次实验创建了多个线程和进程,使我们加深了对进程概念的理解,明确了进程与线程的区别,掌握了Linux进程创建和撤销的方法,进一步认识了并发执行的实质,了解了多线程的程序设计方法。-Multithreading and multi-process scheduling and management of the experiment, the C language implementation. The experiments created mult
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-18
    • 文件大小:2048
    • 提供者:段段
  1. cveation

    0下载:
  2. windows9x下的截获进程创建和退出过程的程序(Under windows9x intercepted process creation and out of the application process)
  3. 所属分类:对话框与窗口

    • 发布日期:2017-12-23
    • 文件大小:198656
    • 提供者:yvangewine
  1. isdebug_回调改commandline

    0下载:
  2. 拦截指定进程创建创建行为并修改启动参数,改改可以实现修改浏览器启动主页,黑心的可能会真的用于劫持浏览器主页吧...(Intercept the specified process to create and modify the behavior of starting parameters change can modify the browser start page, black may be really used to hijack your browser home page...)
  3. 所属分类:驱动编程

    • 发布日期:2017-12-19
    • 文件大小:14336
    • 提供者:inQueSiTing
  1. stgdan

    0下载:
  2. 创建一个具有透视功能的窗体,其主要实现方法是使用CombineRgn()函数实现带孔的窗体(Create a form with perspective functions, the main method is to use the CombineRgn () function realization of perforated forms)
  3. 所属分类:进程与线程

    • 发布日期:
    • 文件大小:5120
    • 提供者:pzilt
  1. auqzmatically

    0下载:
  2. 本程序将VC向导自动生成的矩形窗口框架,通过类的派生创建出一个非矩形的框架窗口(This program will VC wizard to automatically generate the rectangular window frame, by derived classes to create a non rectangular frame window)
  3. 所属分类:进程与线程

    • 发布日期:2017-12-23
    • 文件大小:64512
    • 提供者:loanna
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »
搜珍网 www.dssz.com