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

搜索资源列表

  1. shell-1.0.tar

    0下载:
  2. 一个很好的SHELL的示例。可以对学习和深入学习SHELL的朋友。一点帮助。资料来自RED-HEAD 希望对大家有点帮助。 -SHELL a good example. Can learn and study in depth SHELL friends. 1:00 to help. Information from RED-HEAD want to help you a bit.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:749byte
    • 提供者:wcg
  1. shell

    0下载:
  2. shell程序实现下列功能: (1)解析用户提交的命令行;按照环境变量搜索目录系统;执行命令。 (2)执行外部程序命令,命令可以带参数,可提交后台命令(如ls &); (3)提供fg、bg、cd、history、exit等内部命令。 (3)提供管道和输入输出重定向。 (4)提供作业控制功能,包括打印作业的清单,改变当前运行作业的前台/后台状态,以及控制作业的挂起、中止和继续运行。 -Design a shell
  3. 所属分类:Shell api

    • 发布日期:2017-03-24
    • 文件大小:14.04kb
    • 提供者:zhanghonglang
  1. shell

    1下载:
  2. 本实验完成了一个shell命令解释器,实现了shell的解释命令功能,实现了重定向功能和多管道、后台运行等功能。具体功能描述如下: 1)解释器的命令格式为 cmd1[<infileName][|cmd2][|cmd3]…[|cmdn][>or>>outfileName][&] 2)cmdi为命令名+参数形式的命令,<为输入重定向,后跟输入重定向文件名infileName;>或>>后跟输出重定向文件名,输出内容将写入
  3. 所属分类:Shell编程

    • 发布日期:2013-10-24
    • 文件大小:21.82kb
    • 提供者:souven
  1. shell

    1下载:
  2. 自制的一个shell程序,实现cd,dir,clr,help,quit,if..then等命令-Made a shell program to realize cd, dir, clr, help, quit, if .. then other commands
  3. 所属分类:Shell api

    • 发布日期:2015-08-11
    • 文件大小:3kb
    • 提供者:llm
  1. A-Simple-Shell

    4下载:
  2. Shell或者命令行解释器是操作系统中最基本的用户接口,该项目是写一个简单的Shell程序myshell。具体的详细功能见压缩包文件: A Simple Shell设计报告.docx-Shell command line interpreter or operating system is the most basic user interface, the project is to write a simple Shell program myshell. Details of the
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-26
    • 文件大小:109.07kb
    • 提供者:sy
  1. shell

    0下载:
  2. 截获dos控制台输出到屏幕信息的vb源代码,这个比较难,我搞了一周才弄出来,希望大家有用-Tihis is a vb code for geting information of dos screen output
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-17
    • 文件大小:36.35kb
    • 提供者:jason
  1. shell

    0下载:
  2. unix下一个实现带参数的简单shell的程序-unix under implementation with a simple shell parameters of the process
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:4.13kb
    • 提供者:王玮
  1. Shell

    0下载:
  2. 基本上shell分两大类:   一:图形界面shell(Graphical User Interface shell 即 GUI shell)   例如:应用最为广泛的 Windows Explorer (微软的windows系列制作系统),还有也包括广为人知的 Linux shell,其中linux shell 包括 X windows manger (BlackBox和FluxBox),以及功能更强大的CDE、GNOME、KD、 XFCE。   二:命令行式 shell(Comm
  3. 所属分类:Shell api

    • 发布日期:2017-03-23
    • 文件大小:437.03kb
    • 提供者:grub
  1. Assignment3

    0下载:
  2. The programme implement a simple shell. It could execute a command, having pipe, redircting, forward a background process and background a foreground process and so on. It is implemented using recursive.
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-03-29
    • 文件大小:8.11kb
    • 提供者:吴峰
  1. shell

    0下载:
  2. 一个shell脚本语言的实例代码 ,适合shell编程的初学者的学校借鉴。-It is a shell program test ,and for new student to study
  3. 所属分类:Shell api

    • 发布日期:2017-03-31
    • 文件大小:5.24kb
    • 提供者:shiqun
  1. SHELL-guide

    1下载:
  2. 一套学习shell的经典手册,让一个菜鸟变成高手的SHELL手册。-A set of learning the classical shell manual, so that a rookie to become master of the SHELL manual.
  3. 所属分类:Shell api

    • 发布日期:2017-04-03
    • 文件大小:626.22kb
    • 提供者:廖登榜
  1. shell

    0下载:
  2. 实现带参数的简单shell 1、除了系统调用execve,不允许使用其他的exec函数。输入应当允许带多个参数(一行内可以表示),不考虑通配符 (即“*”、“?”、“-”等等)的处理。 2、输入错误命令能提示出错并进入下一轮接收命令状态。 3、可以用Ctrl-C和Ctrl-\结束简单shell的运行。 4、程序运行正确,提示简洁明确。 -Parameters to achieve a simple shell 1, apart from the system call exe
  3. 所属分类:Shell api

    • 发布日期:2017-03-30
    • 文件大小:2.17kb
    • 提供者:Lynne
  1. build

    0下载:
  2. ANT 是一个Java项目生成工具 本批处理程序模仿其功能可以生成Java 工程可编译Java程序可运行Tomcat 本程序小巧,移植性好-ANT is a Java project build tool to mimic the function of this batch program can generate Java project can be compiled Java program can run Tomcat in this procedure a small, port
  3. 所属分类:Shell api

    • 发布日期:2017-03-31
    • 文件大小:2.83kb
    • 提供者:玉兵
  1. Shell-analytic-procedure

    0下载:
  2. 这是一个在linux的vi编辑器下开发的,用gcc编译器编译的一个shell简单的解析程序,包括对简单shell命令,如ls,cd等命令的解析,还包括对一些复杂命令如管道命令的解析-This is a linux developed under the vi editor, and with the gcc compiler to compile a shell of a simple analytic procedures, including a simple shell commands,
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:77.54kb
    • 提供者:吴倩倩
  1. shell

    0下载:
  2. 对于学习Shell编程的人来说是一个很好的教程,需要的下载-Shell programming for people to learn is a good tutorial, need to download
  3. 所属分类:Shell api

    • 发布日期:2017-03-30
    • 文件大小:12.88kb
    • 提供者:黎明
  1. Shell-scripts

    0下载:
  2. 本书详细介绍了shell脚本命令,是一本不错的学习指南。希望对大家尤其是想学好shell脚本命令的朋友有帮助。-This book details the shell scr ipt commands, is a good study guide. We especially want to learn shell scr ipt command to help a friend.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-06-19
    • 文件大小:27.14mb
    • 提供者:chenchangyun
  1. linux-shell

    0下载:
  2. 主要介绍linux下脚本语言的编写,重点阐述shell语言的语法及编程技巧,对初学linux的同学有较大帮助。-Describes the preparation of a scr ipting language under linux, focusing on the shell language syntax and programming skills of novice students have more help linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:12.1kb
    • 提供者:Brad Lee
  1. Android-C-a-NDK-a-Cygwin

    0下载:
  2. 最近在学习android中如何使用C/C++编程。下载了好多非常好的资料,现在与大家分享。其中包括:Cygwin的下载与环境搭建。NDK,JNI,MK的使用。这份资料还是很全面的。-Recently in learning how to use the android C/C++ programming. Download a lot of very good information to share with you now. These include: Cygwin download an
  3. 所属分类:android

    • 发布日期:2017-05-24
    • 文件大小:7.77mb
    • 提供者:王者
  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
    • 文件大小:33.2kb
    • 提供者:张亮
  1. Shell-Control-Pack

    0下载:
  2. Give your Delphi and C++Builder applications Windows Explorer functionality with the Shell Control Pack. Simply place four components on a form set two properties and you have a working Explorer! These powerful shell components include tree view, lis
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-09
    • 文件大小:1.35mb
    • 提供者:liji
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com