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

搜索资源列表

  1. pipe-demo

    0下载:
  2. linux管道通信,命名管道怎么做到进程间通信的-linux pipe commnuication,how to ipc using named pipe
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:4195
    • 提供者:张先发
  1. controlDOS

    1下载:
  2. 双管道(CreatePipe)与cmd.exe进程间通信的有关问题 完美解决 最近研究怎么在别人电脑里开个CMD shell,就是直接用CMD执行我们的命令,遇到不少问题,但终于把问题完美解决了-Double pipe (CreatePipe) and inter-process communication cmd.exe perfect solution to the problem in a recent study how other people computer open CMD
  3. 所属分类:Console

    • 发布日期:2017-04-24
    • 文件大小:271237
    • 提供者:xyzzy
  1. fork

    0下载:
  2. Linux管道通信功能函数,展示linux环境下管道如何在两个进程间建立连接并通信的。推荐在linux环境下编译运行-Pipe communicate between two pid in Linux
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-10
    • 文件大小:735
    • 提供者:kean
  1. source_807601436

    0下载:
  2. 利用管道进行进程间通信 设有二元自然数变量函数F(m,n)、f (m)  g(n) 请编程建立3个并发协作进程或线程,它们分别完成计算F(m,n)、f (m)和g(n)。-Programming to establish three concurrent collaborative processes or threads, respectively, to complete the calculation of F (m, n), f (m) and g (n
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-04
    • 文件大小:1723
    • 提供者:刘宇杭
  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. ConnectTwoPipe

    0下载:
  2. 双管道与CMD通信,可发命令,是学习进程间通信的例子,代码简单易懂-Double pipe and CMD communication, can send command, is the study of inter process communication examples, easy to read code
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-06
    • 文件大小:6455
    • 提供者:taozi
  1. Interprocess-communication-

    0下载:
  2. 进程间通信示例程序,包括共享内存、管道、命名管道、文件锁、消息队列、协同进程等-Examples of inter-process communication procedures, including shared memory, pipes, named pipes, file locking, message queues, collaborative processes, etc.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-17
    • 文件大小:33483
    • 提供者:王飞
  1. fifo

    0下载:
  2. linux下的管道编程,属于进程间通信的一种机制, 可作为参考-pipeline under linux programming, inter-process belongs to a mechanism of communication can be used as a reference
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:1306
    • 提供者:deng
  1. pipe

    0下载:
  2. linux下的命名管道编程,属于进程间通信的一种机制, 用于不同进程间的通信,可作为参考-Named Pipes programming under linux, a part of inter-process communication mechanism for communication between different processes can be used as a reference
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-11
    • 文件大小:920
    • 提供者:deng
  1. NamedPipe

    0下载:
  2. 进程间通信,命名管道,包括服务端和客户端,可双向通信,适用于点对点,可靠通信-Interprocess communication, named pipes, including the service and client can be two-way communication for point to point, and reliable communication
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-17
    • 文件大小:72386
    • 提供者:张腾
  1. Pipe

    0下载:
  2. 进程间通信,匿名管道,包括服务端和客户端,只适用于父进程与子进程间的通信-Interprocess communication, anonymous pipes, including server and client, is only applicable to the parent and child to communicate between processes
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-17
    • 文件大小:68563
    • 提供者:张腾
  1. LogParser

    0下载:
  2. 日志解析程序,通过管道实现进程间通信,可以为各个模块添加日志-log parser
  3. 所属分类:File Operate

    • 发布日期:2017-04-16
    • 文件大小:14842
    • 提供者:miaozhengwei
  1. jinchegndeguandaotongxin

    0下载:
  2. 编写程序实现进程的管道通信。具体要求:首先使用系统调用pipe( )建立一个管道;然后分别创建2个子进程,要求2个子进程分别向管道各写一句话:“Child 1 is sending a message!” 和 “Child 2 is sending a message!” 最后,父进程从管道中读出二个来自子进程的信息并显示。-编写程序实现进程的管道通信。具体要求:首先使用系统调用pipe( )建立一个管道;然后分别创建2个子进程,要求2个子进程分别向管道各写一句话:“Child 1 is sen
  3. 所属分类:Driver develop

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

    0下载:
  2. 管道通信即发送进程以字符流形式将大量数据送入管道,接收进程可从管道接收数据,二者利用管道进行通信。程序由linux下的C实现,文件中有3个管道通信程序,第一个是无名管道通信,后两个是命名管道通信。-Pipe communication that is sent to a stream of characters to process large amounts of data into the pipeline, the receiving process can receive data t
  3. 所属分类:Linux Network

    • 发布日期:2017-04-12
    • 文件大小:1348
    • 提供者:王雯
  1. CPPandCSharpcommunication

    0下载:
  2. 详细介绍了C++和C#进程之间通过命名管道通信-Between the C++ and the C# process through a named pipe communication
  3. 所属分类:software engineering

    • 发布日期:2017-04-01
    • 文件大小:25703
    • 提供者:jiandan
  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
    • 文件大小:503115
    • 提供者:陈湃
  1. apuepipe

    0下载:
  2. unix进程间通信,父进程从终端读入通过管道传递给子进程,之后子进程写入文件。 -unix inter-process communication, the parent reads piped the terminal to the child by the child process after writing to the file.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-12
    • 文件大小:652
    • 提供者:林意
  1. Lesson17Code

    0下载:
  2. 使用管道通信,是进程间通信的有效方式之一。可以方便应用于客户端服务器程序开发中。-Use pipe communication, is one effective way of inter-process communication. It can easily be applied to a client-server program development.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-29
    • 文件大小:76623
    • 提供者:刘万鹏
  1. File-Operations

    0下载:
  2. 在 Linux 中 FIFO 是一种进程之间的管道通信机制。Linux 支持完整的 FIFO通信 机制。 本实验内容,通过使用文件操作,仿真 FIFO(先进先出)结构以及生产者-消费者运行模型。 本实验中需要打开两个虚拟终端,分别运行生产者程序(producer)和消费者程序(customer)。此时两个进程同时对同一个文件进行读写操作。因为这个文件是临界资源,所以可以使用文件锁机制来保证两个进程对文件的访问都是原子操作。 先启动生产者进程,它负责创建仿真 FIFO 结构的文件(其实
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:3782
    • 提供者:忆昔
  1. pipecommunicate

    0下载:
  2. 基于管道的进程间通信。功能说明:本程序用于判断某目录下存放的若干个求n!的程序是否正确。这些求n!的程序都从其标准输入读入一个整数输入值n,计算出结果后,再往标准输出打印出结果对应的整数。-Inter-process communication based on the pipe.Function:This program is used to determine the accuracy of some programs to get the answer of n! which are st
  3. 所属分类:Console

    • 发布日期:2017-05-07
    • 文件大小:1316069
    • 提供者:凌雪
« 1 2 3 4 5 6 7 89 10 11 12 13 »
搜珍网 www.dssz.com