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

搜索资源列表

  1. pipe——Petri网分析工具

    0下载:
  2. Petri网绘图、分析工具。可在windows/linux/mac下运行。可进行结构分析和初步性能分析及仿真。-Petri net mapping, analysis tools. The windows / linux / mac running. Structural analysis can be conducted and preliminary performance analysis and simulation.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1498648
    • 提供者:
  1. PipeSourceCode

    0下载:
  2. 此程序为WINDOWS下用VC实现的利用命名管道通信的程序-procedure for Windows using the VC using named pipe communication procedures
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:12238
    • 提供者:余庆祥
  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. lessonprocess

    0下载:
  2. 命名管道充分利用了Windows NT和Windows 2000内建的安全机制。 将命名管道作为一种网络编程方案时,它实际上建立了一个客户机/服务器通信体系,并在其中可靠地传输数据。 命名管道是围绕Windows文件系统设计的一种机制,采用“命名管道文件系统(Named Pipe File System,NPFS)”接口,因此,客户机和服务器可利用标准的Win32文件系统函数(例如:ReadFile和WriteFile)来进行数据的收发。 -named pipe full advan
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:246014
    • 提供者:李思川
  1. DLLCallDemo

    0下载:
  2. 操作系统上机实验报告,进程间的通信,1. 选择Windows2000环境提供的进程通信工具:文件映射(filemap)、管道(Pipe或NamedPipe)、套接字(socket)完成同一机器上的两个进程、不同机器上的两个进程或不同操作系统下的两个进程之间的通信。-experimental operating system on the plane, inter-process communication, 1. Choose Windows 2000 environment, the proc
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:76941
    • 提供者:钱青鱼
  1. Pipe

    0下载:
  2. 一个windows ce 上接管道的小游戏, EVC的
  3. 所属分类:Windows CE

    • 发布日期:2008-10-13
    • 文件大小:72335
    • 提供者:李春娥
  1. ProcessCommunication

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

    • 发布日期:2017-03-26
    • 文件大小:153605
    • 提供者:周晓宇
  1. Windows_CMD_Emulator

    0下载:
  2. Windows CMD Emulator is Based Upon Creating a Pipe to Read and Write Data to, it Opens a CMD Window Hidden and Starts Sending and Receiving Data from it using a simple SetTimer Event
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-30
    • 文件大小:236217
    • 提供者:Nameless
  1. pipe

    0下载:
  2. pipe通讯管道在windows和linux下的实现-pipe windows linux
  3. 所属分类:Network Security

    • 发布日期:2017-04-02
    • 文件大小:51348
    • 提供者:prettywolf
  1. pipe

    0下载:
  2. windows操作系统下的命名管道简单实现!-pipe
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-26
    • 文件大小:43268
    • 提供者:张研
  1. PIPE

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

    • 发布日期:2017-03-24
    • 文件大小:8788
    • 提供者:YOYO
  1. pipe

    0下载:
  2. 匿名管道在windows系统中的应用例子-the example of using pipe in windows
  3. 所属分类:Shell api

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

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

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

    0下载:
  2. 基于VC6.0的windows 网络编程-管道服务端-VC6.0 the windows-based network programming- plumbing services end
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-19
    • 文件大小:263899
    • 提供者:崔运朴
  1. Pipe

    0下载:
  2. 用 windows 管道与 MATLAB 建立连接-bridging MATLAB with Windows pipe
  3. 所属分类:Other systems

    • 发布日期:2017-12-06
    • 文件大小:2732
    • 提供者:aaa
  1. Redirect-Input-and-Output-windows

    0下载:
  2. . It uses the inherited handles for STDIN and STDOUT to access the pipe created by the parent. The parent process reads from its input file and writes the information to a pipe. The child receives text through the pipe using STDIN and writes to the p
  3. 所属分类:Communication

    • 发布日期:2017-04-08
    • 文件大小:2143
    • 提供者:misyachniy
  1. Pipe

    0下载:
  2. Header file and source code for using namedpipe in windows
  3. 所属分类:Communication

    • 发布日期:2017-04-13
    • 文件大小:2044
    • 提供者:Hossein
  1. BatCmdRun

    0下载:
  2. 实现windows下的管道通信,可以通过管道实现cmd的命令交互,比如应用程序中需要通过ADB命令和设备通信,可以通过参考代码实现(Pipeline communication under windows can be achieved through the pipe CMD command interaction, such as applications need to communicate through the ADB command and equipment, you can a
  3. 所属分类:Windows编程

    • 发布日期:2017-12-26
    • 文件大小:12578816
    • 提供者:阿刘哥
  1. instruftions

    0下载:
  2. RedirectOutputToPipe_src 将标准输出重定向到一管道(RedirectOutputToPipe_src to standard output to a pipe)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-26
    • 文件大小:3072
    • 提供者:JL%248972
  1. PipeDemo

    0下载:
  2. 基于windows MFC开发的Pipe 管道程序 Demo(Pipe pipeline program developed based on windows MFC Demo)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-27
    • 文件大小:18549760
    • 提供者:Debugman
« 12 3 »
搜珍网 www.dssz.com