搜索资源列表
pipe——Petri网分析工具
- 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.
PipeSourceCode
- 此程序为WINDOWS下用VC实现的利用命名管道通信的程序-procedure for Windows using the VC using named pipe communication procedures
jxta-c-2.4
- 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
lessonprocess
- 命名管道充分利用了Windows NT和Windows 2000内建的安全机制。 将命名管道作为一种网络编程方案时,它实际上建立了一个客户机/服务器通信体系,并在其中可靠地传输数据。 命名管道是围绕Windows文件系统设计的一种机制,采用“命名管道文件系统(Named Pipe File System,NPFS)”接口,因此,客户机和服务器可利用标准的Win32文件系统函数(例如:ReadFile和WriteFile)来进行数据的收发。 -named pipe full advan
DLLCallDemo
- 操作系统上机实验报告,进程间的通信,1. 选择Windows2000环境提供的进程通信工具:文件映射(filemap)、管道(Pipe或NamedPipe)、套接字(socket)完成同一机器上的两个进程、不同机器上的两个进程或不同操作系统下的两个进程之间的通信。-experimental operating system on the plane, inter-process communication, 1. Choose Windows 2000 environment, the proc
Pipe
- 一个windows ce 上接管道的小游戏, EVC的
ProcessCommunication
- Windows 的IPC(进程间通信)机制主要是异步管道和命名管道。(至于其他的IPC方式,例如内存映射、邮槽等这里就不介绍了) 管道(pipe)是用于进程间通信的共享内存区域。创建管道的进程称为管道服务器,而连接到这个管道的进程称为管道客户端。一个进程向管道写入信息,而另外一个进程从管道读取信息。 -Windows of the IPC (interprocess communication) mechanism is asynchronous pipelines and named
Windows_CMD_Emulator
- 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
pipe
- pipe通讯管道在windows和linux下的实现-pipe windows linux
pipe
- windows操作系统下的命名管道简单实现!-pipe
PIPE
- Windows 操作系统中 进行 管道 通信-Windows operating system to pipe communication
pipe
- 匿名管道在windows系统中的应用例子-the example of using pipe in windows
windows-communicate
- 命名管道例子程序,实现windows 进程间的通讯-Named pipe example program, to achieve inter-process communication windows
Pipe
- 基于VC6.0的windows 网络编程-管道服务端-VC6.0 the windows-based network programming- plumbing services end
Pipe
- 用 windows 管道与 MATLAB 建立连接-bridging MATLAB with Windows pipe
Redirect-Input-and-Output-windows
- . 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
Pipe
- Header file and source code for using namedpipe in windows
BatCmdRun
- 实现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
instruftions
- RedirectOutputToPipe_src 将标准输出重定向到一管道(RedirectOutputToPipe_src to standard output to a pipe)
PipeDemo
- 基于windows MFC开发的Pipe 管道程序 Demo(Pipe pipeline program developed based on windows MFC Demo)