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

搜索资源列表

  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. ssnp

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

    • 发布日期:2017-11-09
    • 文件大小:52508
    • 提供者:站长
  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. ch04_codes

    0下载:
  2. 非常不错的一个VC++通信程序。适用于本地系统上进程间通信,也适用于远程不同系统上进程通信。用命名管道,油槽和Winsock进行进程通信,命名管道和Winsock的通信是双向的即客户端像服务器发送数据,而服务器也可以向客户端发送数据。油槽通信是单向。-A very good one VC++ communication program. Applies to inter-process communication on the local system, but also to differen
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-21
    • 文件大小:6569600
    • 提供者:yyy
  1. mingmingguandao

    0下载:
  2. 命名管道编程实例,本人亲自验证过,可以正常使用,供大家参考学习,-Named pipe programming examples, I personally verified, you can normally use for reference study,
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-16
    • 文件大小:70907
    • 提供者:fish33
  1. WindowsNamedPipe

    0下载:
  2. Windows命名管道使用的demo,含服务器和客户端。-A demo shows how to use Windows named pipe, including client and server.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-13
    • 文件大小:2389
    • 提供者:liuly
  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. usernamepipetocomu

    0下载:
  2. 利用命名管道进行通信,程序实现数据对接,数据通信,提供接口-The use of named pipes to communicate
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-06
    • 文件大小:18305
    • 提供者:老孙
  1. HijackPipe

    0下载:
  2. 管道复用 创建同名管道,将服务端原命名管道关闭,客户端在不知情的情况下会继续发送数据到我们的“同名管道”,从而达到替换管道、截获数据的目的。-允许输入拉丁字符的拼音 中文(简体)英语日语 Please upload the information carefully detailed feature writing, including descr iption of contents (at least 20 words). Try not to let owners to
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-21
    • 文件大小:6337247
    • 提供者:blacker
  1. PipeImpersonate

    0下载:
  2. 如果一个服务器通过命名管道与一个客户进行通信,则服务器可以使用Windows API函数ImpersonateNamedPipeClient来告诉SRM,他想要模仿该管道另一端的用户。服务器在模仿过程中要丢失某些安全凭证,反过来,服务器在模仿中也会获得一些新的安全凭证,从而达到提权的目的-If a server via named pipes to communicate with a client, the server can use the Windows API function I
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-10
    • 文件大小:2137507
    • 提供者:blacker
  1. sniffer

    0下载:
  2. 利用该方法可以实现对管道敏感数据(如用户名密码等)的截获,但是在对原命名管道进行结束、干扰或使其无法接收数据方面,实现起来相对困难。-If a server via named pipes to communicate with a client, the server can use the Windows API function ImpersonateNamedPipeClient to tell the SRM, he wanted to imitate the other end
  3. 所属分类:Sniffer Package capture

    • 发布日期:2017-05-12
    • 文件大小:3022027
    • 提供者:blacker
  1. named_pipe

    0下载:
  2. 基于Linux下的进程通信中的命名管道,以及相关的实现代码-Based on the process of communication under Linux named pipe, and the realization of the relevant code
  3. 所属分类:Linux Network

    • 发布日期:2017-04-02
    • 文件大小:10851
    • 提供者:zzy
  1. NamedPipe

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

    • 发布日期:2017-03-29
    • 文件大小:170231
    • 提供者:yegen
  1. Visual-C-PP

    1下载:
  2. 命名管道软件实现代码,包括服务器端和客户端代码。-named pipe code.Including server pipe and client pipe!
  3. 所属分类:WinSock-NDIS

    • 发布日期:2015-06-15
    • 文件大小:3858432
    • 提供者:zoubin
  1. Namepipe

    0下载:
  2. 建立命名管道,能够传输流节流,但并不能传输文件。-Create a named pipe can transport stream throttling, but it does not transfer files.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-14
    • 文件大小:3433838
    • 提供者:翁鹏飞
  1. process-comm

    0下载:
  2. 学习Windows上进程间通信的PPT,详细介绍了命名管道的使用方式-The study of inter-process communication on Windows PPT, details the use of named pipes
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-31
    • 文件大小:8492
    • 提供者:zhangshuning
  1. Cp23-named-pipe-client-

    1下载:
  2. c # 命名管道实现,例子很详细,内容很详细,很简单-c# named pipe implementation
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-28
    • 文件大小:74301
    • 提供者:TN
  1. PIPE

    0下载:
  2. 命名管道的例子,有服务器和客户端,两者可以相互发送信息-Examples of named pipes, a server and client, both send messages to each other
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-16
    • 文件大小:3864709
    • 提供者:刘明
« 12 »
搜珍网 www.dssz.com