Welcome![Sign In][Sign Up]
Location:
Search - pipes

Search list

[SCMxz_compress

Description: xz stream compressor, reading uncompressed data from stdin and writing compressed data on stdout. It s best used with pipes, ie : cat file | test > file.xz
Platform: | Size: 1024 | Author: sebbu | Hits:

[Linux-Unixpipe

Description: 管道是UNIX系统和类UNIX系统都支持的通信机制,它也是进程间通信(IPC,Inter-Process Communication)最古老的形式之一。管道是半双工的,如果要实现双向通信,需要建立两个管道。管道只能用于具有亲缘关系的进程间进行通信,如果两个完全无关的进程进行通信,则需要使用有名管道,即FIFO。 本实验父进程从控制台读数据,并向管道中写字符串。子进程将父进程经由管道传输过来的字符进行大小写互转,然后将装换后的字符送回父进程。 实验环境 Redhat9.0-Pipeline is the UNIX system and UNIX-systems support the communication mechanism, it is also inter-process communication (IPC, Inter-Process Communication) is one of the oldest forms. Pipes are half duplex, and if you want to achieve two-way communication, you need to build two pipelines. Pipeline can only be used with a genetic relationship between the process of communication, if two totally unrelated processes to communicate, you need to use named pipes, or FIFO. In this study, the parent process read data from the console, write to the pipe string. Parent process child process will be over by the tunnel system conversion case characters, and then loaded back to the parent for the character after the process. Redhat9.0 experimental environment
Platform: | Size: 1024 | Author: tiger | Hits:

[Linux-Unixprocess-communication

Description: linux进程间通信的三种机制的简单实现,包括管道,消息队列和共享内存-linux inter-process communication simple implementation of the three mechanisms, including pipes, message queues and shared memory
Platform: | Size: 2048 | Author: | Hits:

[matlabv_limite_instabale_DQM

Description: DQM法matlab代码,用于求解输液管道的失稳问题,在边界弹簧刚度变化的情况下,给出了临界失稳流速。-DQM method matlab code for solving the instability problem pipes conveying fluid, the spring stiffness in the border cases, given the critical buckling velocity.
Platform: | Size: 1024 | Author: caohang | Hits:

[Internet-Networklinux-ipc-chat

Description: 自己的写的linux下的管道聊天程序. 可以在超级终端开启两个session,然后分别运行两个应用程序.-A chat program pipes under linux. You can open two session sin the HyperTerminal, and then run the two applications, respectively.
Platform: | Size: 7168 | Author: 张元 | Hits:

[Delphi VCLComponentes-NamedPipes

Description: Ejemplo de utilización de Named Pipes en Delphi
Platform: | Size: 239616 | Author: catkill | Hits:

[CAD04cad

Description: ××电话局配套通信管道单项工程一阶段施工图设计预算 (九) 设计图纸及说明 1. ××局××××光缆环配套通信管道工程平面图(图号:GD-S-01) 2. ××局××××光缆环配套通信管道工程纵断面图(图号:GD-S-02) 3. 1.20m×1.7m×1.80m=(内宽×内长×内高)手孔图(图号:GD-S-03) 4. 六孔(6×1)钢管管道、六孔(3×2)塑料管道横断面图(图号:GD-S-04) -× × telephone office communication channels supporting a single project budget for construction design stage (i) design drawings and description 1. × × × × × × Bureau of supporting communication cable loop pipeline project plan (Drawing No.: GD-S-01) 2. × × × × × × Bureau of supporting communication cable loop pipeline vertical section (Figure No.: GD-S-02) 3. 1.20m × 1.7m × 1.80m = (inside length × width × period of high) hand-hole diagram (Drawing No.: GD-S-03) 4. tin (6 × 1) steel pipes, tin (3 × 2) plastic pipe cross-sections (Figure No.: GD-S-04)
Platform: | Size: 88064 | Author: ru | Hits:

[Process-ThreadPIPE

Description: 命名管道,实现进程间的双向通信,经过多次调试,已经能实现收发信息-Named pipes, to achieve two-way communication between the process, after several commissioning, has been able to send and receive information
Platform: | Size: 5583872 | Author: fish | Hits:

[Linux-Unixpipe_read

Description: 用于测试进程间通过无名管道的通信,挺好用的-Used to test inter-process communication through anonymous pipes, very good use
Platform: | Size: 1024 | Author: lxdong | Hits:

[Linux-Unixpipe

Description: 用于测试进程间通过有名管道的通信,挺好用的-Used to test the inter-process communication through named pipes, very good use
Platform: | Size: 1024 | Author: lxdong | Hits:

[Internet-NetworkLLNL_POSIX_Threads_Programming

Description: multithreading book for posix threading application, Thread priority , pipes and ipc -multithreading book for posix threading application, Thread priority , pipes and ipc
Platform: | Size: 475136 | Author: TEJAS | Hits:

[ELanguagepipesTest

Description: this a test about using windows pipes, this source is very tiny becouse use windows console. Was compiled in Visual Studio C++ 6 compiler-this is a test about using windows pipes, this source is very tiny becouse use windows console. Was compiled in Visual Studio C++ 6 compiler
Platform: | Size: 8192 | Author: knight | Hits:

[Process-ThreadPipeService

Description: 命名管道在不同进程间的相互共享数据,该程序为服务器程序-Named Pipes in the interaction between different processes to share data, the program for the server program
Platform: | Size: 1421312 | Author: 胡泊 | Hits:

[Windows CEprocess_communication_wince

Description: 开发平台:vs2005; 目标平台:WINCE; 功能描述: 进程间通讯的方法有很多,除了常用的剪切板外,还可以用以下几种方法来实现:利用Windows消息WM_COPYDATA、全局原子、内存映射文件、命名管道、邮槽等。 在这里我使用的是Windows消息WM_COPYDATA来实现进程间通讯。-Development platform: vs2005 target platform: WINCE Description: inter-process communication methods there are many, in addition to commonly used clipboard, you can use several methods to achieve the following: the use of Windows message WM_COPYDATA, the global atomic, memory-mapped file , named pipes, mail slots and so on. Here I am using a Windows message WM_COPYDATA to achieve inter-process communication.
Platform: | Size: 21882880 | Author: simon | Hits:

[Windows DevelopNamedPipeClt

Description: 命名管道CLT,好好学习,初学者的很好的教材,可以直接编译使用。-Named Pipes CLT, learn, good teaching materials for beginners, can be directly compiled to use.
Platform: | Size: 28672 | Author: zhx | Hits:

[Process-ThreadNamedPipeSrv

Description: 命名管道 Server,很好的资料,初学者的教材,好好学习。可以直接编译所有。-Named Pipes Server, good information, materials for beginners, learn. Can compile all.
Platform: | Size: 38912 | Author: zhx | Hits:

[Process-ThreadAITV_Framework

Description: 这是一个基于命名管道的进程通信及调度程序框架的试验版本。一个solution中包含3个Project.其中,AppScheduling是进程调度程序(这个是将来可以使用的版本),TestJiuGong和TestPlayer分别是九宫格导航和播放器的简单模拟(将来会被实现真实功能的程序所替换。) AppScheduling的功能:启动后自动隐藏窗口,启动九宫格导航。九宫格导航按1键后退出,启动播放器;播放器按0键后退出,启动九宫格导航;九宫格导航按0键后退出整个系统(包括AppScheduling)。 进程间通信采用命名管道,为实现多次通信,每次启动一个新的线程。-This is a process of communication based on named pipes and the pilot version of the scheduler framework. In a solution containing 3 Project. Which, AppScheduling is the process scheduler (this is the version used in the future), TestJiuGong and TestPlayer are squared simple navigation and players simulate (in the future will be achieved by replacing the real function of the program. ) AppScheduling features: auto hide windows startup, start squared navigation. Style Box Navigation exit Press 1 to start the player player press 0 to exit, start squared navigation squared navigation press the 0 key to exit the system (including AppScheduling). Inter-process communication using named pipes, for the realization of multiple communications, every time you start a new thread.
Platform: | Size: 147456 | Author: Roger King | Hits:

[Internet-NetworkNamedPipe

Description: 命名管道,学习网络编程的好例子 命名管道,学习网络编程的好例子 -Named pipes, a good example of learning network programming
Platform: | Size: 2430976 | Author: leijun | Hits:

[Linux-Unixpipe.c

Description: 在Linux中,管道是一种使用非常频繁的通信机制。从本质上说,管道也是一种文件,但它又和一般的文件有所不同,管道可以克服使用文件进行通信的两个问题。-In Linux, the pipeline is a very frequent use of the communication mechanism. In essence, the pipeline is a file, but it is different, and general files, pipes can be used to overcome two problems communicating documents.
Platform: | Size: 1024 | Author: nescio | Hits:

[JSP/JavaNetwork

Description: method pipes, simulation STS1
Platform: | Size: 480256 | Author: Aygerim | Hits:
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 18 »

CodeBus www.codebus.net