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

搜索资源列表

  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. 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. os

    0下载:
  2. 操作系统的实验,用于初学者的学习。里面包含了进程线程,查找文件和unix的shell等四个实验。-An experimental operating system for beginners to learn. Which contains a process thread, find the shell file and unix four experiments.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-02
    • 文件大小:901.36kb
    • 提供者:qianjiuquan
  1. lab1

    0下载:
  2. Nachos上开发的一个初级shell。Shell支持cd, dir, clr, environ, echo, help, pause and quit命令;上述命令之外的其他命令通过系统调用fork和exec创建子进程实现; -Nachos on the development of a primary shell. Shell support cd, dir, clr, environ, echo, help, pause and quit order the order other
  3. 所属分类:OS Develop

    • 发布日期:2017-03-23
    • 文件大小:2.74kb
    • 提供者:陈忠俊
  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. user_shell

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

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

    0下载:
  2. GMail Drive is a Shell Namespace Extension that creates a virtual drive in the Windows Explorer, allowing you to use your Google Mail account as a storage medium. -GMail Drive is a Shell Namespace Extension that creates a virtual drive in the Windows
  3. 所属分类:OS Develop

    • 发布日期:2017-03-26
    • 文件大小:329.76kb
    • 提供者:Wolfensohn
  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. Billing

    0下载:
  2. 杀也不说了这个是了游戏通讯的原码西完大家喜欢,里面有个成品,由于加壳,一些杀毒软件报毒,害怕的朋友就不要下了-Kill not saying this is the original game communications yards West End you like, there are a finished product, due to the shell, some anti-virus software reported toxic afraid of friends do not
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:560.12kb
    • 提供者:王微
  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
    • 文件大小:1.13mb
    • 提供者: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
    • 文件大小:10.52kb
    • 提供者:
  1. myshell

    0下载:
  2. 一个简单的shell内核,主要用于shell操作系统学习当中遇到的第三章问题。-A simple shell。
  3. 所属分类:OS Develop

    • 发布日期:2017-04-12
    • 文件大小:781byte
    • 提供者:李有志
  1. min_shell

    0下载:
  2. 实现简单shell功能,能一行一行读取.txt文件并创建子程序,基于WIN32-Simple shell function, can be read line by line .txt file and creates a subroutine, based on WIN32
  3. 所属分类:OS Develop

    • 发布日期:2017-04-12
    • 文件大小:770byte
    • 提供者:黄先生
  1. Linux_Shell_Scripting_With_Bash

    0下载:
  2. A shell is a program that runs operating system commands.Using a conventional desktop, the user selects an item with the mouse and then applies an action to it,such as highlighting an icon and choosing to copy it.In a shell,the person types instructi
  3. 所属分类:OS Develop

    • 发布日期:2017-05-07
    • 文件大小:1.34mb
    • 提供者:arbitr
搜珍网 www.dssz.com