搜索资源列表

  1. loadcmd

    0下载:
  2. linux下用popen加载命令行的程序,实用性很大
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:1.24kb
    • 提供者:吕布
  1. libexecstream-0.3.tar

    0下载:
  2. fopen在c++已经由有iostream来取代,对于popen呢? libexecstream正是这样一个库,它能够把运行的一个外部程序的输入、输出、错误当做一个iostream一样的对象来处理。
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:29.65kb
    • 提供者:txf
  1. popen

    0下载:
  2. linux函数应用实例,学习linux网络编程必备实例,帮助您迅速掌握linux下网络编程pepon函数的应用。
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:2.55kb
    • 提供者:legulas
  1. fork、exec系列与system、popen区别

    2下载:
  2.   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 d
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:16.06kb
    • 提供者:Jack
  1. fork、exec系列与system、popen区别

    0下载:
  2.   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 d
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-12-25
    • 文件大小:16kb
    • 提供者:Jack
  1. loadcmd

    0下载:
  2. linux下用popen加载命令行的程序,实用性很大-popen load linux using command line procedures, practicality great
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-12-25
    • 文件大小:1kb
    • 提供者:吕布
  1. libexecstream-0.3.tar

    0下载:
  2. 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 pr
  3. 所属分类:进程与线程

    • 发布日期:2024-12-25
    • 文件大小:30kb
    • 提供者:txf
  1. popen

    0下载:
  2. 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 app
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-12-25
    • 文件大小:2kb
    • 提供者:legulas
  1. popenn.tar

    0下载:
  2. 在linux中,利用函数popen()实现command shell的重定向.-In linux, using the function popen () to achieve the redirect command shell.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-12-25
    • 文件大小:22kb
    • 提供者:violet
  1. popen_function

    0下载:
  2. popen函数调用 popen() 函数 用 创建管道的 方式启动一个进程, 并调用 shell. 因为管道是被定义成单向的, 所以 type 参数只能定义成只读或者 只写, 不能是两者同时, 结果流也相应的 是只读或者只写. -failed to translate
  3. 所属分类:Shell编程

    • 发布日期:2024-12-25
    • 文件大小:1kb
    • 提供者:robort
  1. popen_pclose.tar

    0下载:
  2. popen.pclose的实现,遵从GPL-POPEN AND PCLOSE
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-12-25
    • 文件大小:3kb
    • 提供者:toni
  1. mp3readandmp3write

    0下载:
  2. mp3read和mp3write是直接写在wavread更换和wavwrite访问MPEG音频MP3文件。其特点包括: -旨在重复wavread完整语法和wavwrite -还支持上的动态下采样和渠道mpg123的合并-文件优化的很长的MP3 -只需要解码的部分-使用popen函数进行编码,以避免大量临时文件(可用时-看到我popenw墨西哥) -试图消除写保护回路的时间序列文件/通过阅读“热身”样本-包括辅助二进制软件包在Linux,
  3. 所属分类:mpeg/mp3

    • 发布日期:2024-12-25
    • 文件大小:2.09mb
    • 提供者:young
  1. tcps

    0下载:
  2. 用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
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-12-25
    • 文件大小:1kb
    • 提供者:zhoubx
  1. cpopen.tar

    0下载:
  2. popen管道实例,在nuix下的c语言。-popen pipe instance, under the nuix c language.
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-12-25
    • 文件大小:4kb
    • 提供者:macg
  1. rtc

    0下载:
  2. Using popen to call system command "date" and print onto console
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-12-25
    • 文件大小:1kb
    • 提供者:dbzx
  1. popen-test

    0下载:
  2. 本程序用于获取shell的输出,可用于处理程序间的通信, 程序具体实现原理为应用了Linux中的管道技术, 内附代码和运行程序,请在Linux下运行此程序 -The procedure used to obtain the shell output, can be used for communication between processes, procedures, principles for
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-12-25
    • 文件大小:3kb
    • 提供者:quietojlt
  1. mypopen

    0下载:
  2. 根据管道的使用法则,自己实现Unix下的popen函数-According to the use of the pipeline rules to achieve their own popen
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-12-25
    • 文件大小:1kb
    • 提供者:zhangyun
  1. run

    0下载:
  2. 自己动手写操作系统,小练习包括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 man
  3. 所属分类:操作系统开发

    • 发布日期:2024-12-25
    • 文件大小:70kb
    • 提供者:房凌霄
  1. popen

    0下载:
  2. popen 函数详解加测试例子,非常有用哦-The popen function Detailed plus test case, very useful!
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-12-25
    • 文件大小:1kb
    • 提供者:邹诚
  1. popen

    0下载:
  2. 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
  3. 所属分类:驱动编程

    • 发布日期:2024-12-25
    • 文件大小:1kb
    • 提供者:lxs
« 12 »

源码中国 www.ymcn.org