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

搜索资源列表

  1. jxta-c-2.4

    0下载:
  2. Welcome to JXTA-C/C++ Project JXTA-C/C++ project is an open source cross-platform C/C++ implementation of the JXTA platform with an Apache-like license. The community is committed to a quarterly release cycle. For each release, it is currently
  3. 所属分类:P2P编程

    • 发布日期:2008-10-13
    • 文件大小:1.53mb
    • 提供者:杨阳
  1. p2pJXTA

    0下载:
  2. Networks and distributed systems P2P with JXTA-Java pipes
  3. 所属分类:P2P编程

    • 发布日期:2008-10-13
    • 文件大小:138.27kb
    • 提供者:joey39
  1. ptypes-1[1].7.5.tar

    0下载:
  2. PTypes (C++ Portable Types Library) is a simple alternative to the STL that includes multithreading and networking. It defines dynamic strings, variants, character sets, lists and other basic data types along with threads, synchronization objects, IP
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:165.43kb
    • 提供者:吴参林
  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
    • 文件大小:17.68mb
    • 提供者:刘明芬
  1. source

    0下载:
  2. VC实现的pipe管道和邮槽的sourcecode,由于网络编程方面较为实用,用VC环境可编译-VC implementation pipe pipes and mail slots sourcecode, due to more practical aspects of network programming with VC++ can be compiled
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-31
    • 文件大小:13.14mb
    • 提供者:tustin
  1. CreateGUID

    0下载:
  2. 这里使用了两个Demo进行测试。其中HijackPipe.exe是服务端,他接受客户端PipeClient发送来的数据,对该客户权限进行模拟,并使用在控制台打印出当前进程的用户名。我们使HijackPipe.exe运行在普通账户aaa下,并使用Runas命令让客户端PipeClient运行在管理员权限-If a server via named pipes to communicate with a client, the server can use the Windows API funct
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-10
    • 文件大小:1.1mb
    • 提供者:blacker
  1. consolePipe_demo

    0下载:
  2. Example of using PIPEs for consoles apps
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-13
    • 文件大小:2.58mb
    • 提供者:2mm
  1. TFTP.cxx

    0下载:
  2. TFTP协议实现的源代码,拥有所有TFTP所需要的功能-This class provides all infrastructure for a performant file transfer protocol. It works in conjuction with the rootd daemon and can use parallel sockets to improve performance over fat pipes.
  3. 所属分类:Ftp Client

    • 发布日期:2017-03-31
    • 文件大小:29.03kb
    • 提供者:继超
  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
    • 文件大小:6.27mb
    • 提供者:yyy
  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
    • 文件大小:2.03kb
    • 提供者:刘剑桥
  1. pipes

    0下载:
  2. 进程间通讯,用来控制WEB服务的请求监控-PIPES COMMU
  3. 所属分类:Web Server

    • 发布日期:2017-03-30
    • 文件大小:59.04kb
    • 提供者:凡人
  1. linux-ipc-chat

    0下载:
  2. 自己的写的linux下的管道聊天程序. 可以在超级终端开启两个session,然后分别运行两个应用程序.-A chat program pipes under linux. You can open two session sin the HyperTerminal, and then run the two applications, respectively.
  3. 所属分类:Linux Network

    • 发布日期:2017-03-31
    • 文件大小:7.08kb
    • 提供者:张元
  1. LLNL_POSIX_Threads_Programming

    0下载:
  2. multithreading book for posix threading application, Thread priority , pipes and ipc -multithreading book for posix threading application, Thread priority , pipes and ipc
  3. 所属分类:Linux Network

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

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

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

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

    • 发布日期:2017-04-06
    • 文件大小:17.88kb
    • 提供者:老孙
  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
    • 文件大小:2.04mb
    • 提供者: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
    • 文件大小:2.88mb
    • 提供者:blacker
  1. TestSEH

    0下载:
  2. 这里使用了两个Demo进行测试。其中HijackPipe.exe是服务端,他接受客户端PipeClient发送来的数据,对该客户权限进行模拟,并使用在控制台打印出当前进程的用户名。我们使HijackPipe.exe运行在普通账户aaa下,并使用Runas命令让客户端PipeClient运行在管理员权限下,然后进行连接-If a server via named pipes to communicate with a client, the server can use the Windows A
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-01
    • 文件大小:986.6kb
    • 提供者:blacker
  1. pipes.c.tar

    0下载:
  2. This source code implements the use of pipes as in intercommunication process using pipes.
  3. 所属分类:Linux Network

    • 发布日期:2017-11-26
    • 文件大小:656byte
    • 提供者:Aj Prameswari
  1. IPC-pipes

    0下载:
  2. C Code simulating hare and turtle race game.Program takes input from the file input.txt. Implement inter process communication using pipes.
  3. 所属分类:Linux Network

    • 发布日期:2017-11-25
    • 文件大小:2.09kb
    • 提供者:openglCoder
« 12 »
搜珍网 www.dssz.com