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

搜索资源列表

  1. the_simple_of_communication

    0下载:
  2. windows中进程通信,主要是利用匿名管道来通信-windows in the process of communication, mainly the use of anonymous pipes to communicate
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-15
    • 文件大小:3761608
    • 提供者:陈明
  1. testPipe

    0下载:
  2. 用vc开发的,工业管道控件实现的源代码,有横向的、左上、左下、右上、右下的拐角的实现。-Developed using vc, industrial pipeline control to achieve the source code, there are horizontal, upper left, lower left, upper right, lower right corner of the achievement.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-08
    • 文件大小:35519
    • 提供者:来秀君
  1. PipeCommunication

    0下载:
  2. linux的多进程通信,使用管道实现了多个父子进程间的消息传递及其内存共享-linux for multi-process communication, the use of pipes to achieve a number of inter-process messaging father and son and memory sharing
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:971
    • 提供者:陈sean
  1. linuxIPC

    1下载:
  2. Linux 进程间通信实例包括:共享内存、管道、套接字域、消息队列、信号、信号灯;注释详细,全部经过编译验证-Examples include the Linux inter-process communication: shared memory, pipe, socket domain, message queues, signals, lights comment in detail, all compiled authentication
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:8261
    • 提供者:
  1. process4

    0下载:
  2. 操作系统实验,线程和管道通信实验,由此处可以进行函数值的运算-Experimental operating system, thread and pipe communication experiment, from where the computing function values can be
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:4786
    • 提供者:王文
  1. vcProcess

    0下载:
  2. 演示进程间通信的详细代码,本代码详细演示了进程间如何进行高效通信,以及匿名管道的应用。-Demonstration of inter-process communication code in detail, the code in detail to demonstrate how to conduct efficient inter-process communication, as well as the anonymous pipe applications.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-28
    • 文件大小:238265
    • 提供者:dandong
  1. ipc

    0下载:
  2. 管道创建和关闭,管道通信主要用于不同进程之间的通信!-Pipeline creation and closure of the main communication channels for communication between different processes!
  3. 所属分类:Linux Network

    • 发布日期:2017-03-30
    • 文件大小:709
    • 提供者:崔强
  1. RedirectOutputToPipe_src

    0下载:
  2. 将标准输出重定向到一管道-The example of redirecting standard output to an pipe
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-15
    • 文件大小:4576
    • 提供者:站长
  1. CAnonPipe_src

    0下载:
  2. 一个使用匿名管道实现进程间通讯的程序- A use anonymous pipeline realizes the advancement the communication procedure
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-10
    • 文件大小:7629
    • 提供者:站长
  1. CNamedPipe_src

    0下载:
  2. 命名管道的封装MFC类。含客户端和服务器端- Names the pipeline the seal MFC kind. Contains the customer end and the server end
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-09
    • 文件大小:24361
    • 提供者:站长
  1. ConnectionPipe_demo

    0下载:
  2. 不同机器之间使用命名管道(named pipe)通讯-the demo of connection among different pc using named pipe
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-09
    • 文件大小:463908
    • 提供者:站长
  1. ssnp

    0下载:
  2. 一个通过命名管道来进行通信的例子-Of a named pipe to communicate examples of
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-09
    • 文件大小:52508
    • 提供者:站长
  1. 匿名管道

    0下载:
  2. 用汇编编的匿名管道,支持win98/win2000/xp-Compilation made by the anonymous pipes, support win98/win2000/xp
  3. 所属分类:assembly language

    • 发布日期:2017-11-11
    • 文件大小:3072
    • 提供者:剑神狂
  1. IO-example

    0下载:
  2. 这是一个综合的IO函数调用的例子,一个简单的任务通过管道进行消息传递。-This is a comprehensive example of IO function call, a simple task carried out by pipeline messaging.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-31
    • 文件大小:1766
    • 提供者:dujiguang
  1. LinuxShare

    0下载:
  2. 进程管道通信-The process of pipeline communications
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:55573
    • 提供者:zhaopengfei
  1. ProcessCommunication

    0下载:
  2. Windows 的IPC(进程间通信)机制主要是异步管道和命名管道。(至于其他的IPC方式,例如内存映射、邮槽等这里就不介绍了) 管道(pipe)是用于进程间通信的共享内存区域。创建管道的进程称为管道服务器,而连接到这个管道的进程称为管道客户端。一个进程向管道写入信息,而另外一个进程从管道读取信息。 -Windows of the IPC (interprocess communication) mechanism is asynchronous pipelines and named
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-26
    • 文件大小:153605
    • 提供者:周晓宇
  1. myshell

    1下载:
  2. 用C++编写的Linux myshell,支持重定向和管道符号,支持CD命令,供初学者参考-With C++ Prepared Linux myshell, support the redirect and pipe symbols, support for CD command reference for beginners
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:2678
    • 提供者:HCY
  1. Lesson17Code

    0下载:
  2. 命名管道是通过网络来完成进程间的通信,它屏蔽了底层的网络协议细节。我们在不了解网络协议的情况下,也可以利用命名管道来实现进程间的通信。 命名管道充分利用了Windows NT和Windows 2000内建的安全机制。 将命名管道作为一种网络编程方案时,它实际上建立了一个客户机/服务器通信体系,并在其中可靠地传输数据。-A named pipe is through the network to complete the process of communication, which sh
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:235110
    • 提供者:王大勇
  1. jc

    0下载:
  2. 进程的管道通信,可用来加强对进程通信的理解.-The process of communication channels that can be used to enhance the understanding of the process of communication.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:836
    • 提供者:li
  1. Linux_envirnment_communication

    0下载:
  2. 该函数创建的管道的两端处于一个进程中间,在实际应 用中没有太大意义,因此,一个进程在由pipe()创建管道后,一般再fork一个子进程,然后通过管道实现父子进程间的通信-The function at the two ends of the pipeline to create a process in the middle, in practical applications is not much significance, therefore, a process by the pipe
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-26
    • 文件大小:11967
    • 提供者:zhangkun
« 1 23 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com