搜索资源列表
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.
PIPE
- Petri网分析工具PIPE is open-source-Petri net analysis tools PIPE is open-source
Pipe
- 应用程序和service程序通过nameed pipe通信的例子-Applications and service procedures nameed pipe through the example of communication
Pipe
- 一个Pipe的程序的源代码,写得比较经典,大家可以尝试下载看看,阿东的-Pipe of a program s source code, written in the classical comparison, we can try to download to see the Adong
pipe
- Linux平台下的用c语言实现pipe(进程间通信的一种),请站长接收-Under the Linux platform using c language realize pipe (an inter-process communication), please head to receive
pipe
- 操作系统编程,利用pipe管道实现进程间通信,linux环境下gcc编译-Operating system programming, the use of pipe pipeline implementation process communication, linux environment gcc compiler
pipe
- 一个简单的演示程序,关于如何写一个简单的pipe -Demonstration of a simple procedure on how to write a simple pipe
pipe-sample
- Sample code for Pipe Middleware.
pipe
- windows操作系统下的命名管道简单实现!-pipe
pipe
- linux 下进程间的通信,用管道方式实现!-pipe of linux
PIPE
- Windows 操作系统中 进行 管道 通信-Windows operating system to pipe communication
process-pipe
- 一个基于父进程和子进程之间用匿名管道进行进程通讯的实例,附带了可执行文件以及全部源码。非常好的了解匿名管道机制的程序。-One based on the parent process and child processes to process communication with the anonymous pipe instance comes with an executable file and all source code.
pipe
- 进程间通信的一直方式,采用管道,此处用的是匿名管道,即子进程与父进程间的通信-Inter-process communication methods have been used pipe, used here is the anonymous pipe, that is, the child process and parent inter-process communication
pipe
- 该程序先使用pipe()函数创建一个临时通信管道,然后使用fork()创建两个子进程,使用write()函数向管道两次写入”I’m parent process。”的信息,两个子进程使用read()函数从管道中获取信息并输出,然后两个子进程分别向管道写入”I’m child process a”和”I’m child process b”信息,由父进程从管道中读出并显示。在使用write()函数前,需要先使用lockf()函数锁住管道,
pipe
- 使用pipe和记事本通信,获取记事本内容和向记事本写入内容。-The use of pipe and Notepad communications.
Pipe
- 一个双线程安全的Pipe实现。一个线程在端读,另一个线程在另一端写,可以用做线程间通信。-A two-threads safe Pipe implement. One thread writes on the in-side, and another thread reads on the other side. U can use it to communicate in two threads. It s safe!
pipe-CMD
- 利用管道执行cmd,显示回显内容,管道加createprocess实现该功能-use pipe to execute cmd
pipe
- pipe for jxta very good
pipe
- LINUX进程通信方法很多,但对于父子进程,最简单实用的方法就是管道。 示例代码给出的即是父子进程间利用管道通信。-There are many ways for the communication between processes in Linux. But for the parent and child, the most simple and practical way is pipe. Here is an exam
pipe
- PIPE programs for unix based. helpful for everyine in this feils