CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 操作系统开发 搜索资源 - Pipeline

搜索资源列表

  1. DLLCallDemo

    0下载:
  2. 操作系统上机实验报告,进程间的通信,1. 选择Windows2000环境提供的进程通信工具:文件映射(filemap)、管道(Pipe或NamedPipe)、套接字(socket)完成同一机器上的两个进程、不同机器上的两个进程或不同操作系统下的两个进程之间的通信。-experimental operating system on the plane, inter-process communication, 1. Choose Windows 2000 environment, the proc
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:75.14kb
    • 提供者:钱青鱼
  1. myshell.rar

    1下载:
  2. 用纯C语言编写的一个Linux下的Shell,包含tch和bash的基本功能(包含重定向和后台运行),暂时不支持管道。已经在cygwin和Ubantu 7.10下测试通过。 主要包含: makefile 编译生成myshell可执行文件 myshell.c 主函数(涉及程序入口) utility.c 所有功能函数(将近1000行) myshell.h(包含宏定义、结构体声明、库函数的头文件,及utility.c中的所有函数的声明) readme 用户手册(当用户在myshel
  3. 所属分类:OS Develop

    • 发布日期:2015-08-07
    • 文件大小:293.38kb
    • 提供者:Yang
  1. processManage

    0下载:
  2. 实现进程间的创建、管理、软中断通信和管道通信-The realization of the process between the creation, management, soft interrupt communications and pipeline communication
  3. 所属分类:OS Develop

    • 发布日期:2017-04-13
    • 文件大小:1.84kb
    • 提供者:kevin
  1. pipe

    0下载:
  2. 实现操作系统中管道的功能,让大家对管道有更深刻的认识。-Realize the function of pipeline operating systems, so that everyone on the pipeline have a better understanding.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-27
    • 文件大小:291.14kb
    • 提供者:明明
  1. 2

    0下载:
  2. 掌握系统调用pipe()的使用方法及其功能,理解管道通信原理; (2)掌握利用系统调用exit()和wait()实现父进程与子进程之间的同步,理解同步的含义。 -Master the system call pipe () to use its functions, to understand the pipeline communication theory (2) master system call exit () and wait () synchronization betw
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:19.04kb
    • 提供者:王鑫
  1. pipelined_mmmips

    0下载:
  2. pipeline implementation of simple mips in computer architecture with hazards included.
  3. 所属分类:OS Develop

    • 发布日期:2017-11-05
    • 文件大小:1.98mb
    • 提供者:renu
  1. fork()

    0下载:
  2. 进程的管道通信编制一段程序,实现进程的管道通信,使用系统调用pipe()建立一个管道文件;两个子进程P1和P2-The the process pipe communication the preparation of a program, achieve process pipeline communication, using the system call pipe () to build a pipeline processes P1 and P2 of the two sub-
  3. 所属分类:OS Develop

    • 发布日期:2017-11-07
    • 文件大小:1.16kb
    • 提供者:沈伯伟
  1. Pipeline-inter-process-communication

    0下载:
  2. 进程间管道通信,进程间通信是操作系统课上必做的实验之一。-Interprocess communication pipes, inter-process communication is one of the operating system on the experimental class will do.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-25
    • 文件大小:491.32kb
    • 提供者:陈湃
  1. msh

    0下载:
  2. 编译简单的shell命令解释器(shell内外部命令,管道,列表,重定向等)-Compile simple shell command interpreter (shell within external command, pipeline, lists, redirects, etc.)
  3. 所属分类:OS Develop

    • 发布日期:2017-04-14
    • 文件大小:4.1kb
    • 提供者:士大夫
  1. OS课程设计

    0下载:
  2. 本科操作系统课程设计实现管道通信 通过在两个进程间创建通道,一个写信息通过通道传送给另一个进程并且读出来(pipeline communication)
  3. 所属分类:操作系统开发

    • 发布日期:2018-01-05
    • 文件大小:310kb
    • 提供者:吊兰飞星
  1. 操作系统实验2

    1下载:
  2. 1)管道通信 1.父进程创建管道和两个子进程p1和p2 2.子进程p1打开给定文件(如果没有,则创建文件),并向文件中写数据,写完关闭文件,然后向管道写入一条消息“ok",目的是通知进程p2可以读取文件内容了。 3.子进程p2通过管道读取消息,如果消息是“ok”,则打开文件,读取文件内容,并将其输出到屏幕上,关闭文件. (2)消息队列 1.父进程创建消息队列和两个子进程p1和p2 2.子进程p1打开给定文件(如果没有,则创建文件),并向文件中写数据,写完关闭文件,然后向消息
  3. 所属分类:操作系统开发

    • 发布日期:2018-01-05
    • 文件大小:961kb
    • 提供者:量cheng
搜珍网 www.dssz.com