搜索资源列表

  1. namedpipe

    0下载:
  2. 利用命名管道技术,在进程间进行通信的例程。希望和大家交流。-use named pipes, in the process of communication between the routines. And we hope that the exchanges.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:69286
    • 提供者:彭明
  1. LISTWindowsNTPIPE

    0下载:
  2. 枚举Windows NT 2000系统中的命名管道-2000 Enumerate Windows NT system of named pipes
  3. 所属分类:系统编程

    • 发布日期:2024-05-15
    • 文件大小:15360
    • 提供者:仲伟
  1. NamedPipeClt

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

    • 发布日期:2024-05-15
    • 文件大小:29696
    • 提供者:cq_3964
  1. pipedoc

    0下载:
  2. 管道(Pipe)实际是用于进程间通信的一段共享内存,创建管道的进程称为管道服务器,连接到一个管道的进程为管道客户机。一个进程在向管道写入数据后,另一进程就可以从管道的另一端将其读取出来。匿名管道(Anonymous Pipes)是在父进程和子进程间单向传输数据的一种未命名的管道,只能在本地计算机中使用,而不可用于网络间的通信。-pipes (Pipe) for the actual inter-process communication
  3. 所属分类:软件工程

    • 发布日期:2024-05-15
    • 文件大小:6144
    • 提供者:王晓鹏
  1. Redirection

    0下载:
  2. 本文着重讲解了如何通过重定向器将普通的I / O请求“重定向”到远程设备。本文内容对于网络编程的学习异常重要,重定向机制是邮槽和命名管道技术的基础。
  3. 所属分类:软件工程

    • 发布日期:2024-05-15
    • 文件大小:273408
    • 提供者:kdo
  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
  3. 所属分类:Windows编程

    • 发布日期:2024-05-15
    • 文件大小:231424
    • 提供者:王宇
  1. PipeCom1111

    0下载:
  2. PipeCom利用命名管道进行通信.rar-PipeCom use named pipes to communicate. Rar
  3. 所属分类:通讯编程

    • 发布日期:2024-05-15
    • 文件大小:17408
    • 提供者:ant
  1. lesson17

    0下载:
  2. 孙鑫老师VC视频第十七课代码:详细讲解进程间通讯的四种方式:剪贴板、匿名管道、命名管道和邮槽。并比较分析这几种进程间通信的优点和缺点。-Xin Sun 17th class teacher VC Video Code: explain in detail the process of communication among the four ways: clipboard, anonymous pipes, named pipes an
  3. 所属分类:Windows编程

    • 发布日期:2024-05-15
    • 文件大小:232448
    • 提供者:shanyingying
  1. DotNetNamedPipes

    0下载:
  2. 访问命名管道.使用.net fr a meWorkC#包装.-Visit Named Pipes. Use. Net fr a meWorkC# Packaging.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-15
    • 文件大小:338944
    • 提供者:林健
  1. 17_jinchengtongxin

    0下载:
  2. 进程通信有很多方式,此处的源码用的是命名管道方式。-The process of communication has in many ways, the source used here is the way named pipe.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-15
    • 文件大小:3872768
    • 提供者:meng
  1. projectManager

    0下载:
  2. asp开发的项目管理系统,能够跟进工程进度-asp development of project management systems, able to follow the progress of the projects
  3. 所属分类:书籍源码

    • 发布日期:2024-05-15
    • 文件大小:2460672
    • 提供者:ben.xu
  1. NamedPipeClt

    0下载:
  2. 利用命名管道实现进程间的通信,本程序为服务器端程序-Realize the use of Named Pipes Interprocess Communication, the procedures for the server-side procedures
  3. 所属分类:进程与线程

    • 发布日期:2024-05-15
    • 文件大小:29696
    • 提供者:Michael
  1. NameFIFOExample

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

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:lf
  1. cnamedpipe_src

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

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

    • 发布日期:2024-05-15
    • 文件大小:3072
    • 提供者:李泉
  1. fifo

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

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:崔强
  1. ipc

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

    • 发布日期:2024-05-15
    • 文件大小:4096
    • 提供者: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
  3. 所属分类:Windows编程

    • 发布日期:2024-05-15
    • 文件大小:232448
    • 提供者:郑海
  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. 所属分类:文件格式

    • 发布日期:2024-05-15
    • 文件大小:64512
    • 提供者:徐尉
  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. C
  3. 所属分类:通讯编程

    • 发布日期:2024-05-15
    • 文件大小:154624
    • 提供者:dwj
« 1 2 3 4 56 7 8 9 10 11 »

源码中国 www.ymcn.org