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

搜索资源列表

  1. 进程控制实验

    0下载:
  2. 操作系统实验,进程控制实验,Process.exe为父进程执行程序ChildProcess.exe为子进程执行的程序 该程序实现了进程间的消息通信,共享储存区通信以及管道通信-experimental operating system, process control experiments, Process.exe designation process ChildProcess.exe procedures for the implementation of the process-th
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:1.86mb
    • 提供者:俞鹏
  1. (进程通信)

    0下载:
  2. 进程管理中的进程通信 父进程和子进程间的通信 以及五种通信方式-process management of the process of communication process and the father of the child process and the communication between the five means of communication
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:634.57kb
    • 提供者:王成
  1. 父进程与子进程

    0下载:
  2. 父进程建立两个子进程,再分别*
  3. 所属分类:Linux/Unix编程

    • 发布日期:2010-10-22
    • 文件大小:1.2kb
    • 提供者:jalion@yeah.net
  1. pro-com

    1下载:
  2. 进程和进程通信 1.设计一个程序,创建一个子进程,使父子进程合作,协调地完成某一功能。要求在该程序中还要使用进程的睡眠、进程图象改换、父进程等待子进程终止、信号的设置与传送(包括信号处理程序)、子进程的终止等有关进程的系统调用。 2.分别利用UNIX的消息通信机制、共享内存机制(用信号灯实施进程间的同步和互斥)实现两个进程间的数据通信。具体的通信数据可从一个文件读出,接收方进程可将收到的数据写入一个新文件,以便能判断数据传送的正确性(对文件操不熟悉的同学可不必通过读写文件,只要键盘
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:6.24kb
    • 提供者:yiyuzhiming
  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 program

    • 发布日期:2017-04-03
    • 文件大小:667byte
    • 提供者:不懂
  1. vbsoftcode

    0下载:
  2. VB共享软件防破解技术资料大全,收集了近20多个vb程序防破解的精彩实例,另含技术思路和设计文档。这些资料主要有:   EnumChildWindows 枚举反调试;   FINDWINDOW检测窗体反调试;   VB 检测按键;   VB-CRC32自校验设计;   VB-检测父进程;   借鸡生蛋;   金蝉脱壳防LOADER;   注册码陷阱圈套;   锁定鼠标范围反调试;   内存分配检测; -Shareware VB S
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-16
    • 文件大小:3.94mb
    • 提供者:zhongxiaosheng
  1. fork

    0下载:
  2. linux进程控制编程。使用fork函数新建立一个子进程,其中的父进程返回子进程的PID,子进程的返回值为0.-linux programming process control. Fork function using a subset of the newly created process, in which the parent process child process to return to the PID, the return value of the child proces
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:1.84kb
    • 提供者:牛志强
  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. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:14.8kb
    • 提供者:tq88
  1. forkfunc

    0下载:
  2. fork函数注意点: 1,与IO的缓冲机制! 2,vfork与fork的不同:1,子进程先与父进程运行,2,子进程在父进程空间运行-fork Function NOTE points: 1, and IO buffer mechanism! 2, vfork and fork of the difference: 1, sub-processes to run first with the parent process, 2, the child process the parent p
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:699byte
    • 提供者:余天
  1. createpc

    0下载:
  2. 用于进程创建模拟实现,进程的树形结构采用广义二叉树的方式进行存储。可以输入createpc 命令创建进程,输入showdetail 显示每个 进程及其子进程的信息,测试命令解释如下: 1) createpc 创建进程命令。 参数: 1 pid(进程id)、 2 ppid(父进程id)、3 prio(优先级)。 示例: createpc(2,1,2) 。创建一个进程,其进程号为2,父进程号为1,优先级 为2。 2) showdetail 显示进程信息命令。 3) exi
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:1.74kb
    • 提供者:height
  1. pipe

    0下载:
  2. 进程间通信的一直方式,采用管道,此处用的是匿名管道,即子进程与父进程间的通信-Inter-process communication methods have been used pipe, used here is the anonymous pipe, that is, the child process and parent inter-process communication
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-14
    • 文件大小:3.59mb
    • 提供者:yuanzi
  1. BankLiner

    0下载:
  2. 模拟银行排队机系统,父进程负责调度,子进程负责接收顾客、打印顾客号、呼叫顾客到相应窗口和服务顾客。-Simulation Bank Queue System, the parent process is responsible for scheduling, sub-process is responsible for receiving clients, print customer number, call customer to the appropriate window and cus
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:697.97kb
    • 提供者:linqingyang
  1. threecodes

    5下载:
  2. 1、 用C语言写一个程序名字为procs4,该程序运行过程中共有4个进程,procs4程序(父进程)创建2个子进程p1和p2,p1子进程再创建一个子进程p3。4个进程完成如下工作: 父进程并打印字符串“I am main process”;p1子进程打印“I am child process p1”字符串;p2子进程打印“I am child process p2”;子进程p3打印字符串“I am child process p3”,然后使用exec(族)系统调用打印当前目录下文件和子目录下
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:1.66kb
    • 提供者:杨子坤
  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 every 3 seconds to establish tw
  3. 所属分类:OS Develop

    • 发布日期:2017-03-25
    • 文件大小:2.89kb
    • 提供者:王文
  1. os

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

    • 发布日期:2017-03-27
    • 文件大小:10.88kb
    • 提供者:董俐
  1. osruanzhongduan

    0下载:
  2. 操作系统实验 进程软中断通信 编写一段程序,父进程创建一个子进程p1;并使子进程利用系统调用kill()向父进程发送信号,父进程得到信号后输出字符串“received p1 signal.” 。 -Experimental process, the operating system write a soft interrupt communication procedures, the parent creates a child process p1 and to the child pro
  3. 所属分类:OS Develop

    • 发布日期:2017-03-24
    • 文件大小:30.85kb
    • 提供者:董俐
  1. 1

    0下载:
  2. 主题:进程的管道通信 内容:这是一个设计型实验,要求自行编制程序。 使用系统调用pipe()建立一条管道,两个子进程分别向管道写一句话: Child process1 is sending a message! Child process2 is sending a message! 父进程从管道读出来自两个子进程的信息,显示在屏幕上。 要求: 1) 父进程先接收子进程1发来的消息,然后再接收子进程2发来的消息。 2) 实现管道的互斥使用,当一个子进程正在对
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-05
    • 文件大小:7.53kb
    • 提供者:小斧子
  1. 进程通信之三 父进程传参数与子进程返回值

    0下载:
  2. 说明进程之间通讯技术及使用方法,附带程序例程(Process communication)
  3. 所属分类:其他

    • 发布日期:2018-01-01
    • 文件大小:75kb
    • 提供者:joyce109g
  1. 进程的创建和管道通信

    0下载:
  2. 进程的创建和管道通信使用系统调用pipe ( )建立一条管道 创建2个子进程,两个子进程P1和P2分别向管道各写一句话: Child 1 is sending a message! Child 2 is sending a message! 父进程从管道中读出来自于两个子进程的信息,并显示在屏幕上(Process creation and pipeline communication)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-05-02
    • 文件大小:695kb
    • 提供者:仓鼠123
  1. 易语言父进程提权

    0下载:
  2. 易语言父进程提权易语言父进程提权易语言父进程提权
  3. 所属分类:反汇编

« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com