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

搜索资源列表

  1. pipe_client_server

    0下载:
  2. 客户端-服务器端通信 使用命名管道实现 数据共享-Client- server communication using named pipes to achieve data sharing
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:2844
    • 提供者:许静
  1. PIPE

    0下载:
  2. 命名管道,实现进程间的双向通信,经过多次调试,已经能实现收发信息-Named pipes, to achieve two-way communication between the process, after several commissioning, has been able to send and receive information
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-19
    • 文件大小:5583539
    • 提供者:fish
  1. NameFIFOExample

    0下载:
  2. 给出一个在Linux不同程序间通过命名管道进行通信的实例。-Linux is given a different inter-process communication through named pipe instance.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:942
    • 提供者:lf
  1. cnamedpipe_src

    0下载:
  2. 命名管道进程通信,有面向对象和面向过程的良种实现方式.-Named Pipes communications process, and object-oriented and process-oriented approach to achieve improved varieties.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-05
    • 文件大小:24361
    • 提供者:yangliu
  1. namedPipeSvr

    0下载:
  2. 基于C++的命名管道-服务器端,可实现多个实例的命名管道,在VC2005下调试通过-C++ based on the named pipe- server-side can be multiple instances of implementation of the named pipe, the VC2005 debugging through
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:2576
    • 提供者:李泉
  1. fifo

    0下载:
  2. 命名管道的应用编程基础,主要是创建和操作,他实现的是不同管道间的共享-Named Pipes based on the application programming, mainly the creation and operation, he realized is shared among different channels
  3. 所属分类:OS Develop

    • 发布日期:2017-04-12
    • 文件大小:957
    • 提供者:崔强
  1. ipc

    1下载:
  2. Linux进程间通信小例子,包括管道,命名管道,信号,共享内存,消息队列等-Linux small example of the process of communication, including pipes, named pipes, signals, shared memory, message queues, etc.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:4051
    • 提供者:owenbbkp
  1. Code

    0下载:
  2. 详细讲解进程间通讯的四种方式:剪贴板、匿名管道、命名管道和邮槽。并比较分析这几种进程间通信的优点和缺点。-Elaborate on the process of communication among the four ways: clipboard, anonymous pipes, named pipes and mail slots. And comparative analysis of these types of inter-process communication of the
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:231985
    • 提供者:郑海
  1. FIFO

    0下载:
  2. FIFO,命名管道。对linux命名管道的一些归纳,总结。希望对大家有帮助。你说好不好-FIFO, named pipe. Linux named pipe on a number of summary, in conclusion. We want to help. You say good
  3. 所属分类:File Formats

    • 发布日期:2017-03-29
    • 文件大小:64083
    • 提供者:徐尉
  1. code

    0下载:
  2. 进程通信的多方法实现。客户机产生两个随机数,发给两个服务器。服务器1(IP地址:192.168.0.1,Port:3254)将这两个随机数相加;服务器2(IP地址:192.168.0.10,Port:3255)将这两个随机数相减。两个服务器分别将运算结果返回给客户机,客户机显示回传结果。 要求用UDP方式,命名管道方式和命名的UNIX域套接字分别实现。 -Multi-process communication method. Client two random numbers gener
  3. 所属分类:Communication

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

    0下载:
  2. windows操作系统下的命名管道简单实现!-pipe
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-26
    • 文件大小:43268
    • 提供者:张研
  1. jinchengtongxun

    0下载:
  2. 剪贴板、匿名管道、命名管道和邮槽。并比较分析这几种进程间通信的优点和缺点。-Clipboard, anonymous pipes, named pipes and mail slots. And a comparative analysis of these types of inter-process communication of the advantages and disadvantages.
  3. 所属分类:Windows Develop

    • 发布日期:2017-06-22
    • 文件大小:39594945
    • 提供者:qszchew
  1. ch04_codes

    0下载:
  2. 非常不错的一个VC++通信程序。适用于本地系统上进程间通信,也适用于远程不同系统上进程通信。用命名管道,油槽和Winsock进行进程通信,命名管道和Winsock的通信是双向的即客户端像服务器发送数据,而服务器也可以向客户端发送数据。油槽通信是单向。-A very good one VC++ communication program. Applies to inter-process communication on the local system, but also to differen
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-21
    • 文件大小:6569600
    • 提供者:yyy
  1. 4-1

    0下载:
  2. Windows 2000 提供的线程间通信类内核对象允许同一进程或跨进程的线程之间互相发送信息,包括文件、文件映射、邮件位和命名管道等,其中最常用的是文件和文件映射,这类对象允许一个线程很容易地向同一进程或其他进程中的另一线程发送信息。-Windows 2000 provides inter-thread communication class kernel objects to allow the same process or across process threads to send
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:1272
    • 提供者:li yang
  1. Namedpiple_communication

    0下载:
  2. 进程间命名管道通信示例程序,详情见:http://blog.csdn.net/zha_1525515/archive/2009/10/04/4631951.aspx-Named pipe communication between the process of sample programs.reference:http://blog.csdn.net/zha_1525515/archive/2009/10/04/4631951.aspx
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-30
    • 文件大小:34735
    • 提供者:hotloofah
  1. pipe

    0下载:
  2. Linux c 编程 命名管道的使用实例 IPC 多种通信方式中命名管道的方法实例-Linux c pipe IPC
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:1147
    • 提供者:hydra
  1. ProcessCommunication

    0下载:
  2. 有剪切板,匿名管道,命名管道,邮槽实现的进程间的通信,例子很简单,对入门有帮助-A clipboard, anonymous pipes, named pipes, mail slot communications between the process of implementation, examples of very simple, entry-help
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-02
    • 文件大小:255414
    • 提供者:刘月
  1. Linux

    0下载:
  2. 命名管道,时间修改,客户端服务器的通讯,文件间的拷贝-Named pipes, time changes, client-server communications, file copy between
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:1975
    • 提供者:jin
  1. PHPTest

    0下载:
  2. 本文是对网络上现成代码的学习与解读! PHP是比较流行的脚本语言,WEB开发使用广泛,如何在C++程序中不依赖任何WEB SERVER调用PHP,并取得执行结果完成交互,这是本文代码所要实现的功能。 PHP安装好后,在目录下有一个php-cgi.exe,我们只要执行这个CGI程序,并将数据通过命名管道传递给它,然后把执行结果通过命名管道读取出来即可,过程并不复杂!-This article is a ready-made network of learning and int
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:47041
    • 提供者:yanx
  1. pipe

    0下载:
  2. 进程间的通信,用命名管道的方式进行进程间的通信-namepipe ,
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:136810
    • 提供者:songziquan
« 1 2 3 45 6 7 8 9 »
搜珍网 www.dssz.com