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

搜索资源列表

  1. pipe1

    0下载:
  2. 此源代码是关于利用管道开发程序进行通信,该程序利用了Winsocket和NamedPipe的API-this source code is on the use of pipelines for the development of communications procedures, the use of the procedures and NamedPipe Winsocket API
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:13.43kb
    • 提供者:windy_duy
  1. IPCComm

    0下载:
  2. 网络通信开发包手册开发一套易用的网络通信包,以C++形式对功能进行封装。 对WinSocket和NamedPipe的API函数进行封装,并且提供部分API函数完成连接的建立和数据检测功能。 附带使用说明书。 原作者闻怡洋-network communication development kits developed a manual, easy-to-use communications network packets to C + + form of a wrapper func
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:188.47kb
    • 提供者:incc
  1. 网络通信开发包

    0下载:
  2. 一套易用的网络通信包,以C++形式对功能进行封装。对WinSocket和NamedPipe的API函数进行封装,并且提供部分API函数完成连接的建立和数据检测功能。-set of easy-to-use communications network packets to C + + form of a wrapper function. Right Winsocket and NamedPipe API function package, and provided some API functi
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:86.73kb
    • 提供者:薛妮
  1. NamedPipe

    0下载:
  2. 使用命名管道进行进程间通信,可以跨越机器边界
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:467.67kb
    • 提供者:hapin
  1. NamedPipe

    1下载:
  2. 多线程编程命名管道通讯,主要供初学者观看
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:69.62kb
    • 提供者:LauStephen
  1. NamedPipe

    0下载:
  2. 管道通讯,比SOCKET快,达到5M/s以上
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:112.8kb
    • 提供者:ghf_king
  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
    • 文件大小:67.66kb
    • 提供者:彭明
  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
    • 文件大小:23.79kb
    • 提供者:站长
  1. NamedPipe

    0下载:
  2. 命名管道的应用实例,VC6,非常好的源码,对初学者和高级程序人员都有实用价值-Named pipe application examples, VC6, very good source for beginners and advanced programmers have a practical value
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:50.82kb
    • 提供者:刘萌
  1. NamedPipe

    0下载:
  2. C++实现的命名管道程序,个人实现的,可以实现双向通信,客户端向服务器进行查询,服务器查询后台,返回结果。-C++ implementation of named pipes procedures, personal achievement, and allows two-way communication, the client query to the server, the server queries the background and return the results.
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:15.87kb
    • 提供者:吴强
  1. NamedPipe

    1下载:
  2. 该例程用于演示VC中的命名管道操作方法~-This routine is used to demonstrate the VC methods of operation- named pipes
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-15
    • 文件大小:3.59mb
    • 提供者:王晓军
  1. JosherMsg

    0下载:
  2. 通过 NamedPipe 实现进程间通讯, 可建立进程间的连接和消息传递.通过线程建立NamedPipe 服务器.-By NamedPipe achieve interprocess communication, we can establish the connection between the process and messaging. By thread establish NamedPipe servers.
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-24
    • 文件大小:9.02kb
    • 提供者:jijianjun
  1. NamedPipe

    0下载:
  2. Windows IPC通讯, NamedPipe 实例源码 包括server和client源码-Windows IPC Communications, NamedPipe examples of source code, including server and client source code
  3. 所属分类:Communication

    • 发布日期:2017-04-16
    • 文件大小:11.78kb
    • 提供者:qyp
  1. NamedPipe

    0下载:
  2. 进程间通信,命名管道,包括服务端和客户端,可双向通信,适用于点对点,可靠通信-Interprocess communication, named pipes, including the service and client can be two-way communication for point to point, and reliable communication
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-17
    • 文件大小:70.69kb
    • 提供者:张腾
  1. Pipe

    0下载:
  2. Header file and source code for using namedpipe in windows
  3. 所属分类:Communication

    • 发布日期:2017-04-13
    • 文件大小:2kb
    • 提供者:Hossein
  1. servicetest102

    0下载:
  2. Service程序,有具体的安装,卸载。和一个应用程序连接,里面有Mutex,namedpipe,-Service procedures, there are specific installation, uninstall. And an application to connect, there are Mutex, namedpipe, etc.
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-15
    • 文件大小:5.56kb
    • 提供者:kkw7w913kefn1
  1. servicetest102

    0下载:
  2. Service程序,有具体的安装,卸载。和一个应用程序连接,里面有Mutex,namedpipe,-Service procedures, there are specific installation, uninstall. And an application to connect, there are Mutex, namedpipe, etc.
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-15
    • 文件大小:5.11kb
    • 提供者:m63438jiaoh
  1. NamedPipe

    0下载:
  2. 通过命名管道实现两个进程之间的通信,包括从管道中读取内容和写入内容到管道。使用VC++6.0实现。文档中有详细介绍。(Communicating between two processes by named pipes, including reading content from the pipe and writing content to the pipe. Using VC++6.0 implementation. The document is described in detail.
  3. 所属分类:进程与线程

搜珍网 www.dssz.com