CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 进程与线程 搜索资源 - pipeline

搜索资源列表

  1. bcbcmd

    0下载:
  2. 利用匿名管道实现cmd程序的输入定向,输入部分没有实现,有愿意者请把您的想法发给我。dcok@sina.com-use of anonymous pipeline achieve cmd directional input procedures, the importation of parts, and it is willing to please send your thoughts to me. Dcok@sina.com
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:636.84kb
    • 提供者:段纯
  1. cmdbind

    0下载:
  2. cmdbind利用远程线程和管道在LSASS.EXE中建立远程线程把 cmd.exe绑定到7597端口-cmdbind remote threads in the pipeline and establish remote email thread binds to put cmd.exe 7597 port
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:71.91kb
    • 提供者:陈东升
  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
    • 文件大小:197.8kb
    • 提供者:zhaodetao
  1. MyNamedPipe

    0下载:
  2. 管道技术,利用管道实现两个进程数据交换,包含事件消息-pipeline technology, the use of two pipelines achieving data exchange processes, including news events
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:66.48kb
    • 提供者:张少华
  1. pipe_pro

    0下载:
  2. 管道类(30KB)-pipeline category (30KB)
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:29.61kb
    • 提供者:阿强
  1. pipeline

    0下载:
  2. 计算机原理大作业 模拟《计算机原理--程序员视角》中与x86相似的y86流水线系统 以二进制文件为输入 实现流水线运作-Principle of operation of computer simulation of large computer Principle- Programmer Perspective in y86 and x86 assembly line system similar to the binary file for input to achieve the op
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-09
    • 文件大小:36.06kb
    • 提供者:wilson
  1. CAnonPipe_src

    0下载:
  2. 一个使用匿名管道实现进程间通讯的程序- A use anonymous pipeline realizes the advancement the communication procedure
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-10
    • 文件大小:7.45kb
    • 提供者:站长
  1. CNamedPipe_src

    0下载:
  2. 命名管道的封装MFC类。含客户端和服务器端- Names the pipeline the seal MFC kind. Contains the customer end and the server end
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-09
    • 文件大小:23.79kb
    • 提供者:站长
  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, therefore, a process by the pipe
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-26
    • 文件大小:11.69kb
    • 提供者:zhangkun
  1. pipeTest

    0下载:
  2. VC中使用管道实现进程间的通信,首先创建进程,运行一程序,使用管道将程序的输入定向到指定程序中输出。-VC pipeline implementation process used in communication, first of all to create the process of running one program, use the pipeline to process the input directed to the specified procedure output.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-25
    • 文件大小:32.73kb
    • 提供者:kevin
  1. dlg_src

    0下载:
  2. Windows 管道应用, 创建管道,在创建一个进程执行命令行,将执行结果通过管道输出。-Windows piping applications, create channels, to create a process in the implementation of the command line, the results will be output through the pipeline.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-24
    • 文件大小:38.89kb
    • 提供者:dannys
  1. pipe.txt

    0下载:
  2. 管道概述及相关API应用 有名管道概述及相关API应用-Pipeline overview and related API application named pipe API overview and related applications
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:6.92kb
    • 提供者:wohao
  1. Process_communication

    0下载:
  2. 进程通信。支持Windows的共享存储区、消息、有名管道、Socket通信。发送进程应可以从窗口或键盘上接收字符串。接收进程应可将字符串显示在窗口上。-Process communication. Support for Windows shared storage area, news, famous pipeline, Socket Communications. Sent process should be receiving from the window or the keyboard
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-28
    • 文件大小:98.96kb
    • 提供者:徐向阳
  1. MyComplier

    0下载:
  2. 通过管道技术,调用执行DOS下的相关程序,创建线程,实现对于相关DOS命令的执行以及,自行结果的获取-Through the pipeline, called the implementation of the relevant procedures under DOS, create a thread to achieve the related DOS commands for execution and, on their own to get the results
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-08
    • 文件大小:1.81mb
    • 提供者:何斌
  1. clientAndserver

    0下载:
  2. 共享内存实现进程间通讯,同时包含client和server。还实现管道的进程间通讯,本例步骤详细,内容丰富。-Shared memory interprocess communication, and contains both client and server. Pipeline inter-process communication, in this case the steps detailed and rich in content.
  3. 所属分类:Process-Thread

    • 发布日期:2017-12-02
    • 文件大小:49.33mb
    • 提供者:李永明
  1. pipe-for-cPPbuilder

    0下载:
  2. C++builder编写的管道数据读取功能,其中ADD是测试程序,具体应用时把builder程序中子程序的位置需要改成ADD程序所在位置-Data read function C++builder written pipeline, including ADD test program, the specific application builder program subroutine strcpy (command, " F: \ \ Research \ \ pipe \ \ ADD \
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-08
    • 文件大小:506.22kb
    • 提供者:王潘
  1. SunAuxTest

    0下载:
  2. 管道 实现进程间通信 管道读数据是一次性操作,进程A将数据压入管道中,进程B读取数据,释放空间以便写更多的数据-Pipes for interprocess communication channels read data is a one-time operation, process A will be pressed into the pipeline data, process B to read data, freeing space for more data to write
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-13
    • 文件大小:3.11kb
    • 提供者:twx
  1. Pipeline

    0下载:
  2. Windows下,匿名管道通信 VC6环境-pipeline communicate
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-22
    • 文件大小:6.35mb
    • 提供者:zhang
  1. NamedPipeSrvView

    0下载:
  2. 将命名管道作为一种网络编程方案时,它实际上建立了一个客户机/服务器通信体系,并在其中可靠地传输数据。这是服务器端的 - To be named as a pipeline network programming scheme, it actually created a client/server communication system, and in which reliable data transmission. This is the server side.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-09
    • 文件大小:1.5kb
    • 提供者:zengxiangyu
  1. pipe

    0下载:
  2. 用C++实现管道通信功能,简单易懂,带少量注释-C++ implementation of the pipeline communication function, easy to understand, with a small amount of Notes
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-12
    • 文件大小:1.06kb
    • 提供者:cjy
« 12 »
搜珍网 www.dssz.com