CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - shell procedure

搜索资源列表

  1. zebra-0.94.tar

    2下载:
  2. 大名鼎鼎的路由器源码。程序分ZEBRA、OSPF\\RIP\\等3个包。程序框架采用一个路由协议一个进程的方式,提高效率。ZEBRA目录下为守护程序部分、VTYSH目录下为仿CISCO外壳程序、LIB目录下为公共调用。-famous source router. ZEBRA procedure, OSPF \\ RIP \\ as three packages. Using a procedural framework of a routing protocol process, enhance
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:1.26mb
    • 提供者:wuxy
  1. 本实验要实现一个简单的命令解释器

    3下载:
  2. 本实验要实现一个简单的命令解释器,也就是Linux中的shell程序。实验程序起名为ysh,要求其设计类似于目前流行的shell解释程序,如bash、csh、tcsh,但不需要具备那么复杂的功能。ysh程序应当具有如下一些重要的特征:  能够执行外部程序命令,命令可以带参数。 . 。  能够执行fg、bg、cd、history、exit等内部命令。  使用管道和输入输出重定向。  支持前后台作业,提供作业控制功能,包括打印作业的清单,改变当前运行作业的前台/后台状
  3. 所属分类:Linux/Unix编程

    • 发布日期:2016-04-26
    • 文件大小:7.99kb
    • 提供者:香烟
  1. ucfpe113.zip

    0下载:
  2. PE程序加密壳源程序 ,PE procedure encryption shell source program
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-08
    • 文件大小:53.53kb
    • 提供者:
  1. vgcrypt

    0下载:
  2. PE程序加密壳源程序 -PE procedure encryption shell source program
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-12-01
    • 文件大小:16.95kb
    • 提供者:站长
  1. shellcaption

    0下载:
  2. 程序分,shell,caption,windows管理三个部分-Procedure, shell, caption, windows management of three parts
  3. 所属分类:Network Security

    • 发布日期:2017-11-20
    • 文件大小:39.44kb
    • 提供者:站长
  1. Source Code

    0下载:
  2. 管理online的shell程序- Manages online the shell procedure
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-01
    • 文件大小:64.52kb
    • 提供者:李君
  1. NSExtWithSubFld_src

    1下载:
  2. 演示MS Namespace Shell Extension的范例程序,可以在档案总管理建置自己的目录和次目录-MS Namespace Shell Extension demonstration example of the procedure, you can build your own files the total management of the directory and sub-directory
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-24
    • 文件大小:40.53kb
    • 提供者:bt2001
  1. sh

    0下载:
  2. 一些shell程序,对于学习shell编程,又一定的参考价值-Some shell procedure, for the study shell programming, but also a certain reference value
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:3.52kb
    • 提供者:fenglimei
  1. Shell-analytic-procedure

    0下载:
  2. 这是一个在linux的vi编辑器下开发的,用gcc编译器编译的一个shell简单的解析程序,包括对简单shell命令,如ls,cd等命令的解析,还包括对一些复杂命令如管道命令的解析-This is a linux developed under the vi editor, and with the gcc compiler to compile a shell of a simple analytic procedures, including a simple shell commands,
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:77.54kb
    • 提供者:吴倩倩
  1. selfdelete

    0下载:
  2. 本项目实现了程序的自毁以及他毁。利用操作系统提供的SHELL实现程序自毁,即在程序中创建一个比“要自毁的那个程序”优先级略低的进程,一旦“要自毁的那个程序”执行完,创建的新进程,就执行SHELL命令删除“要自毁的那个程序”在磁盘上的映像。他毁的做法是,先Kill掉“要他毁的程序”,然后,遍历文件系统从磁盘上将其删除。-The project achieved the self-destruct program, and his ruin. SHELL achieved using the ope
  3. 所属分类:Network Security

    • 发布日期:2017-05-10
    • 文件大小:2.33mb
    • 提供者:黄爽
  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 the application specific imple
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:3.22kb
    • 提供者:quietojlt
  1. shell

    0下载:
  2. 本程序实现linux shell的基本功能,在ubuntu12环境下运行成功-This procedure linux shell running ubuntu12 environment
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:4.68kb
    • 提供者:zhusy09
  1. Shell

    0下载:
  2. 一个linux命令解释器,包括完整的工程源码加设计文档。 本程序用C实现,实现了以下功能: 1、 能够执行外部程序命令,命令可以带参数; 2、 能够执行fg、bg、cd、history、exit等内部命令; 3、 使用管道和输入输出重定向; 4、 支持前后台作业,提供作业控制功能,包括打印作业的清单,改变当前运行作业的前/后台状态,以及控制作业的挂起、中止与继续运行; 5、 使用Make工具建立工程; 6、 使用调试器gdb来调试程序;-
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-10
    • 文件大小:420.63kb
    • 提供者:Hang
  1. remote_shutdown-1.0

    0下载:
  2. 这是一个在linux下可以实现在局域网内实现远程关机及重启的程序,是利用shell开发的。只能在linux下使用。-This is a linux can be achieved in the LAN remote shutdown and restart procedure is developed using the shell. Only use linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:2.9kb
    • 提供者:
搜珍网 www.dssz.com