搜索资源列表

  1. pipe

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

    • 发布日期:2024-05-16
    • 文件大小:43008
    • 提供者:张研
  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编程

    • 发布日期:2024-05-16
    • 文件大小:39595008
    • 提供者:qszchew
  1. ch04_codes

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

    • 发布日期:2024-05-16
    • 文件大小:6569984
    • 提供者:yyy
  1. pipe_client_server

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

    • 发布日期:2024-05-16
    • 文件大小:3072
    • 提供者:许静
  1. 4-1

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

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者: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.asp
  3. 所属分类:进程与线程

    • 发布日期:2024-05-16
    • 文件大小:34816
    • 提供者:hotloofah
  1. pipe

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

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者: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. 所属分类:进程与线程

    • 发布日期:2024-05-16
    • 文件大小:254976
    • 提供者:刘月
  1. Linux

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

    • 发布日期:2024-05-16
    • 文件大小:2048
    • 提供者:jin
  1. PHPTest

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

    • 发布日期:2024-05-16
    • 文件大小:47104
    • 提供者:yanx
  1. pipe

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

    • 发布日期:2024-05-16
    • 文件大小:137216
    • 提供者:songziquan
  1. DotNetNamedPipes

    0下载:
  2. 命名管道通信,包含说明文件。CSharp 版-DotNet NamedPipes
  3. 所属分类:.net编程

    • 发布日期:2024-05-16
    • 文件大小:128000
    • 提供者:xhww
  1. NamedPipeClt

    0下载:
  2. 命名管道"或"命名管线"(Named Pipes)是一种简单的进程间通信(I P C)机制, -Named Pipes " or" named pipe " (Named Pipes) is a simple inter-process communication (IPC) mechanism
  3. 所属分类:Windows编程

    • 发布日期:2024-05-16
    • 文件大小:29696
    • 提供者:wayuzhi
  1. TestNamePipe

    0下载:
  2. 命名管道的应用,可以在服务器与客户端之间进行信息的传递。-Named pipe application, server and client in information between the delivery.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-16
    • 文件大小:2577408
    • 提供者:liufengzhu
  1. zylappcom113

    0下载:
  2. "命名管道"或"命名管线"(Named Pipes)是一种简单的进程间通信(I P C)机制,   Microsoft Windows NT,Windows 2000,Windows 95以及Windows 98均提供了对它的支持   (但不包括Windows CE).命名管道可在同一台计算机的不同进程之间,或在跨越一个网络的   不同计算机的不同进程之间,支持可靠的,单向或双向的数据通信.用命名管道来设计应用   程序实际非常简单,并
  3. 所属分类:Dephi控件源码

    • 发布日期:2024-05-16
    • 文件大小:451584
    • 提供者:fyhe
  1. NamedPipeX

    0下载:
  2. 命名管道、mutex、多线程、回调函数等应用实例,实现电脑复位管理、CTRL_ALT_DEL键锁定与释放,对类似计算机系统编程具有非常大的参考价值。-Create PIPE and CALLBACK function,controll the CTRL_ALT_DEL keyboad
  3. 所属分类:进程与线程

    • 发布日期:2024-05-16
    • 文件大小:558080
    • 提供者:杨昆仑
  1. mingmingguandao

    0下载:
  2. 命名管道编程实例,本人亲自验证过,可以正常使用,供大家参考学习,-Named pipe programming examples, I personally verified, you can normally use for reference study,
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-16
    • 文件大小:70656
    • 提供者:fish33
  1. WindowsNamedPipe

    0下载:
  2. Windows命名管道使用的demo,含服务器和客户端。-A demo shows how to use Windows named pipe, including client and server.
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-16
    • 文件大小:2048
    • 提供者:liuly
  1. NamedPipeSrv

    0下载:
  2. 命名管道进程间通信 服务-Named pipes interprocess communications services
  3. 所属分类:进程与线程

    • 发布日期:2024-05-16
    • 文件大小:38912
    • 提供者:xhz678
  1. FIFO

    0下载:
  2. Linux下用命名管道FIFO写的进程间通信程序(经典集合,用gcc编译器,可直接使用,吐血奉送)-FIFO under Linux using named pipe communication between the process of writing procedures (classical set, with the gcc compiler, can be used directly, vomiting blood Comp
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-16
    • 文件大小:24576
    • 提供者:FarEast8612
« 1 2 3 4 5 67 8 9 10 11 »

源码中国 www.ymcn.org