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

搜索资源列表

  1. 28104055398

    1下载:
  2. shell 程序要求实现的shell支持以下内部命令: 1. Batch Processing 如果shell启动带有一个文件名作为参数,打开该文件并执行文件里所有命令。待所有进程全部结束退出shell。 2. Debugging 提供-v选项,shell启动时打开此选项将在运行过程中输出若干调试信息。在该模式下,shell应该显示所有被创建了的进程的PID号,通报已结束的子进程和传递给子进程的参数等。 3. Prompt (命令行提示符) 解释器打印$PS2作为提示符。 4.
  3. 所属分类:操作系统开发

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

    0下载:
  2. Linux环境下实现一个能执行部分内部和外部命令、支持I/O重定向、管道和前后台作业及控制的简单的Shell命令解释器,采用C语言开发,内附完整源码和详细开发文档。-A shell Interpreter under Linux.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-05
    • 文件大小:287705
    • 提供者:Ye Yue
  1. shell_v3

    0下载:
  2. linux环境下,实现的shell解释器,实现功能主要有: 1. 基本界面由输入提示符开头 2. 执行可执行文件包括参数 3. 错误提示 4. 内置简单shell 命令 cd exit 5. 单次I/O 重定向 > < 6. 单次管道 | 7. 后台运行 & 8. 顺序执行多个命令 ;-linux environment, to achieve the shell interpreter to realize functions are: 1
  3. 所属分类:Compiler program

    • 发布日期:2017-04-07
    • 文件大小:2739
    • 提供者:lijinping
  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. My-OS

    0下载:
  2. 一个简单的shell或命令行解释器,使用了部分API函数,能够简单的实现一些命令调用-A simple shell or command line interpreter, use some API function that can achieve some simple command to call
  3. 所属分类:OS Develop

    • 发布日期:2017-11-19
    • 文件大小:1188684
    • 提供者:hank
  1. simdisk

    1下载:
  2. 拟文件系统的前端操作shell 实现一个简单的shell(命令行解释器)。 将设计一的管理程序simdisk作为后台进程运行,利用本设计任务的shell操作simdisk。 本设计任务在于学会如何实现在前端的shell进程和后端的simdisk进程之间利用共享内存进行进程间通信(IPC)。 -File system front-end operations intended to implement a simple shell shell (command line inter
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:10775
    • 提供者:
  1. Shell

    0下载:
  2. 本软件类似于Linux系统下的Shell命令行解释器,根据输入的不同命令,能够实现不同的功能,(绝对精彩),经过老师检查,成绩满分,程序功能已超出作业要求。-The software is similar to Linux Shell command line interpreter under the system, depending on the command input, it is possible to achieve different functions, (absolutel
  3. 所属分类:OS Develop

    • 发布日期:2017-05-07
    • 文件大小:1475657
    • 提供者:zhoumo
  1. Simple_Compiler

    0下载:
  2. 程序功能:实现对一些简单语句的解释运算。支持的运算种类: int a(这种情况下a=0) int a,45 int b,44 a=a+b a=a-b a=a*b a=a/b string str(str为空) string str1,hello! string str2,like str=str1+str2 input str input a print str print a 输入文件:输入“file”命令,随后输入文件路径 读取命令行参数:在命令的后面紧跟文件路径,个数不限(This pro
  3. 所属分类:编译器/解释器

    • 发布日期:2018-01-06
    • 文件大小:2048
    • 提供者:Athenae
搜珍网 www.dssz.com