搜索资源列表
ConnectionPipe_demo.zip
- 不同机器之间使用命名管道(named pipe)通讯
win2k named pipe enumeration
- 列举win2k named pipe, 使用本机API,适合初学者学习系统编程-The code enumerates WIN2K NAMED PIPE which is used local API and suit to learner who is studying system programming.
PipeSourceCode
- 此程序为WINDOWS下用VC实现的利用命名管道通信的程序-procedure for Windows using the VC using named pipe communication procedures
jincheng_tongxin
- 基于以下四种间的通信: 剪贴板 匿名管道 命名管道 邮槽-based on the following four types of communication : the clipboard anonymous pipeline named pipe Post groove
NPWsource
- Named Pipe Wrapper for Win32 Platforms
lessonprocess
- 命名管道充分利用了Windows NT和Windows 2000内建的安全机制。 将命名管道作为一种网络编程方案时,它实际上建立了一个客户机/服务器通信体系,并在其中可靠地传输数据。 命名管道是围绕Windows文件系统设计的一种机制,采用“命名管道文件系统(Named Pipe File System,NPFS)”接口,因此,客户机和服务器可利用标准的Win32文件系统函数(例如:ReadFile和WriteFile)来进行数据的收发。 -named pipe full advan
client
- This program is a simple named pipe client that demonstrates the API calls needed to successfully develop a basic named pipe client application. When this application successfully connects to a named pipe, the message \"This is a test\" is writte
the-multi-thread-named-pipe
- 这一份源码是多线程命名管道的实现。包括服务器端工程MultiThread和客户机工程client。代码里面有详细的注释,读者应该能够看懂。-This source is the implementation of the multi-threaded named pipes. The package includes the projects of MultiThread and client. There are detailed notes between the codes, and th
PIPE
- 命名管道,实现进程间的双向通信,经过多次调试,已经能实现收发信息-Named pipes, to achieve two-way communication between the process, after several commissioning, has been able to send and receive information
ConnectionPipe_demo
- 不同机器之间使用命名管道(named pipe)通讯-the demo of connection among different pc using named pipe
ProcessCommunication
- Windows 的IPC(进程间通信)机制主要是异步管道和命名管道。(至于其他的IPC方式,例如内存映射、邮槽等这里就不介绍了) 管道(pipe)是用于进程间通信的共享内存区域。创建管道的进程称为管道服务器,而连接到这个管道的进程称为管道客户端。一个进程向管道写入信息,而另外一个进程从管道读取信息。 -Windows of the IPC (interprocess communication) mechanism is asynchronous pipelines and named
DotNetNamedPipes
- Implementing named pipe in csharp
pipe.txt
- 管道概述及相关API应用 有名管道概述及相关API应用-Pipeline overview and related API application named pipe API overview and related applications
NamedPipe
- 该例程用于演示VC中的命名管道操作方法~-This routine is used to demonstrate the VC methods of operation- named pipes
Cp23-named-pipe-client-
- c # 命名管道实现,例子很详细,内容很详细,很简单-c# named pipe implementation
Linux-A-named-pipe-experiment
- 在Linux环境下用C语言编程,编程的主要内容是:命名管道的实验。包括:研究mkfifo命令,在当前目录下创建一个myfifo的命名管道 用mkfifo()函数实现相同的功能 编写一个服务器程序server.c,实现从管道myfifo中读取内容,并在终端中显示出来。打开一个命令行终端,运行server,然后打开另一个命令行终端,使用“cp 文件1 myfifo”命令把文件1的内容输出到myfifo,测试server.c的功能 编写客户机程序,实现把指定文件输出到myfifo的功能,从
pipe-demo
- linux管道通信,命名管道怎么做到进程间通信的-linux pipe commnuication,how to ipc using named pipe
pipe
- 管道(Pipe)及有名管道(named pipe):管道可用于具有亲缘关系进程间的通信;有名管道,除具有管道所具有的功能外,它还允许无亲缘关系进程间的通信。 -named pipe
pipe
- 管道通信即发送进程以字符流形式将大量数据送入管道,接收进程可从管道接收数据,二者利用管道进行通信。程序由linux下的C实现,文件中有3个管道通信程序,第一个是无名管道通信,后两个是命名管道通信。-Pipe communication that is sent to a stream of characters to process large amounts of data into the pipeline, the receiving process can receive data t
named
- 不同机器之间使用命名管道(named pipe)通讯-Use a named pipe between different machines (named pipe) communications