CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - myshell

搜索资源列表

  1. myshell.rar

    0下载:
  2. 自己实现的模拟unix下shell的一些简单功能,包括执行常见的命令,输入输出重定向,多级管道等,To realize his shell under unix simulation of some simple functions, including the implementation of common commands, input and output redirection, multi-stage pipeline, etc.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:1381
    • 提供者:wupeng
  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
    • 文件大小:300420
    • 提供者:Yang
  1. MyShell.rar

    0下载:
  2. 一个shell程序可以实现管道,重定向,cd,后台,ls等功能,a simple shell, can achieve a pipeline, redirects, cd, background, and other functions ls
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:31172
    • 提供者:落木
  1. MyShell.rar

    0下载:
  2. 实现Linux的Shell基本功能。包括输入输出重定向,管道,等等。,Shell to achieve the basic functions of Linux. Including input and output redirection, pipes, and so on.
  3. 所属分类:Shell api

    • 发布日期:2017-03-28
    • 文件大小:2270
    • 提供者:MSM
  1. myshell

    1下载:
  2. 应用UNIX的fork()等系统调用,编写一个c程序具有以下功能: a) 实现Shell的基本功能,包括有:打印提示符;接受和分析命令行(滤去无效的空格、tab符号以及换行符等);执行命令(要有出错处理;输入exit或者bye退出);返回父进程; b) 处理后台程序(不需要wait) c) 处理多行命令(分析命令行中的‘ ’并处理之) d)应用 dup(), pipe()系统调用具有输入输出重定向以及管道功能;-Application of UNIX s fork () system call,
  3. 所属分类:Linux-Unix program

    • 发布日期:2016-07-13
    • 文件大小:4133
    • 提供者:晏珏
  1. myshell

    1下载:
  2. 用C++编写的Linux myshell,支持重定向和管道符号,支持CD命令,供初学者参考-With C++ Prepared Linux myshell, support the redirect and pipe symbols, support for CD command reference for beginners
  3. 所属分类:Linux-Unix program

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

    0下载:
  2. #include<stdio.h> #include<string.h> #include<limits.h> #include<unistd.h> #include<sys/types.h> #define PROMPT_STRING "[myshell]$" #define QUIT_STRING "exit\n" static char inbuf[MAX_CANON] char *
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-22
    • 文件大小:32785
    • 提供者:李明
  1. myShell

    0下载:
  2. 一个简单的自制shell程序。面向对象实现。-Made a simple shell program. Object-oriented implementation.
  3. 所属分类:Shell api

    • 发布日期:2017-03-30
    • 文件大小:14880
    • 提供者:王志斌
  1. Myshellv0.2

    0下载:
  2. 在myshell v0.1的基础上,增加新的功能:在父进程中接收控制台输入一行字符串,作为用户发出的Linux命令,如ls /usr/*.c <回车>,在创建一个子进程后,子进程通过调用execlp()系统调用,执行这条命令。-In the myshell v0.1 based on adding new features: In the parent process to receive the console input line of string, as issued by
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:116449
    • 提供者:谢海斌
  1. Myshellv0.3

    0下载:
  2. 在myshell v0.1的基础上,增加新的功能:在父进程中接收控制台输入一行字符串,作为用户发出的Linux命令,如ls /usr/*.c <回车>,在创建一个子进程后,子进程通过调用execlp()系统调用,执行这条命令。-In the myshell v0.1 based on adding new features: In the parent process to receive the console input line of string, as issued by
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:117362
    • 提供者:谢海斌
  1. Myshell

    0下载:
  2. 在linux下实现的简单shell 实现了变量 通道 重定向等功能-Simple Shell in linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:16440
    • 提供者:zhangbo
  1. MyShell

    0下载:
  2. 模仿linux中shell的功能,简单的ls,dir等命令,也包括双管道,输入输出重定向,同时支持shell的定义变量以及变量赋值。同时做了简单的错误输入提示。-Linux in the shell to imitate the function, a simple ls, dir, etc. commands, but also dual-channel input and output redirection, while supporting the definition of shell
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-26
    • 文件大小:5603
    • 提供者:
  1. myShell

    0下载:
  2. 在ubuntu下自己实现的shell, 可以输入常见的命令。-Ubuntu achieved in under their own shell, you can enter common commands.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:729
    • 提供者:zwj
  1. myshell

    0下载:
  2. 中山大学计算机系操作系统基于linux的实验she-sysu
  3. 所属分类:OS Develop

    • 发布日期:2017-03-28
    • 文件大小:921651
    • 提供者:刘亦然
  1. myShell

    0下载:
  2. 利用多客户端telnet支持向vxworks增加一个用户she-adding a user shell to vxWorks using the multi-client telnet support
  3. 所属分类:VxWorks

    • 发布日期:2017-04-03
    • 文件大小:3865
    • 提供者:lixiaomingxyz
  1. myshell

    0下载:
  2. 新版自编 liunx shell ,实现了解释器功能-Linux shell written by myself
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:37023
    • 提供者:CheeWii
  1. msh

    1下载:
  2. 实现myshell解释器,实现了cd,exit,logout-this is myshell explain
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:3753
    • 提供者:东海飞龙
  1. myshell

    3下载:
  2. 《操作系统—精髓与设计原理》一书中myshell编程项目,代码写得很清晰,纠错能力很强大,实现了基本的内部命令:cd、dir、help、echo、environ等,以及实现文件重定向、后台处理等功能。附有实验报告。-" Operating system- the essence and principles of design" , a book myshell programming projects, the code is written very clear, very
  3. 所属分类:OS Develop

    • 发布日期:2015-08-07
    • 文件大小:285696
    • 提供者:david
  1. myshell

    0下载:
  2. 一个简单的,使用c语言实现的shell解析器。在linux下编译运行后,能够解析简单的shell命令。-A simple shell using c language parser implementation. Compile and run under the linux, it can resolve a simple shell command.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:3247
    • 提供者:leigh
  1. myshell

    1下载:
  2. 一个shell程序,可以在指定的UNIX平台下运行,里面包含代码,用户手册,详细设计说明-A shell program, you can specify the UNIX platform in the run, which contains the code, user manuals, detailed design descr iption
  3. 所属分类:Shell api

    • 发布日期:2016-07-13
    • 文件大小:20480
    • 提供者:刘晨
« 12 3 4 »
搜珍网 www.dssz.com