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

搜索资源列表

  1. shellcontextmenu_demo1

    0下载:
  2. 这是shell程序的扩展,可以添加右键菜单,这部分是演示程序。-This is a Shell Extension. It can add context menus, and it is a demo.
  3. 所属分类:Shell编程

    • 发布日期:2008-10-13
    • 文件大小:60058
    • 提供者:陈平
  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
    • 文件大小:7631
    • 提供者:wzy
  1. Focus

    0下载:
  2. 这是自己写的shell程序,运行环境为evc4.2,本程序已经测试通过!-write his shell, the environment for evc4.2, this procedure has been tested!
  3. 所属分类:Shell编程

    • 发布日期:2008-10-13
    • 文件大小:301288
    • 提供者:Jade
  1. shellgame1

    0下载:
  2. shell程序实现小游戏——俄罗斯方块。直接修改扩展名rar为sh-shell game for minor procedures -- Tetris. Direct changes rar extension of the sh
  3. 所属分类:Shell编程

    • 发布日期:2008-10-13
    • 文件大小:13694
    • 提供者:王飞
  1. 12457892

    0下载:
  2. 杀死Unix僵死进程的Shell程序编写详解 -killed fossilized process Unix Shell Programming Elaborates on
  3. 所属分类:Shell编程

    • 发布日期:2008-10-13
    • 文件大小:1986
    • 提供者:lisa
  1. ttykill

    0下载:
  2. 根据终端号杀进程的SHELL程序 两个根据输入的终端号杀终端进程的SHELL程序-based on the terminal, the process of killing two SHELL procedures depending on the input terminals of the process of scrapping terminal SHEL L procedures
  3. 所属分类:Shell编程

    • 发布日期:2008-10-13
    • 文件大小:1220
    • 提供者:小曹
  1. Shell-Code

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

    • 发布日期:2008-10-13
    • 文件大小:3297
    • 提供者:liyu
  1. date

    0下载:
  2. 计算日期的shell程序-calculation date shell
  3. 所属分类:Shell编程

    • 发布日期:2008-10-13
    • 文件大小:1183
    • 提供者:孙建军
  1. final

    0下载:
  2. 这是一个shell程序,实现模拟进程,后台操作,重定向等功能
  3. 所属分类:Shell编程

    • 发布日期:2008-10-13
    • 文件大小:95546
    • 提供者:双清
  1. sh.sh

    0下载:
  2. shell 程序 TAB 自动补全
  3. 所属分类:Shell编程

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

    2下载:
  2. 一个简单的命令解释器—模拟shell 功能的程序,实现要求中所提到的可打开提示符,并获取用户输入的指令、可解析指令、可寻找命令文件、可执行基本的命令等功能
  3. 所属分类:Shell编程

    • 发布日期:2008-10-13
    • 文件大小:614972
    • 提供者:Ayaena
  1. namespace.虚拟文件夹(Shell Namespace extension)编程的几个例子

    0下载:
  2. 虚拟文件夹(Shell Namespace extension)编程的几个例子,不过程序老了点,是用VC2或VC4编译的,用到了未公开的Windows Shell函数, The hypothesized folder (Shell Namespace extension) programs several examples, but the procedure was old, was translates with VC2 or VC4, with not public Windows S
  3. 所属分类:Shell编程

    • 发布日期:2016-01-26
    • 文件大小:459379
    • 提供者:
  1. shell

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

    • 发布日期:2017-03-23
    • 文件大小:14372
    • 提供者:zhanghonglang
  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
    • 文件大小:3072
    • 提供者:llm
  1. 一个简单的shell程序

    8下载:
  2. 《操作系统—精髓与设计原理》一书中myshell编程项目
  3. 所属分类:Shell编程

  1. qnes

    0下载:
  2. shell程序-shell program
  3. 所属分类:Shell api

    • 发布日期:2017-05-06
    • 文件大小:1453144
    • 提供者:谢春淘
  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
    • 文件大小:2225
    • 提供者:Lynne
  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
    • 提供者:刘晨
  1. shell

    0下载:
  2. 这是一个简单的shell程序的设计。用的是c语言实现的基本的操作。-This is a simple shell program design. C language basic operation.
  3. 所属分类:Shell api

    • 发布日期:2017-11-18
    • 文件大小:8742088
    • 提供者:袁有根
  1. shell

    0下载:
  2. 在shell程序实现盘符切换、cd、dir、mkdir、chdir等五个ms-dos命令
  3. 所属分类:Shell api

    • 发布日期:2017-05-17
    • 文件大小:5100993
    • 提供者:star
« 12 3 4 5 »
搜珍网 www.dssz.com