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

搜索资源列表

  1. Unix进程通讯及同步互斥机制

    0下载:
  2. Unix进程通讯及同步互斥机制,包括进程的管道通讯以及信号量实现的同步互斥机制-Unix process communication and synchronization contradict mechanisms, including the process of communication and signal pipeline capacity to achieve the synchronization mechanism Mutex
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:3991
    • 提供者:冯昊飞
  1. my123jianjava

    1下载:
  2. java的原文件可以在vc下编译 其高级功能包括:管道技术、程序分块、身份验证、事先身份验证、加密、代理支持、 服务器证书验证、连接管理和HTTP 扩展。 ... 例如,使用Net classes 编写的应用程序 可以从任何正确执行了HTTP 1.1 协议的Web 服务器上下载数据。-the original documents can be compiled under the vc its advanced features include : pipeline technica
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:51247
    • 提供者:jian
  1. consolePipe_demo

    0下载:
  2. 一个经典的管道例子,可实现DOS窗口中输入命令后输出的重定向-a classic example of the pipeline, can be realized DOS command window input output redirect
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:42721
    • 提供者:
  1. tompda_699096_Writing_Conduits_with_TurboSync

    0下载:
  2. 用DElphi开发palm 管道程序的控件使用方法-with palm DElphi development pipeline control procedures use
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:484608
    • 提供者:shaoqi
  1. lessonprocess

    0下载:
  2. 命名管道充分利用了Windows NT和Windows 2000内建的安全机制。 将命名管道作为一种网络编程方案时,它实际上建立了一个客户机/服务器通信体系,并在其中可靠地传输数据。 命名管道是围绕Windows文件系统设计的一种机制,采用“命名管道文件系统(Named Pipe File System,NPFS)”接口,因此,客户机和服务器可利用标准的Win32文件系统函数(例如:ReadFile和WriteFile)来进行数据的收发。 -named pipe full advan
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:246014
    • 提供者:李思川
  1. fifo_write_read

    0下载:
  2. 包含两个程序,一个用于读管道,一个用于写管道.主要是练习有名管道的使用方法.-contains two procedures, a pipeline used for reading, writing for a pipeline. Main pipeline is a well-known practice of use.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:1202
    • 提供者:baiyu
  1. multi-tasking

    0下载:
  2. vxworks 下多线程编程事例代码 包括:管道,队列,信号,多线程-vxworks multi-threaded programming code examples include : pipeline, queue, signals, multithreading
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:28455
    • 提供者:王忠贵
  1. guandaotongxin

    0下载:
  2. 1、 了解系统调用pipe()的功能和实际原理 2、 编写一段程序,使用管道实现父子进程之间的通信 a) 使用系统调用fork()创建一个子进程 b) 子进程调用函数write()向父进程发送自己的进程ID和字符串” s sending a message to parent.\\n”。 c) 父进程调用函数read()通过管道读出子进程发来的消息,将消息输出屏幕,然后终止 -1, the understanding of the system call pipe () fu
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:4476
    • 提供者:witkey_eagle
  1. minshell

    0下载:
  2. 一个简单的shell,可以实现管道,重定向,cd,后台,ls等功能-a simple shell, can achieve a pipeline, redirects, cd, background, and other functions ls
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:4235
    • 提供者:刘光
  1. testpipe

    0下载:
  2. test pipeline under linux
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:3034
    • 提供者:lgone
  1. PipeExample

    0下载:
  2. 进程间通过管道通信,父进程传消息给子进程-inter-process communication through the pipeline, the father of the process - to-process information
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:2678
    • 提供者:cjw
  1. DES-pipeline

    0下载:
  2. 主要介绍算法的实现方式和流水线实现,而且有详细的原理介绍,推理,源码和仿真结果
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:163144
    • 提供者:李佳
  1. showp2p_namedpipes_demo

    0下载:
  2. VC++实现管道的一个例子命名管道在进程通信中有重要作用.-VC pipeline examples of a named pipe communication in the process plays an important role.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:18618
    • 提供者:小王
  1. liunx_shellprogram

    4下载:
  2. 1. 编写一个C程序作为Linux内核的shell命令行解释程序。Shell程序应该使用与Bource shell相同的方式运行程序。 2. 增加功能以使用户可以使用\"&\"操作符作为命令的结束符。一个以\"&\"结尾的命令应该与shell并发执行。 3. 增加功能以使用户可以使用\"<\"和\">\"作为文件名前缀来重定向stdin和stdout描述符。同样,允许用户使用管道操作符\" \"来同时执行两个进程,并把第一个进程的stdout重定向为第二个进程的stdin。-1. P
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:23015
    • 提供者:李强
  1. dlx

    0下载:
  2. mips pipeline 模以程序,mfc实现的,功能就不用说了把,大家都知道的-MIPS pipeline to die procedures mfc achieve, and functions not have had to put, we all know the
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:24654
    • 提供者:吴动
  1. myshell.rar

    0下载:
  2. 自己实现的模拟unix下shell的一些简单功能,包括执行常见的命令,输入输出重定向,多级管道等,To realize his shell under unix simulation of some simple functions, including the implementation of common commands, input and output redirection, multi-stage pipeline, etc.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:1381
    • 提供者:wupeng
  1. playback.c

    0下载:
  2. ALSA用户空间语言播放程序,使用管道即可。同时亦可设置为读取文件。-ALSA user-space language player, you can use the pipeline. At the same time can be set to read the file.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:1119
    • 提供者:y
  1. MyShell.rar

    0下载:
  2. 一个shell程序可以实现管道,重定向,cd,后台,ls等功能,a simple shell, can achieve a pipeline, redirects, cd, background, and other functions ls
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:31172
    • 提供者:落木
  1. linux_IPC

    0下载:
  2. linux 的进程通信的3种方式 共享内存 消息队列 管道方式实现的实例。有注释!-linux process of three kinds of ways to communicate a shared memory message queue pipeline approach to achieve a simple example.
  3. 所属分类:Linux-Unix program

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

    0下载:
  2. linux下管道监视程序,父进程通过管道发送信息给子进程-linux monitoring procedures under the pipeline, the father of the process of sending information through the pipeline to the child process
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:612
    • 提供者:hc
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com