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

搜索资源列表

  1. shell

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

    • 发布日期:2008-10-13
    • 文件大小:13867
    • 提供者:zz
  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. 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. LinuxShell

    0下载:
  2. 大学操作系统课程实验:Linux下实现的一个shell解释器。能够比较完整完好地执行Linux下的普通命令、重定向命令、管道命令等多种命令。-Experimental University of the operating system: Linux under a shell interpreter. Good to be able to complete the implementation of Linux under the general command, redirect comma
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:202181
    • 提供者:李毅
  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. linux

    0下载:
  2. linux下的命令解释器,在此可以输入基本的Linux命令实现一些功能-Under the command interpreter linux
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:1259
    • 提供者:zcl
  1. shell222

    0下载:
  2. 在unix用户态实现一个基本的命令解释器shell,能够实现原来终端下的大部分命令,并且能在执行完命令之后输出其所消耗的系统资源。-State realizes a fundamental order explain implement shell in unix consumer , is able to realize it truns out that the terminal issues most order, and can export system resource consu
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-10
    • 文件大小:2078562
    • 提供者:xsracf
  1. myshell

    0下载:
  2. linux下利用系统调用实现的shell命令解释器, 可以帮助学习和理解linux下的命令执行过程和系统调用的方法-using system calls under linux shell command interpreter implemented, can help learning and understanding the process of command under linux and system calls
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:2198
    • 提供者:aijunji
  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. Linux-shell-V1.0-LZN

    1下载:
  2. Linux下Shell命令解释器,一、 实现功能: 要求实现一个简单的命令解释器,也就是linux中的shell程序,在本程序中我们将其起名为mysh,要求: 1、 能够执行外部程序命令,命令可以带参数; 2、 能够执行fg、bg、cd、history、exit等内部命令; 3、 使用管道和输入输出重定向; 4、 支持前后台作业,提供作业控制功能,包括打印作业的清单,改变当前运行作业的前/后台状态,以及控制作业的挂起、中止与继续运行;
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-24
    • 文件大小:34001
    • 提供者:张亮
  1. shell

    0下载:
  2. 这是一个简单的shell命令解释器,只实现了非常简单的功能-this is a simple shell command translation program,
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:2203
    • 提供者:lijinsuo
  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
    • 文件大小:430723
    • 提供者:Hang
  1. 1

    0下载:
  2. Linux环境下实现一个能执行部分内部和外部命令、支持I/O重定向、管道和前后台作业及控制的简单的Shell命令解释器,采用C语言开发-Linux environment can be implemented to achieve a part of the internal and external commands, support for I/O redirection, pipes and front desk operations and control, a simple Shell
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:4772
    • 提供者:chris
  1. msh

    0下载:
  2. 自己编写的shell 解释器,包括myshell.c parse.lex he makefile三个文件可以实现列表,管道,重定向,内外部命令-I have written a shell interpreter, including three myshell.c parse.lex he makefile file list can be achieved, pipes, redirection, internal and external commands, etc.
  3. 所属分类:Driver develop

    • 发布日期:2017-04-27
    • 文件大小:7947
    • 提供者:谢湘成
搜珍网 www.dssz.com