CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 操作系统开发 搜索资源 - shell 程序

搜索资源列表

  1. 13129_shell

    0下载:
  2. 简单的shell 程序-A simple programe of Shell .
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:31.46kb
    • 提供者:liye
  1. WY OS 0.00b

    1下载:
  2. 我自己写的一个实模式的操作系统,支持fat12文件系统和一个和shell整合到一起的简单的键盘驱动,目前正在实现pci总线驱动程序。以后将会转入到保护模式下开发-I wrote it myself a real mode of the operating system, support FAT12 file system and a shell and the integration with a simple keyboard-driven, are currently achieving p
  3. 所属分类:操作系统开发

    • 发布日期:2013-05-13
    • 文件大小:122.44kb
    • 提供者:刘硕
  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
    • 文件大小:14.25kb
    • 提供者:drufy
  1. UnixShell4osDesign

    1下载:
  2. Unix shell是unix的命令解释程序,用于让用户以一种友好的方式运行程序和执行命令。 本课程设计要求学生在linux下写一个命令解释程序,实现Ksh最基本的功能。即:允许用 户打入一个可执行的程序的名字以及其命令行参数,执行这个程序。同时实现一部分内部命 令(比如cd,详见要实现的命令),以及输入输出重定向等功能。-Unix shell is unix order to explain procedures to enable users to a friendly mann
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:57kb
    • 提供者:nimeda
  1. AShell

    0下载:
  2. 这是一个shell的实现程序。其中System的实现参考了linux的。不好意思哈。
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:28.9kb
    • 提供者:于木
  1. 5050309915_project_1

    0下载:
  2. shell 实现 操作系统课程设计 实现一个shell程序,含管道和重定向的实现
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:1.52kb
    • 提供者:bz
  1. IFS.zip

    0下载:
  2. 操作系统实验:模拟采用二级目录结构的磁盘文件系统中的文件操作。程序简单模拟了一个类unix的shell界面,并完成了实验中所要求的具体内容。运行时需注意问题:初始用户名密码为root,登陆后可输入help命令查看命令格式获取帮助。,Operating System Experiment: Simulate file operations for the two-level directory structure in the file system. Should pay attention
  3. 所属分类:OS Develop

    • 发布日期:2017-03-23
    • 文件大小:19.5kb
    • 提供者:Ingu
  1. myshell.rar

    1下载:
  2. 用纯C语言编写的一个Linux下的Shell,包含tch和bash的基本功能(包含重定向和后台运行),暂时不支持管道。已经在cygwin和Ubantu 7.10下测试通过。 主要包含: makefile 编译生成myshell可执行文件 myshell.c 主函数(涉及程序入口) utility.c 所有功能函数(将近1000行) myshell.h(包含宏定义、结构体声明、库函数的头文件,及utility.c中的所有函数的声明) readme 用户手册(当用户在myshel
  3. 所属分类:OS Develop

    • 发布日期:2015-08-07
    • 文件大小:293.38kb
    • 提供者:Yang
  1. PcCode_200885212714138

    0下载:
  2. 这个源代码主要模仿了一个类似 深度操作系统安装程序中的一个软件自动安装管理器AutoIt v3,具有如下功能: 一、支持INI读取,支持 SECTION 的读取,模块modINIReader.bas支持读取Sections及key 二、支持 /auto /uninstall /del命令行参数运行 三、支持软件后台静默模式安装、支持静默卸载(当然视安装软件的参数支持) 四、支持自身删除 五、模块 modSys.bas 获取文件大小,支持kb,MB,byte及
  3. 所属分类:OS Develop

    • 发布日期:2017-04-09
    • 文件大小:1.23mb
    • 提供者:黎明
  1. shell

    0下载:
  2. 这是一个shell程序,模拟unix系统之下的。可以实现unix下的很多命令-This is a shell program to simulate the system under unix. Can be achieved under a lot of unix commands
  3. 所属分类:OS Develop

    • 发布日期:2017-04-08
    • 文件大小:2.28kb
    • 提供者:往往
  1. Linux

    0下载:
  2. linux的shell程序源代码,Linux,shell,源码-The shell linux source code, Linux, shell, source
  3. 所属分类:OS Develop

    • 发布日期:2017-04-04
    • 文件大小:12.52kb
    • 提供者:Nigel
  1. minix-shell

    1下载:
  2. 教学作业完成的,在minix系统下可以编译执行的shell程序。可完成重定向和管道的输入输出。-Teaching job is completed, the system may be compiled in the minix shell procedure executed. Complete input and output redirection and pipes.
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:2.42kb
    • 提供者:
  1. beershell

    0下载:
  2. 一个简单的模拟shell的程序,通过现有的Linuxshell命令对其进行基本的操作-A simple procedure for the simulation shell, through the existing Linuxshell its basic operation command
  3. 所属分类:OS Develop

    • 发布日期:2017-04-05
    • 文件大小:1.71kb
    • 提供者:gang li
  1. shell

    0下载:
  2. 操作系统课程实验:实现一个自己的shell,理解shell的工作原理,在用户程序中实现必要的系统调用,实现一个基于Nachos的shell。-Operating system course experiment. Implement its own shell, shell to understand the working principle of the user program to achieve the necessary system calls to implement a Nac
  3. 所属分类:OS Develop

    • 发布日期:2017-04-03
    • 文件大小:1.59kb
    • 提供者:
  1. Chi-Lin-STM32-source-code

    0下载:
  2. 智林STM32程序源代码的分析和整理,编写了开发板上键盘扫描、字符输入和简单shell的程序-Chi Lin STM32 program source code analysis and sorting, preparation of the development board keyboard scanning, character input and a simple shell program
  3. 所属分类:OS Develop

    • 发布日期:2015-12-24
    • 文件大小:5kb
    • 提供者:数据库
  1. Hadoop-streaming

    0下载:
  2. Hadoop Streaming 编程 Hadoop Streaming是Hadoop提供的一个编程工具,它允许用户使用任何可执行文件或者脚本文件作为Mapper和Reducer。本源程序用C++、C、shell脚本 和python实现了WordCount作业,总结了常见的问题-Hadoop Streaming programming Hadoop Streaming Hadoop provides a programming tool that allows users to use
  3. 所属分类:OS Develop

    • 发布日期:2017-03-27
    • 文件大小:2.57kb
    • 提供者:aaaaaaa
  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
    • 文件大小:10.52kb
    • 提供者:
  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
    • 文件大小:1.41mb
    • 提供者:zhoumo
  1. 自己动手写嵌入式操作系统_蓝枫叶_pdf

    1下载:
  2. 本书以作者亲自在PC上开发嵌入式操作系统“HelloChina”的全过程为主线,详细地叙述自己动手写嵌入式操作系统所需的各方面知识,如加载和初始化、Shell、线程的实现、内存管理机制、互斥和同步机制及中断和定时机制的实现,以及设备驱动程序管理框架,应用编程接口等。(The whole process of the book by the author personally developed embedded operating system "HelloChina" in
  3. 所属分类:操作系统开发

    • 发布日期:2018-04-29
    • 文件大小:4.16mb
    • 提供者:南的方
搜珍网 www.dssz.com