CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 命名管道

搜索资源列表

  1. 命名管道封装类

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

    • 发布日期:2010-09-09
    • 文件大小:38778
    • 提供者:xndr@163.com
  1. demoForNamedPipe.对命名管道应用的demo示例

    0下载:
  2. 对命名管道应用的demo示例,有助于理解学习,很不错,Demo applications on the named pipe example, helps to understand the study, very good
  3. 所属分类:系统编程

    • 发布日期:2014-04-14
    • 文件大小:82087
    • 提供者:yushier
  1. NamespcExtGuide1_src.zip

    0下载:
  2. 命名管道通讯,支持多节点的,本地网络无缝连接,Named Pipes communications, support multi-node, the local network seamlessly
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-23
    • 文件大小:49326
    • 提供者:970608
  1. NamePipe.rar

    1下载:
  2. 做多客户端与服务器端的双向通信,采用QLocalSocket/QLocalServer实现起来简单,但通信效率太低,客户端发数据,服务器端的readyRead信号延时约100ms(看QT源码,发现里面用的是100ms定时器来检测信号),后来自己照着QLocalSocket的思路封装了windows的命名管道,采用多线程来接收数据,在本机上测试通过,通信效率有明显改善。,To do more client and server-side two-way communication, using Q
  3. 所属分类:Internet/网络编程

    • 发布日期:2013-01-15
    • 文件大小:18536972
    • 提供者:刘明芬
  1. name_Pipe

    0下载:
  2. 命名管道.pdf 介绍命名管道的原理和应用实现。对于进程间通信是个很好的东西。-Named Pipes. Pdf named pipe to introduce the principles and applications. For inter-process communication is a good thing.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-26
    • 文件大小:937558
    • 提供者:danny
  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. ConnectionPipe_demo

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

    • 发布日期:2017-11-09
    • 文件大小:463908
    • 提供者:站长
  1. ssnp

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

    • 发布日期:2017-11-09
    • 文件大小:52508
    • 提供者:站长
  1. ProcessCommunication

    0下载:
  2. Windows 的IPC(进程间通信)机制主要是异步管道和命名管道。(至于其他的IPC方式,例如内存映射、邮槽等这里就不介绍了) 管道(pipe)是用于进程间通信的共享内存区域。创建管道的进程称为管道服务器,而连接到这个管道的进程称为管道客户端。一个进程向管道写入信息,而另外一个进程从管道读取信息。 -Windows of the IPC (interprocess communication) mechanism is asynchronous pipelines and named
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-26
    • 文件大小:153605
    • 提供者:周晓宇
  1. CMMI

    0下载:
  2. CMMI 利用命名管道技术,在进程间进行通信的例程。希望和大家交流-CMMI using named pipe technology, in the process of communication between the routines. Would like to exchange
  3. 所属分类:software engineering

    • 发布日期:2017-03-29
    • 文件大小:94575
    • 提供者:tjh
  1. Lesson17Code

    0下载:
  2. 命名管道是通过网络来完成进程间的通信,它屏蔽了底层的网络协议细节。我们在不了解网络协议的情况下,也可以利用命名管道来实现进程间的通信。 命名管道充分利用了Windows NT和Windows 2000内建的安全机制。 将命名管道作为一种网络编程方案时,它实际上建立了一个客户机/服务器通信体系,并在其中可靠地传输数据。-A named pipe is through the network to complete the process of communication, which sh
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:235110
    • 提供者:王大勇
  1. MingMingGuanDao

    0下载:
  2. 命名管道可在同一台计算机的不同进程之间,或在跨越一个网络的不同计算机的不同进程之间,支持可靠的、单向或双向的数据通信。不需要事先深入掌握基层网络传送协议(如 T C P / I P或I P X)的知识。这 是由于命名管道利用了微软网络提供者(M S N P)重定向器,通过一个网络,在各进程间建立 通信。-Named Pipes can be on the same computer between different processes, or across a network of d
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:761702
    • 提供者:kunlunshanjiao
  1. 004

    0下载:
  2. 关于命名管道或命名管线这种简单的进程之间的通讯机制。-On the named pipe or named pipe that simple communication mechanism between processes.
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-03
    • 文件大小:761714
    • 提供者:李帆
  1. namepipe

    0下载:
  2. 用命名管道技术实现网络通信,还不错可以一看-named pipe named pipe named pipe named pipe named pipe
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-02
    • 文件大小:123682
    • 提供者:李兴楷
  1. MessageCenter

    1下载:
  2. 这是一个消息收发器,集合了六种常用协议,如SOCKET,WM_COPYDATA,命名管道等,是协助程序员测试的利器。-This is a message send/recv program, with 6 common protocals, such as socket, wm_copydata, named pipe and so on, will be very useful for the coder.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2014-12-09
    • 文件大小:456365
    • 提供者:熊振
  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. NamedPipeLib

    1下载:
  2. 这是一个命名管道的访问例子,比较好的C#例子,实现的封装比较好。-It s a sample that implement named pipes.
  3. 所属分类:CSharp

    • 发布日期:2017-04-07
    • 文件大小:46218
    • 提供者:mg
  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. 通过命名管道实现两个进程之间的通信,包括从管道中读取内容和写入内容到管道。使用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. 所属分类:进程与线程

  1. 命名管道:FIFO

    0下载:
  2. 命名管道也被称为FIFO文件,它是一种特殊类型的文件,它在文件系统中以文件名的形式存在,但是它的行为却和之前所讲的没有名字的管道(匿名管道)类似。 由于Linux中所有的事物都可被视为文件,所以对命名管道的使用也就变得与文件操作非常的统一,也使它的使用非常方便,同时我们也可以像平常的文件名一样在命令中使用。(A named pipe is also known as the FIFO file, it is a special type of document and its file n
  3. 所属分类:Linux/Unix编程

« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com