搜索资源列表

  1. NamedPipe

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

    • 发布日期:2024-05-15
    • 文件大小:478208
    • 提供者:hapin
  1. T-CMD

    0下载:
  2. 系统服务级后门源码 利用命名管道进行通讯,将远程CMD输入输出重定向到管道-System service level source using named pipe back door to communications, remote CMD input and output redirected to pipes
  3. 所属分类:系统编程

    • 发布日期:2024-05-15
    • 文件大小:7168
    • 提供者:mars
  1. namepipe

    0下载:
  2. 该程序是一个命名管道通信的例子,包括命名管道服务器和命名管道客户端两部分组成-The program is a named pipe communication examples, including the Named Pipes Named Pipes server and the client is composed of two parts
  3. 所属分类:通讯编程

    • 发布日期:2024-05-15
    • 文件大小:50176
    • 提供者:白彬
  1. p2p_namedpipes_demo

    0下载:
  2. 这是一个用命名管道做为进程间通讯的例子,可以学习一下。-This is a named pipe to use as a process of communication among the examples, you can learn.
  3. 所属分类:打印编程

    • 发布日期:2024-05-15
    • 文件大小:18432
    • 提供者:my
  1. Lesson17

    1下载:
  2. 详细讲解进程间通讯的四种方式:剪贴板、匿名管道、命名管道和邮槽。并比较分析这几种进程间通信的优点和缺点。-Elaborate on the process of communication among the four ways: clipboard, anonymous pipes, named pipes and mail slots. And comparative analysis of these types of inter
  3. 所属分类:进程与线程

    • 发布日期:2024-05-15
    • 文件大小:8192
    • 提供者:张建顺
  1. NamedPipe

    0下载:
  2. 多线程编程命名管道通讯,主要供初学者观看 -Multi-threaded programming named pipe communications, mainly for beginners Views
  3. 所属分类:通讯编程

    • 发布日期:2024-05-15
    • 文件大小:70656
    • 提供者:LauStephen
  1. ProcessCommunication

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

    • 发布日期:2024-05-15
    • 文件大小:153600
    • 提供者:周晓宇
  1. CMMI

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

    • 发布日期:2024-05-15
    • 文件大小:94208
    • 提供者:tjh
  1. NamespcExtGuide1_src

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

    • 发布日期:2024-05-15
    • 文件大小:49152
    • 提供者:970608
  1. Lesson17Code

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

    • 发布日期:2024-05-15
    • 文件大小:234496
    • 提供者:王大勇
  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 proce
  3. 所属分类:Windows编程

    • 发布日期:2024-05-15
    • 文件大小:761856
    • 提供者:kunlunshanjiao
  1. 004

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

    • 发布日期:2024-05-15
    • 文件大小:761856
    • 提供者:李帆
  1. namepipe

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

    • 发布日期:2024-05-15
    • 文件大小:123904
    • 提供者:李兴楷
  1. MessageCenter

    0下载:
  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. 所属分类:Internet/网络编程

    • 发布日期:2024-05-15
    • 文件大小:456704
    • 提供者:熊振
  1. NamePipe

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

    • 发布日期:2024-05-15
    • 文件大小:18537472
    • 提供者:刘明芬
  1. NamedPipe

    0下载:
  2. 命名管道的应用实例,VC6,非常好的源码,对初学者和高级程序人员都有实用价值-Named pipe application examples, VC6, very good source for beginners and advanced programmers have a practical value
  3. 所属分类:进程与线程

    • 发布日期:2024-05-15
    • 文件大小:52224
    • 提供者:刘萌
  1. NamedPipeLib

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

    • 发布日期:2024-05-15
    • 文件大小:46080
    • 提供者:mg
  1. demoForNamedPipe

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

    • 发布日期:2024-05-15
    • 文件大小:81920
    • 提供者:yushier
  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 backgroun
  3. 所属分类:其他小程序

    • 发布日期:2024-05-15
    • 文件大小:16384
    • 提供者:吴强
  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 do
  3. 所属分类:进程与线程

« 1 23 4 5 6 7 8 9 10 »

源码中国 www.ymcn.org