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

搜索资源列表

  1. NamedPipeX

    0下载:
  2. 命名管道、mutex、多线程、回调函数等应用实例,实现电脑复位管理、CTRL_ALT_DEL键锁定与释放,对类似计算机系统编程具有非常大的参考价值。-Create PIPE and CALLBACK function,controll the CTRL_ALT_DEL keyboad
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-06
    • 文件大小:557584
    • 提供者:杨昆仑
  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. NamedPipeSrv

    0下载:
  2. 命名管道进程间通信 服务-Named pipes interprocess communications services
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-03
    • 文件大小:38921
    • 提供者:xhz678
  1. FIFO

    0下载:
  2. Linux下用命名管道FIFO写的进程间通信程序(经典集合,用gcc编译器,可直接使用,吐血奉送)-FIFO under Linux using named pipe communication between the process of writing procedures (classical set, with the gcc compiler, can be used directly, vomiting blood Complimentary)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-03-28
    • 文件大小:24721
    • 提供者:FarEast8612
  1. Code

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

    • 发布日期:2017-04-16
    • 文件大小:233495
    • 提供者:田海龙
  1. pipe

    0下载:
  2. window下命名管道封装类与测试代码 供学习或实际项目使用-failed to translate
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-27
    • 文件大小:9525955
    • 提供者:姓名
  1. clientPipe

    0下载:
  2. windows命名管道客户端使用,代码容易理解。-windows named pipe client, code easy to understand.
  3. 所属分类:Communication

    • 发布日期:2017-04-01
    • 文件大小:2444
    • 提供者:Brian
  1. serverPipe

    0下载:
  2. windows命名管道服务端程序例子,程序简单易懂-windows server program named pipe example, the program easy to understand
  3. 所属分类:Communication

    • 发布日期:2017-04-06
    • 文件大小:3120
    • 提供者:Brian
  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. VC_Pipe

    0下载:
  2. 线程或进程之间的命名管道通讯实现.可以根据实际项目需求加入。-Thread or process to achieve communication between the named pipe. Can be added according to the actual needs of the project.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-09
    • 文件大小:1200377
    • 提供者:
  1. windows-communicate

    0下载:
  2. 命名管道例子程序,实现windows 进程间的通讯-Named pipe example program, to achieve inter-process communication windows
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-30
    • 文件大小:29195
    • 提供者:
  1. RSA-Signature-Validate-Crypto

    0下载:
  2. 文章和附件中的代码给用户一个产品用户激活的框架的源代码。包括:RSA算法实现、集成Cypto++环境、产品激活、客户端/服务器命名管道、产生和序列化RSA密码、RSA签名和验证以及产品密钥/序列号生成。 -This article signs the Product Key, which may prove to be too restrictive to the reader. In this case, see Installation IDs Based on Truncated Ha
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:377011
    • 提供者:一贯故
  1. PipeService

    0下载:
  2. 命名管道在不同进程间的相互共享数据,该程序为服务器程序-Named Pipes in the interaction between different processes to share data, the program for the server program
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-04
    • 文件大小:1421457
    • 提供者:胡泊
  1. process_communication_wince

    0下载:
  2. 开发平台:vs2005; 目标平台:WINCE; 功能描述: 进程间通讯的方法有很多,除了常用的剪切板外,还可以用以下几种方法来实现:利用Windows消息WM_COPYDATA、全局原子、内存映射文件、命名管道、邮槽等。 在这里我使用的是Windows消息WM_COPYDATA来实现进程间通讯。-Development platform: vs2005 target platform: WINCE Descr iption: inter-process communicat
  3. 所属分类:Windows CE

    • 发布日期:2017-06-14
    • 文件大小:21883237
    • 提供者:simon
  1. AITV_Framework

    0下载:
  2. 这是一个基于命名管道的进程通信及调度程序框架的试验版本。一个solution中包含3个Project.其中,AppScheduling是进程调度程序(这个是将来可以使用的版本),TestJiuGong和TestPlayer分别是九宫格导航和播放器的简单模拟(将来会被实现真实功能的程序所替换。) AppScheduling的功能:启动后自动隐藏窗口,启动九宫格导航。九宫格导航按1键后退出,启动播放器;播放器按0键后退出,启动九宫格导航;九宫格导航按0键后退出整个系统(包括AppScheduli
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-28
    • 文件大小:147352
    • 提供者:Roger King
  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. NamedPipe

    1下载:
  2. 该例程用于演示VC中的命名管道操作方法~-This routine is used to demonstrate the VC methods of operation- named pipes
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-15
    • 文件大小:3759721
    • 提供者:王晓军
  1. 111

    0下载:
  2. linux下的管道应用,此为命名管道,能够实现文件的读写操作-Under Linux piping applications, this is named pipe, can realize the file has read and write operations
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-11
    • 文件大小:1049
    • 提供者:vivian
« 1 2 3 4 56 7 8 9 »
搜珍网 www.dssz.com