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

Search list

[Linux-Unixloadcmd

Description: linux下用popen加载命令行的程序,实用性很大
Platform: | Size: 1268 | Author: 吕布 | Hits:

[Process-Threadlibexecstream-0.3.tar

Description: fopen在c++已经由有iostream来取代,对于popen呢? libexecstream正是这样一个库,它能够把运行的一个外部程序的输入、输出、错误当做一个iostream一样的对象来处理。
Platform: | Size: 30359 | Author: txf | Hits:

[Linux-Unixpopen

Description: linux函数应用实例,学习linux网络编程必备实例,帮助您迅速掌握linux下网络编程pepon函数的应用。
Platform: | Size: 2609 | Author: legulas | Hits:

[Linux-Unixfork、exec系列与system、popen区别

Description:   fork和exec系列调用前后,进程在内存的“数据段”,“堆栈段”和“代码段”有什么不同?读了之后,你就会知道了,-fork and exec calls before and after the Series, in memory of the process "of the data", "stack of" and "code of" what's the difference? After reading, you will know,
Platform: | Size: 16447 | Author: Jack | Hits:

[Linux-Unixfork、exec系列与system、popen区别

Description:   fork和exec系列调用前后,进程在内存的“数据段”,“堆栈段”和“代码段”有什么不同?读了之后,你就会知道了,-fork and exec calls before and after the Series, in memory of the process "of the data", "stack of" and "code of" what's the difference? After reading, you will know,
Platform: | Size: 16384 | Author: Jack | Hits:

[Linux-Unixloadcmd

Description: linux下用popen加载命令行的程序,实用性很大-popen load linux using command line procedures, practicality great
Platform: | Size: 1024 | Author: 吕布 | Hits:

[Process-Threadlibexecstream-0.3.tar

Description: fopen在c++已经由有iostream来取代,对于popen呢? libexecstream正是这样一个库,它能够把运行的一个外部程序的输入、输出、错误当做一个iostream一样的对象来处理。-fopen in c++ by iostream has replaced it for popen? libexecstream is such a database, it is able to run an external program input, output, error as an iostream object to the same treatment.
Platform: | Size: 30720 | Author: txf | Hits:

[Linux-Unixpopen

Description: linux函数应用实例,学习linux网络编程必备实例,帮助您迅速掌握linux下网络编程pepon函数的应用。-linux application function, learning essential linux network programming examples to help you quickly master the linux network programming under pepon function applications.
Platform: | Size: 2048 | Author: legulas | Hits:

[Linux-Unixpopenn.tar

Description: 在linux中,利用函数popen()实现command shell的重定向.-In linux, using the function popen () to achieve the redirect command shell.
Platform: | Size: 22528 | Author: violet | Hits:

[Shell apipopen_function

Description: popen函数调用 popen() 函数 用 创建管道的 方式启动一个进程, 并调用 shell. 因为管道是被定义成单向的, 所以 type 参数只能定义成只读或者 只写, 不能是两者同时, 结果流也相应的 是只读或者只写. -failed to translate
Platform: | Size: 1024 | Author: robort | Hits:

[Linux-Unixpopen_pclose.tar

Description: popen.pclose的实现,遵从GPL-POPEN AND PCLOSE
Platform: | Size: 3072 | Author: toni | Hits:

[mpeg mp3mp3readandmp3write

Description: mp3read和mp3write是直接写在wavread更换和wavwrite访问MPEG音频MP3文件。其特点包括: -旨在重复wavread完整语法和wavwrite -还支持上的动态下采样和渠道mpg123的合并-文件优化的很长的MP3 -只需要解码的部分-使用popen函数进行编码,以避免大量临时文件(可用时-看到我popenw墨西哥) -试图消除写保护回路的时间序列文件/通过阅读“热身”样本-包括辅助二进制软件包在Linux,Windows,Mac的PPC的,苹果,英特尔,和Mac英特尔- 64位-These versions of mp3read and mp3write are direct drop-in replacements for wavread and wavwrite to access MPEG audio mp3 files. Features include: - aims to duplicate complete syntax of wavread and wavwrite - also supports on-the-fly downsampling and channel merging of mpg123 - optimized for very long mp3 files- only decodes the needed portion - uses popen for encoding to avoid a large temporary file (when available- see my popenw mex) - attempts to preserve time alignment of files through read/write loop by removing "warm up" samples - package includes helper binaries for Linux, Windows, Mac-PPC, Mac-Intel, and Mac-Intel-64bit
Platform: | Size: 2195456 | Author: young | Hits:

[Internet-Networktcps

Description: 用pipe实现远程控制系统中的popen函数功能。参数f_des[0]从管道中读数据,f_des[1]向管道中写数据。通过管道实现父子进程间的通信。服务器可以向多个用户提供服务。-Remote control system with a pipe in the popen functionality. Parameter f_des [0] read data from the pipe, f_des [1] write data to the pipeline. Father and son through the pipeline to achieve inter-process communication. Server can provide services to multiple users.
Platform: | Size: 1024 | Author: zhoubx | Hits:

[Internet-Networkcpopen.tar

Description: popen管道实例,在nuix下的c语言。-popen pipe instance, under the nuix c language.
Platform: | Size: 4096 | Author: macg | Hits:

[Linux-Unixrtc

Description: Using popen to call system command "date" and print onto console
Platform: | Size: 1024 | Author: dbzx | Hits:

[Linux-Unixpopen-test

Description: 本程序用于获取shell的输出,可用于处理程序间的通信, 程序具体实现原理为应用了Linux中的管道技术, 内附代码和运行程序,请在Linux下运行此程序 -The procedure used to obtain the shell output, can be used for communication between processes, procedures, principles for the application specific implementation of Linux in the pipeline, containing the code and run the program, run this program under Linux
Platform: | Size: 3072 | Author: quietojlt | Hits:

[Internet-Networkmypopen

Description: 根据管道的使用法则,自己实现Unix下的popen函数-According to the use of the pipeline rules to achieve their own popen
Platform: | Size: 1024 | Author: zhangyun | Hits:

[OS Developrun

Description: 自己动手写操作系统,小练习包括fifo.c\fork.c\popen.c等,保护模式,超过1M内存管理模式,等代码,生成的中间文件等,适合初学者参考!-Do-it-yourself write operation system, small exercises include fifo. C \ fork. C \ popen. C, and other protection mode, more than 1 M memory management mode, and the code, generation of the middle of the documents, etc, and is suitable for beginners reference
Platform: | Size: 71680 | Author: 房凌霄 | Hits:

[Linux-Unixpopen

Description: popen 函数详解加测试例子,非常有用哦-The popen function Detailed plus test case, very useful!
Platform: | Size: 1024 | Author: 邹诚 | Hits:

[Driver Developpopen

Description: popen函数popen that is all popen that is a-popen that is all popen thapopen that is all t is all popen that is all
Platform: | Size: 1024 | Author: lxs | Hits:
« 12 »

CodeBus www.codebus.net