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

搜索资源列表

  1. processcomunication

    0下载:
  2. 此程序是在MFC下分别用匿名管道,命名管道和邮槽3种方法实现的进程之间的通信 -this procedure is the MFC respectively anonymous pipeline named pipes and mail chutes three different methods to achieve the communication process between the
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:202551
    • 提供者:zhaodetao
  1. pwnalready

    0下载:
  2. 已经调试通过的pwm程序点评:写这种程序要注意ACTRA的配置,还有死区的配置,防止爆管子。-has debugging procedures adopted by the PWM Comments : This procedure was necessary to pay attention to the configuration of ACTRA, there are dead zone configuration to prevent burst pipes.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:3426
    • 提供者:刘为
  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
    • 文件大小:1602334
    • 提供者:杨阳
  1. Codeps

    0下载:
  2. 详细讲解进程间通讯的四种方式:剪贴板、匿名管道、命名管道和邮槽。并比较分析这几种进程间通信的优点和缺点。-explain in detail the communication process in four ways : the clipboard, anonymous pipes, named pipes and mail chutes. Analysis and comparison of several inter-process communication advantages and
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:234599
    • 提供者:李君懿
  1. MapTest

    0下载:
  2. windows进程通讯的例子,共有三种模式: 共享内存,管道,SOCKET,可以给未接触过的人作为参考-windows example of the process of communication, there are three models : shared memory, pipes, SOCKET. it has not been exposed to people as a reference
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:75073
    • 提供者:111
  1. progressCode

    0下载:
  2. 进程间通信:剪贴板,匿名管道,命名管道,邮槽. -inter-process communication : clipboard, anonymous pipes, named pipes, mail chutes.
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:233224
    • 提供者:chenpeng
  1. process_clip

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

    • 发布日期:2008-10-13
    • 文件大小:234228
    • 提供者:讼师为
  1. os1-TheYalnixShell

    0下载:
  2. · Develop clear, readable, well-documented and well-designed programs in the C Programming Language. · Develop software in the Unix/Linux using tools such as gcc, gdb, and make. · Locate and interpreting “man pages” applicable to applicatio
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:42604
    • 提供者:wanghui
  1. IMPL2MSG

    0下载:
  2. EXAMPLE SOURCE CODE FOR IMPLIB FILTER This filter accepts input through the standard input stream, convertsit and outputs it to the standard output am. The streams are linkedthrough pipes, such that the input stream is the output from the import
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:3841
    • 提供者:魏臻
  1. TASM2MSG

    0下载:
  2. EXAMPLE SOURCE CODE FOR TASM FILTER his filter accepts input through the standard input stream, converts it and outputs it to the standard output stream. The streams are linked through pipes, such that the input stream is the output from the asse
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:4935
    • 提供者:魏臻
  1. NamedPipeClt

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

    • 发布日期:2008-10-13
    • 文件大小:29653
    • 提供者:cq_3964
  1. pipedoc

    0下载:
  2. 管道(Pipe)实际是用于进程间通信的一段共享内存,创建管道的进程称为管道服务器,连接到一个管道的进程为管道客户机。一个进程在向管道写入数据后,另一进程就可以从管道的另一端将其读取出来。匿名管道(Anonymous Pipes)是在父进程和子进程间单向传输数据的一种未命名的管道,只能在本地计算机中使用,而不可用于网络间的通信。-pipes (Pipe) for the actual inter-process communication for shared memory, the creati
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:6759
    • 提供者:王晓鹏
  1. LISTWindowsNTPIPE

    0下载:
  2. 枚举Windows NT 2000系统中的命名管道-2000 Enumerate Windows NT system of named pipes
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:15415
    • 提供者:仲伟
  1. Code

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

    • 发布日期:2008-10-13
    • 文件大小:70773
    • 提供者:中国
  1. p2pJXTA

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

    • 发布日期:2008-10-13
    • 文件大小:141584
    • 提供者:joey39
  1. RTconsoleDemo

    0下载:
  2. the redirection of Console process input/output using pipes.利用管道进行控制台输入输出重定向.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:16849
    • 提供者:mars
  1. driverdev_src3

    0下载:
  2. This the third edition of the Writing Device Drivers articles. The first article helped to simply get you acquainted with device drivers and a simple framework for developing a device driver for NT. The second tutorial attempted to show to use IOCTLs
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:22703
    • 提供者:shi
  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
    • 文件大小:169405
    • 提供者:吴参林
  1. p2p_namedpipes_demo

    0下载:
  2. 点对点程序,使用命名管道进行通信-point-to-point, the use of named pipes for communication
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:19327
    • 提供者:吴昊
  1. pipes

    1下载:
  2. windows管道屏保源码,看看别人微软怎么写代码-windows screensaver source pipeline to see how other people write code Microsoft
  3. 所属分类:屏幕保护

    • 发布日期:2008-10-13
    • 文件大小:60467
    • 提供者:yangyng
« 1 23 4 5 6 7 8 9 10 ... 15 »
搜珍网 www.dssz.com