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

搜索资源列表

  1. platform.rar

    0下载:
  2. linux下的模块编写,体现了设备模型中机制,pipe in unix module
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:191239
    • 提供者:
  1. myshell

    1下载:
  2. 应用UNIX的fork()等系统调用,编写一个c程序具有以下功能: a) 实现Shell的基本功能,包括有:打印提示符;接受和分析命令行(滤去无效的空格、tab符号以及换行符等);执行命令(要有出错处理;输入exit或者bye退出);返回父进程; b) 处理后台程序(不需要wait) c) 处理多行命令(分析命令行中的‘ ’并处理之) d)应用 dup(), pipe()系统调用具有输入输出重定向以及管道功能;-Application of UNIX s fork () system call,
  3. 所属分类:Linux-Unix program

    • 发布日期:2016-07-13
    • 文件大小:4133
    • 提供者:晏珏
  1. lab

    0下载:
  2. Shell解释程序,用于实现unix下命令的解释执行,后台处理,管道定向等功能。-Shell interpreter, under the command used to implement the interpretation of the implementation of unix, background processing, pipe orientation and other functions.
  3. 所属分类:Shell api

    • 发布日期:2017-03-29
    • 文件大小:254163
    • 提供者:zhangcf
  1. 01051312.tar

    0下载:
  2. 应用UNIX的fork()等系统调用,编写一个c程序具有以下功能: a) 实现Shell的基本功能,包括有:打印提示符;接受和分析命令行(滤去无效的空格、tab符号以及换行符等);执行命令(要有出错处理;输入exit或者bye退出);返回父进程; b) 处理后台程序(不需要wait) c) 处理多行 -With C++ Prepared Linux myshell, support the redirect and pipe symbols, support for CD command r
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:25078
    • 提供者:唐长茂
  1. unix

    0下载:
  2. linux下的进程间通信,里面有无名管道通信的代码和结果。-linux pipe
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:9383
    • 提供者:玄岳
  1. ivi_ls

    0下载:
  2. 目的: 1、应用UNIX的fork()等系统调用,编写一个c程序具有以下功能: a) 实现Shell的基本功能,包括有:打印提示符; 接受和分析命令行(滤去无效的空格、tab符号以及换行符等); 执行命令(要有出错处理;输入exit或者bye退出);返回父进程; b) 处理后台程序(不需要wait) c) 处理多行命令(分析命令行中的‘ ’并处理之) d)应用 dup(), pipe()系统调用具有输入输出重定向以及管道功能;
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:1973
    • 提供者:ivi
  1. Banwidth_restriction_UNIX

    0下载:
  2. Slowpipe allows the restriction of bandwidth on a modem network connection where a Unix pipe may be used.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:2145
    • 提供者:sudeep
  1. pp

    0下载:
  2. Unix课程作业。 使用fork(), exec(), dup2(), pipe() ,open()系统调用完成与下列shell命令等价的功能。 grep –v usr < /etc/passwd | wc –l > result.txt -An assignment in UNIX course. Using fork(), exec(), dup2(), pipe(), open() system calls to do the same function of
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:3877
    • 提供者:kank
  1. lab3

    0下载:
  2. The subject of this programming assignment is using Linux/UNIX system calls dealing with processes and pipes.-The subject of this programming assignment is using Linux/UNIX system calls dealing with processes and pipes. You are to write a C pro
  3. 所属分类:Linux/Unix编程

    • 发布日期:2013-04-29
    • 文件大小:1885
    • 提供者:ChuChu
  1. pipe

    0下载:
  2. 管道是UNIX系统和类UNIX系统都支持的通信机制,它也是进程间通信(IPC,Inter-Process Communication)最古老的形式之一。管道是半双工的,如果要实现双向通信,需要建立两个管道。管道只能用于具有亲缘关系的进程间进行通信,如果两个完全无关的进程进行通信,则需要使用有名管道,即FIFO。 本实验父进程从控制台读数据,并向管道中写字符串。子进程将父进程经由管道传输过来的字符进行大小写互转,然后将装换后的字符送回父进程。 实验环境 Redhat9.0-Pipeli
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:899
    • 提供者:tiger
  1. PPT

    0下载:
  2. unix基础培训PPT,介绍了unix操作系统的特点,常用指令、管道过滤器、shell编程等-unix basic training PPT, unix operating system characteristics of commonly used instructions, pipe filters, shell programming
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-09
    • 文件大小:1330487
    • 提供者:蔡斌
  1. rdwt

    0下载:
  2. unix读写操作封装,文件描述符,包括socket,pipe,按字数操作-unix read and write operations package, file descr iptors, including the socket, pipe, by the word operation
  3. 所属分类:Driver develop

    • 发布日期:2017-04-03
    • 文件大小:902
    • 提供者:Jasm2222
  1. UNIX

    0下载:
  2. 进程间通信(IPC)几乎是所有Unix程序性能的关键,理解IPC也是理解如何开发不同主机间网络应用程序的必要条件。本书从对Posix IPC和System V IPC的内部结构开始讨论,全面深入地介绍了4种IPC形式:消息传递(管道、FIFO、消息队列)、同步(互斥锁、条件变量、读写锁、文件与记录锁、信号量)、共享内存(匿名共享内存、具名共享内存)及远程过程调用(Solaris门、Sun RPC)。-Interprocess communication (IPC) is the key to a
  3. 所属分类:software engineering

    • 发布日期:2017-06-18
    • 文件大小:28097536
    • 提供者:zhj
  1. fifocliserv

    0下载:
  2. 本代码用于讲解unix 环境下网络编程中的有名管道,这是一个使用有名管道的服务器和客户端的例子-This code is used to explain the unix network programming environment named pipe, which is an example of the server and client to use named pipes
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:6117
    • 提供者:wy
  1. pipe

    0下载:
  2. 本代码用于讲解unix 环境下网络编程中的无名管道,这是一个使用无名管道的服务器和客户端的例子-This code is used to explain the unix environment unnamed pipeline network programming, which is an example of the server and client use unnamed pipes
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-17
    • 文件大小:8885
    • 提供者:wy
  1. Pipe-EXAMPLE.docx.tar

    0下载:
  2. list of unix programs-list of unix programs..........
  3. 所属分类:Document

    • 发布日期:2017-04-27
    • 文件大小:14375
    • 提供者:SHWETS
  1. test

    0下载:
  2. 程式的流程如下 送出填写意见的表格到使用者的浏览器上。 使用者填好后送出资料到伺服器。 伺服器将使用者填的资料整理后,存入档案。 利用 UNIX 的管道指令及 sendmail 程式将意见送给系统管理人员。 伺服器通知使用者意见已送出。-Process program are as follows Send comments to fill in the form to the user s browser. After the user sen
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:804
    • 提供者:衣谷
  1. HW2

    0下载:
  2. This program is to give you practice in the use of UNIX functions fork() and pipe() and to implement message communication between processes. In this program you will implement a simple UNIX shell in C. The shell reads a command line from the input,
  3. 所属分类:数据结构常用算法

    • 发布日期:2015-10-16
    • 文件大小:1082
    • 提供者:mtxg5615
  1. test

    0下载:
  2. 使用c语言实现的Unix基础控制台,包含管道和逻辑指令处理(Fundamental Unix command console, using C language, including pipe and logical command)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-12-31
    • 文件大小:329728
    • 提供者:BroKen2300
  1. pipe

    0下载:
  2. PIPE programs for unix based. helpful for everyine in this feils
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-01-03
    • 文件大小:4096
    • 提供者:pallam
« 12 »
搜珍网 www.dssz.com