搜索资源列表

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

    0下载:
  2. 进程的管道通信,可用来加强对进程通信的理解.-The process of communication channels that can be used to enhance the understanding of the process of communication.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:li
  1. Linux_envirnment_communication

    0下载:
  2. 该函数创建的管道的两端处于一个进程中间,在实际应 用中没有太大意义,因此,一个进程在由pipe()创建管道后,一般再fork一个子进程,然后通过管道实现父子进程间的通信-The function at the two ends of the pipeline to create a process in the middle, in practical applications is not much significance, the
  3. 所属分类:进程与线程

    • 发布日期:2024-05-15
    • 文件大小:11264
    • 提供者:zhangkun
  1. unix

    0下载:
  2. linux下的进程间通信,里面有无名管道通信的代码和结果。-linux pipe
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-15
    • 文件大小:9216
    • 提供者:玄岳
  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. parent

    0下载:
  2. 1、创建一个基于单文档的应用程序 2、添加菜单及菜单项: 匿名管道 创建管道 读取数据 写入数据 -1, to create a single document based on the application 2, add the menu and menu items: Create anonymous pipe to read data into the data pipeline
  3. 所属分类:Windows编程

    • 发布日期:2024-05-15
    • 文件大小:265216
    • 提供者:hjw
  1. ipc

    0下载:
  2. 管道创建和关闭,管道通信主要用于不同进程之间的通信!-Pipeline creation and closure of the main communication channels for communication between different processes!
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:崔强
  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编程

    • 发布日期:2024-05-15
    • 文件大小:937984
    • 提供者:danny
  1. pipe_cs

    0下载:
  2. 这是一管道程序,两个工程运行起来后,可利用管道相互通讯。-This is a pipeline process, the two projects up and running, you can communicate with each other using pipes.
  3. 所属分类:通讯编程

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

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

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

    0下载:
  2. 应用VC做的管道流动控件,对工业控制很有用-Application of VC flow control pipelines do, very useful for industrial control
  3. 所属分类:Windows编程

    • 发布日期:2024-05-15
    • 文件大小:964608
    • 提供者:dinghongtao
  1. pipe

    0下载:
  2. 一个简单的linux管道通信例子,方便初学linux的朋友-A simple example of linux channels of communication to facilitate learning linux friends
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-15
    • 文件大小:2048
    • 提供者:sbyygyfd
  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. PipeCommunication

    0下载:
  2. linux的多进程通信,使用管道实现了多个父子进程间的消息传递及其内存共享-linux for multi-process communication, the use of pipes to achieve a number of inter-process messaging father and son and memory sharing
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:陈sean
  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. pipe

    0下载:
  2. linux 下进程间的通信,用管道方式实现!-pipe of linux
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-15
    • 文件大小:5120
    • 提供者:xc
  1. PIPE

    0下载:
  2. Windows 操作系统中 进行 管道 通信-Windows operating system to pipe communication
  3. 所属分类:Internet/网络编程

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

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

    • 发布日期:2024-05-15
    • 文件大小:46080
    • 提供者:mg
« 1 2 3 4 5 67 8 9 10 11 ... 50 »

源码中国 www.ymcn.org