搜索资源列表

  1. 命名管道封装类

    1下载:
  2. 命名管道用于服务与其客户端之间的通信。
  3. 所属分类:进程与线程

    • 发布日期:2010-09-09
    • 文件大小:38778
    • 提供者:xndr@163.com
  1. CNamedPipe_src

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

    • 发布日期:2024-04-29
    • 文件大小:24576
    • 提供者:站长
  1. ConnectionPipe_demo

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

    • 发布日期:2024-04-29
    • 文件大小:462848
    • 提供者:站长
  1. ssnp

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

    • 发布日期:2024-04-29
    • 文件大小:53248
    • 提供者:站长
  1. GuanDaoBianCheng

    0下载:
  2. VC++下命名管道编程-VC named pipe programming
  3. 所属分类:进程与线程

    • 发布日期:2024-04-29
    • 文件大小:338944
    • 提供者:周国强
  1. p2p_namedpipes_demo

    0下载:
  2. 点对点程序,使用命名管道进行通信-point-to-point, the use of named pipes for communication
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-04-29
    • 文件大小:19456
    • 提供者:吴昊
  1. PipeClient

    0下载:
  2. 命名管道客户机源码-named pipe clients FOSS
  3. 所属分类:Windows编程

    • 发布日期:2024-04-29
    • 文件大小:1880064
    • 提供者:杨飞
  1. PiPeServer

    0下载:
  2. 命名管道服务器源码-named pipe server source
  3. 所属分类:Windows编程

    • 发布日期:2024-04-29
    • 文件大小:1884160
    • 提供者:杨飞
  1. linux进程间通信的例子

    0下载:
  2. 用简单的例子实现了用命名管道实现进程间通信-simple example of the realization of the named pipe used to achieve inter-process communication
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-04-29
    • 文件大小:2048
    • 提供者:wf
  1. showp2p_namedpipes_demo

    0下载:
  2. VC++实现管道的一个例子命名管道在进程通信中有重要作用.-VC pipeline examples of a named pipe communication in the process plays an important role.
  3. 所属分类:系统编程

    • 发布日期:2024-04-29
    • 文件大小:18432
    • 提供者:小王
  1. namedpipe

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

    • 发布日期:2024-04-29
    • 文件大小:68608
    • 提供者:彭明
  1. 通过消息传送数据

    0下载:
  2. 很好的操作系统课程设计,功能是利用命名管道进行通信,能学到很多东西-good courses on operating system design, function is to use named pipes for communication, a lot of things can be learned
  3. 所属分类:系统编程

    • 发布日期:2024-04-29
    • 文件大小:131072
    • 提供者:cjl
  1. PipeSourceCode

    0下载:
  2. 此程序为WINDOWS下用VC实现的利用命名管道通信的程序-procedure for Windows using the VC using named pipe communication procedures
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-04-29
    • 文件大小:12288
    • 提供者:余庆祥
  1. VcNamePipe

    0下载:
  2. 利用命名管道邮槽来实现进程间的通信,程序包括客户端和服务端-use named pipes Post chutes to achieve inter-process communication, procedures, including client and server
  3. 所属分类:进程与线程

    • 发布日期:2024-04-29
    • 文件大小:68608
    • 提供者:黄磊
  1. processcomunication

    0下载:
  2. 此程序是在MFC下分别用匿名管道,命名管道和邮槽3种方法实现的进程之间的通信 -this procedure is the MFC respectively anonymous pipeline named pipes and mail chutes three different methods to achieve the communication process between the
  3. 所属分类:进程与线程

    • 发布日期:2024-04-29
    • 文件大小:202752
    • 提供者:zhaodetao
  1. lessonprocess

    0下载:
  2. 命名管道充分利用了Windows NT和Windows 2000内建的安全机制。 将命名管道作为一种网络编程方案时,它实际上建立了一个客户机/服务器通信体系,并在其中可靠地传输数据。 命名管道是围绕Windows文件系统设计的一种机制,采用“命名管道文件系统(Named Pipe File System,NPFS)”接口,因此,客户机和服务器可利用标准的Win32文件系统函数(例如:ReadFile和WriteFile)来进行数
  3. 所属分类:系统编程

    • 发布日期:2024-04-29
    • 文件大小:245760
    • 提供者:李思川
  1. Codeps

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

    • 发布日期:2024-04-29
    • 文件大小:234496
    • 提供者:李佳明
  1. progressCode

    0下载:
  2. 进程间通信:剪贴板,匿名管道,命名管道,邮槽. -inter-process communication : clipboard, anonymous pipes, named pipes, mail chutes.
  3. 所属分类:书籍源码

    • 发布日期:2024-04-29
    • 文件大小:232448
    • 提供者:chenpeng
  1. process_clip

    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
  3. 所属分类:Windows编程

    • 发布日期:2024-04-29
    • 文件大小:233472
    • 提供者:讼师为
  1. Code

    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 in
  3. 所属分类:其他小程序

    • 发布日期:2024-04-29
    • 文件大小:70656
    • 提供者:中国
« 12 3 4 5 6 7 8 9 10 »

源码中国 www.ymcn.org