CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 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
    • 文件大小:13748
    • 提供者: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
    • 文件大小:192997
    • 提供者:incc
  1. DLLCallDemo

    0下载:
  2. 操作系统上机实验报告,进程间的通信,1. 选择Windows2000环境提供的进程通信工具:文件映射(filemap)、管道(Pipe或NamedPipe)、套接字(socket)完成同一机器上的两个进程、不同机器上的两个进程或不同操作系统下的两个进程之间的通信。-experimental operating system on the plane, inter-process communication, 1. Choose Windows 2000 environment, the proc
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:76941
    • 提供者:钱青鱼
  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
    • 文件大小:88807
    • 提供者:薛妮
  1. Client

    0下载:
  2. client:This program is a simple named pipe client that demonstratesthe API calls needed to successfully develop a basic namedpipe client application. When this application successfullyconnects to a named pipe, the message \"This is a test\" i written
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:19856
    • 提供者:cuiyixin
  1. Threads

    0下载:
  2. hreads:This sample demonstrates how to develop an advanced namedpipe server that is capable of servicing 5 instances. The application is an echo server where data isreceived from a client and echoed back to the client. Allthe pipe instances are servi
  3. 所属分类:Web服务器

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

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

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

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

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

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

    • 发布日期:2008-10-13
    • 文件大小:115505
    • 提供者: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
    • 文件大小:69286
    • 提供者:彭明
  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
    • 文件大小:24361
    • 提供者:站长
  1. servicetest

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

    • 发布日期:2017-03-31
    • 文件大小:5100
    • 提供者:yang
  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
    • 文件大小:52038
    • 提供者:刘萌
  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
    • 文件大小:16254
    • 提供者:吴强
  1. NamedPipe

    0下载:
  2. 该程序将windows命名管道的常用功能封装成一个类,使用时只需调用Connect、Read、Write函数即可实现局域网通信。-The program will be named pipes windows package into a class of commonly used functions, using, simply call Connect, Read, Write LAN communications function can be realized.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-28
    • 文件大小:2074
    • 提供者:刘剑桥
  1. NamedPipe

    0下载:
  2. 命名管道,学习网络编程的好例子 命名管道,学习网络编程的好例子 -Named pipes, a good example of learning network programming
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-10
    • 文件大小:2430743
    • 提供者:leijun
  1. NamedPipe

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

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

    0下载:
  2. 命名管道,可实现进程间通信,服务器端和客户端的代码都有-Named pipes, interprocess communications, server and client code
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-29
    • 文件大小:170231
    • 提供者:yegen
  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
    • 文件大小:12062
    • 提供者:qyp
  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. 所属分类:进程与线程

« 12 »
搜珍网 www.dssz.com