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

搜索资源列表

  1. unix下目录递归查询(shell)

    0下载:
  2. shell对指定目录下的指定文件类型进行递归查询所要的内容-shell of a designated directory specified file types recursive query as to the contents
  3. 所属分类:Shell编程

    • 发布日期:2008-10-13
    • 文件大小:935byte
    • 提供者:陈飞飞
  1. Shell实例

    0下载:
  2. t_shell 一个简单完整的命令解释程序 适合shell入门的实例程序-t_shell a simple explanation of command shell entry procedures for the sample program
  3. 所属分类:Shell编程

    • 发布日期:2008-10-13
    • 文件大小:7.45kb
    • 提供者:wzy
  1. shell it out

    0下载:
  2. 建立一个simple>的简单shell,通过编程了解fork前后parent process和child process的运行状况。调用system call检查系统报错信息。-establish a simplegt; A simple shell, through the understanding of programming before and after the parent process fork and the child process running. Calling
  3. 所属分类:Shell编程

    • 发布日期:2008-10-13
    • 文件大小:2.23kb
    • 提供者:闻涛
  1. Shell-Code

    0下载:
  2. windows 2000下面的SHELL一个*程序-windows 2000 following a plug-SHELL
  3. 所属分类:Shell编程

    • 发布日期:2008-10-13
    • 文件大小:3.22kb
    • 提供者:liyu
  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. 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. 基本上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

    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

    0下载:
  2. The project Shell. A shell (also called a Command Language Interpreter) is an interface to an Operating System
  3. 所属分类:Other systems

    • 发布日期:2017-11-16
    • 文件大小:3.68mb
    • 提供者:Tumar
  1. shell

    1下载:
  2. 华南理工大学操作系统实验六一个简单的shell解释程序的源代码(South China University of Technology operating system experiment, 6th a simple shell interpreter source code)
  3. 所属分类:其他

    • 发布日期:2017-12-22
    • 文件大小:1kb
    • 提供者:chenx
  1. shell

    0下载:
  2. shell学习的一些重要指令讲解网址,同时有一个文件是一个简单的shell脚本 ,可以参考着来写脚本。(Shell to learn some of the important instructions on website.At the same time a file is a simple shell scr ipt, you can reference to write scr ipts.)
  3. 所属分类:其他

    • 发布日期:2017-12-25
    • 文件大小:1kb
    • 提供者:哈哈龙城
  1. 《Linux与UNIX Shell编程指南》中文版

    0下载:
  2. shell脚本大全,用于初学者学习linux使用。能够更好的了解Linux系统。(Shell scr ipt Daquan, for beginners to learn Linux use. A better understanding of the Linux system.)
  3. 所属分类:其他

    • 发布日期:2017-12-26
    • 文件大小:16.75mb
    • 提供者:Anna_cjf
  1. shell

    0下载:
  2. a basic UNIX shell in C that reads and processes commands
  3. 所属分类:其他

    • 发布日期:2018-04-23
    • 文件大小:3kb
    • 提供者:hlmtxx
« 12 3 4 5 6 7 8 9 10 ... 21 »
搜珍网 www.dssz.com