CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 命令解释器的实现

搜索资源列表

  1. shell

    1下载:
  2. Linux下的shell解释器,实现了基本命令的解释,管道,重定向,列表等功能。
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:13867
    • 提供者:zz
  1. shell

    2下载:
  2. 一个简单的命令解释器—模拟shell 功能的程序,实现要求中所提到的可打开提示符,并获取用户输入的指令、可解析指令、可寻找命令文件、可执行基本的命令等功能
  3. 所属分类:Shell编程

    • 发布日期:2008-10-13
    • 文件大小:614972
    • 提供者:Ayaena
  1. Shell命令解释器

    4下载:
  2. 一个Linux环境下Shell命令解释器的实现,附带实验报告
  3. 所属分类:源码下载

    • 发布日期:2011-05-21
    • 文件大小:124843
    • 提供者:surfing52
  1. Minix3简单shell实现

    2下载:
  2. 在minix3.1.8中实现了简单的shell解释器,功能有: 1. 基本界面 由输入提示符开头 2. 执行可执行文件 包括参数 3. 错误提示 4. 内置简单 shell 命令 cd exit 5. 单次 I/O 重定向 > < 6. 单次管道 | 7. 后台运行 & 8. 顺序执行多个命令 ;
  3. 所属分类:系统编程

    • 发布日期:2011-11-07
    • 文件大小:229
    • 提供者:xcdabaichi
  1. 本实验要实现一个简单的命令解释器

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

    • 发布日期:2016-04-26
    • 文件大小:8186
    • 提供者:香烟
  1. myshell

    0下载:
  2. Linux环境下的命令解释器,能实现所有基本功能-A shell program under Linux environment, which can achieve all the basic functions
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:2911
    • 提供者:杨帆
  1. shell

    1下载:
  2. 本实验完成了一个shell命令解释器,实现了shell的解释命令功能,实现了重定向功能和多管道、后台运行等功能。具体功能描述如下: 1)解释器的命令格式为 cmd1[<infileName][|cmd2][|cmd3]…[|cmdn][>or>>outfileName][&] 2)cmdi为命令名+参数形式的命令,<为输入重定向,后跟输入重定向文件名infileName;>或>>后跟输出重定向文件名,输出内容将写入
  3. 所属分类:Shell编程

    • 发布日期:2013-10-24
    • 文件大小:22346
    • 提供者:souven
  1. Linux_share

    0下载:
  2. 一个实现基本功能的shell命令解释器,具有带参数例如ls -l -h,管道,重定向,后台,等功能。-Implementation of the basic functions of a shell command interpreter, with band parameters such as ls-l-h, pipelines, redirection, Backgrounds, and other functions.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:6117
    • 提供者:默许东
  1. minix_shell

    1下载:
  2. 在minix系统下,用C编写的代码,实现Minix系统shell命令解释器功能。-In the minix system, with code written in C to achieve Minix system shell command interpreter functionality.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2012-11-21
    • 文件大小:254176
    • 提供者:pry
  1. ex1

    1下载:
  2. 命令解释器的实现,将输入文件“batch”中所列的程序启动运行,读懂实例代码sm1.cpp并且修改为目标代码,将sm1.cpp中的参数由待启动程序改为待读文件,并且通过文件操作获取待启动进程。-Command interpreter implementation, the input file " batch" procedures set forth in start running, read and modify the sample code sm1.cpp targe
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:1351
    • 提供者:lx
  1. EX1

    2下载:
  2. 命令解释器的实现: 学会在Win32环境下创建与使用进程,学会用使用类ifstream读入文件,将batch文件中所列的应用程序启动运行(批处理)。 -Implementation of the command interpreter: learn to create and use under Win32 process, learn to use the class ifstream read files, batch files listed in the application
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:1247
    • 提供者:Nancy
  1. shell_explain

    0下载:
  2. 讲解shell命令是如何工作的,对于想自己动手实现一个解释器的朋友非常有帮助-Explain how the shell command to work, who want their hands to achieve an interpreter friend very helpful! !
  3. 所属分类:Compiler program

    • 发布日期:2017-04-06
    • 文件大小:3943
    • 提供者:guoxiaoliang
  1. ex1

    0下载:
  2. 命令解释器的实现,用VC++实现。是一款简单的基于windows 的编程程序,可以初步了解windows的内核,初步的学习资料-The realization of the command interpreter, using VC++ implementation. Is a simple windows based programming process, can initially understand the windows kernel, the initial learning ma
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:1281
    • 提供者:jjs
  1. mentation

    0下载:
  2. Linux的SCPI命令解释器的设计与实现The SCPI command interpreter Linux Design and Implementation-The SCPI command interpreter Linux Design and Implementation
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:250461
    • 提供者:miga
  1. shell

    0下载:
  2. Linux下的命令解释器,实现了基本外部命令,管道,重定向等-Linux, the command interpreter, basic external command, pipes, redirection, etc.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-29
    • 文件大小:3046
    • 提供者:Nick
  1. myshell

    0下载:
  2. shell命令解释器的一个源码。实现了shell命令解释器一般的内部命令和外部命令。-a source for the shell command interpreter. Shell command interpreter' s internal commands and external commands.
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:6236
    • 提供者:饭饭
  1. shell

    0下载:
  2. windows shell,命令解释器,实现了基本的功能,如list,cd等-windows shell
  3. 所属分类:Shell api

    • 发布日期:2017-04-05
    • 文件大小:111424
    • 提供者:rex
  1. shell

    0下载:
  2. shell命令解释器的源码,实现内部外部命令及管道重定向等-shell command interpreter source code, to achieve internal and external commands and pipes and redirection
  3. 所属分类:software engineering

    • 发布日期:2017-04-15
    • 文件大小:6751
    • 提供者:ffzzxx
  1. EX1

    0下载:
  2. 命令解释器的实现,将batch文件中所列的应用程序启动运行.ex1-Implementation of the command interpreter,Start running the application listed in the batch file
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-11
    • 文件大小:2278886
    • 提供者:yang
  1. 命令解释器的实现

    0下载:
  2. 命令解释器的实现, 将batch文件中所列的应用程序启动运行(批处理)
  3. 所属分类:Windows编程

« 12 3 »
搜珍网 www.dssz.com