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

搜索资源列表

  1. Linux_experiment

    0下载:
  2. 详细地讲述Linux的各种实验,包括命名管道,文件的实验-descr iption of Linux experiments
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:133869
    • 提供者:马路
  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. IPC_NamedPipe

    0下载:
  2. 进程间通信实例:使用命名管道实现网络通信。-Interprocess communication Example: use named pipes for network communication
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-04
    • 文件大小:136972
    • 提供者:leo
  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. pipelist

    0下载:
  2. 到目前为止,Win32 API 没有提供任何可以用来获取系统中所有活动的命名管道。此源代码中利用本地API 所包含的几个函数来获取本地系统中的命名管道。 -So far, the Win32 API does not provide any of the named pipe can be used for all activities in the system. This source code in the local API contains several functions to o
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:15326
    • 提供者:michael
  1. jincheng

    0下载:
  2. 进程间通信最基本的例子 包括了剪贴板 父子进程 命名管道通信 还有油槽通信 刚刚接触这方面的可以下下来参考学习-The most basic examples of inter-process communication, including a clipboard and his son process named pipe communication tank communication, just contact in this regard can down the reference
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-09
    • 文件大小:2474412
    • 提供者:lizz
  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. Code1

    0下载:
  2. 详细讲解进程间通讯的四种方式:剪贴板、匿名管道、命名管道和邮槽。并比较分析这几种进程间通信的优点和缺点。-Detailed interpretation of the process of communication between four ways: the clipboard, anonymous pipe, named pipe and mail slot. And comparative analysis of the process of the communication betw
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-03
    • 文件大小:232828
    • 提供者:lj
  1. Process-communication

    0下载:
  2. window下进程间通信多种方式(匿名管道、命名管道、油槽)-window under the process of communication between a variety of ways
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:141248
    • 提供者:zkc
  1. homework2

    0下载:
  2. 编写基于管道的消息队列,该消息队列采用管道进行消息发送、存储、传递及接收。该消息队列应用于多线程环境时要保证线程是安全的;所采用的管道可以是由pipe创建的,也可以是命名管道;该消息队列能够接收CLMessage继承体系的消息;该消息队列能融入到本课程所提供的程序库中,能支持线程之间的通信(即需要提供发送消息的通信类,以及消息循环的管理类)。-The preparation of a pipeline-based message queue, the message queue using th
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-11
    • 文件大小:2598793
    • 提供者:熊涛
  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
    • 提供者:刘明
  1. IPC

    1下载:
  2. 实现两个进程间的通讯,IPC(Inter-Process Communication)是共享"命名管道"的资源,通过提供可信任的用户名和口令,连接双方可以建立安全的通道并以此通道进行加密数据的交换,从而实现对远程计算机的访问。-Communication between two processes, IPC (Inter-Process Communication) is a shared resource of the " named pipes" by providing
  3. 所属分类:Windows CE

    • 发布日期:2017-11-30
    • 文件大小:3631560
    • 提供者:陈建
  1. NamePipe

    0下载:
  2. 一个在VC10环境下编写的Windows命名管道的例子,可以通过这个demo程序,加深对Windows命名管道的理解-Windows named pipes example, a VC10 environment written by this demo program to deepen the understanding of Windows named pipes
  3. 所属分类:OS Develop

    • 发布日期:2017-11-05
    • 文件大小:10037
    • 提供者:kzm
  1. os1

    0下载:
  2. Windows操作系统使用命名管道实现进程通信,采用客户端服务器模式。-The Windows operating system process communication using named pipes, client server mode. .
  3. 所属分类:source in ebook

    • 发布日期:2017-11-27
    • 文件大小:4503512
    • 提供者:peter
« 1 2 3 4 5 67 8 9 »
搜珍网 www.dssz.com