搜索资源列表

  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. nm

    1下载:
  2. 采用有名管道的方式,在linux的系统中利用两个进程进行数据传输
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:5238
    • 提供者:张友春
  1. root-ipc-fifo-examples.tar

    0下载:
  2. UNIX/Linux环境下使用有名管道(FIFO)的例子。
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:1135
    • 提供者:root
  1. pipe

    0下载:
  2. linux中管道的使用示例,包括无名管道和有名管道。
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:8144
    • 提供者:王强
  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编程

    • 发布日期:2024-06-07
    • 文件大小:1024
    • 提供者:baiyu
  1. nm

    0下载:
  2. 采用有名管道的方式,在linux的系统中利用两个进程进行数据传输-Using well-known pipeline manner, in the linux system using two process data transfer
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-06-07
    • 文件大小:5120
    • 提供者:张友春
  1. root-ipc-fifo-examples.tar

    0下载:
  2. UNIX/Linux环境下使用有名管道(FIFO)的例子。-UNIX/Linux environment using well-known pipe (FIFO) example.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-06-07
    • 文件大小:1024
    • 提供者:root
  1. pipe

    0下载:
  2. linux中管道的使用示例,包括无名管道和有名管道。-the use of linux in the sample pipeline, including pipeline and well-known pipeline unknown.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-06-07
    • 文件大小:8192
    • 提供者:王强
  1. jinchengtongxin

    0下载:
  2. 进程间通信基础(理论+实例) 包括管道,有名管道,消息队列,信号灯,共享内存,socket。-The basis of inter-process communication (theory+ examples), including pipelines, well-known pipes, message queues, semaphore, shared memory, socket.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-06-07
    • 文件大小:671744
    • 提供者:王小白
  1. pipe.txt

    0下载:
  2. 管道概述及相关API应用 有名管道概述及相关API应用-Pipeline overview and related API application named pipe API overview and related applications
  3. 所属分类:进程与线程

    • 发布日期:2024-06-07
    • 文件大小:7168
    • 提供者:wohao
  1. mkfifo

    0下载:
  2. 用于进程间通信,有名管道。模拟QQ聊天程序-For inter-process communication, the famous pipe. Simulation QQ chat program
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-06-07
    • 文件大小:1024
    • 提供者:张明军
  1. Process_communication

    0下载:
  2. 进程通信。支持Windows的共享存储区、消息、有名管道、Socket通信。发送进程应可以从窗口或键盘上接收字符串。接收进程应可将字符串显示在窗口上。-Process communication. Support for Windows shared storage area, news, famous pipeline, Socket Communications. Sent process should be receiving f
  3. 所属分类:进程与线程

    • 发布日期:2024-06-07
    • 文件大小:101376
    • 提供者:徐向阳
  1. os

    0下载:
  2. 1.编写一个文件复制的C语言程序: 分别使用文件的系统调用read(fd, buf, nbytes), write(fd, buf, nbytes)和文件的库函数fread(buf, size, nitems, fp), fwrite(buf, size, nitems, fp),编写一个文件的复制程序。 当上述函数中nbytes, size和nitems都取值为1时(即一次读写一个字节),比较这两种程序的执行效率。当nbyte
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-06-07
    • 文件大小:35840
    • 提供者:yiyuzhiming
  1. process

    0下载:
  2. 有关Linux中进程间的通信 , 包括信号量 , 管道 , 有名管道 , 消息队列等 , 从系统方面详细介绍进程间的通信-For communication between processes in Linux, including semaphores, pipes, named pipes, message queues, etc., from the system described in detail the communica
  3. 所属分类:行业发展研究

    • 发布日期:2024-06-07
    • 文件大小:54272
    • 提供者:kouyang
  1. Process-communication

    0下载:
  2. ? 编写两个进程,一进程负责发送字符 串,另一进程负责接收字符串; ? 支持Windows/linux的的共享存储区、消息、有名和无名管道、Socket通信 ? 发送进程应可以从窗口或键盘上接收字符串; ? 接收进程应可将字符串显示在窗口上; -? preparation of two processes, a process responsible for sending a string, another proce
  3. 所属分类:Windows编程

    • 发布日期:2024-06-07
    • 文件大小:119808
    • 提供者:陈明
  1. pipe

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

    • 发布日期:2024-06-07
    • 文件大小:1024
    • 提供者:tiger
  1. pipe

    0下载:
  2. 用于测试进程间通过有名管道的通信,挺好用的-Used to test the inter-process communication through named pipes, very good use
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-06-07
    • 文件大小:1024
    • 提供者:lxdong
  1. myFIFO.doc.tar

    0下载:
  2. 有名管道,实现客户端服务器端之间的通信并且深切理解其与无名管道之间的区别-Named pipes to achieve the client server communication and deep understanding between the unnamed pipeline with the difference between
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-06-07
    • 文件大小:3072
    • 提供者:
  1. p01

    0下载:
  2. 通过管道文件(有名管道)来实现进程间通信。-Through the pipe file (named pipe) to achieve inter-process communication.
  3. 所属分类:进程与线程

    • 发布日期:2024-06-07
    • 文件大小:5120
    • 提供者:Sui QY
  1. yuan

    0下载:
  2. 嵌入式Linux中的进程/线程间通信机制研究,多进程/线程相互间的通信,包括父子进程间采用有名管道进行通信、进程间共享内存和消息队列通信、信号通信。-research on the Linux process/thread communication mechanism
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-06-07
    • 文件大小:2048
    • 提供者:刘育烽
« 12 »

源码中国 www.ymcn.org