搜索资源列表

  1. 简单shell

    0下载:
  2. 一个简单的shell,实现4个功能: (1)cd (2)pwd (3)pid (4)logout-a simple shell, achieving four functions : (a) cd (2) pwd (3) pid (4) logout
  3. 所属分类:Linux/Unix编程

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

    1下载:
  2. Linux shell实现,包括管道,重定向,后台进程等实现
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:4745
    • 提供者:herofj1986
  1. shell cgi登录代码

    0下载:
  2. 实现post传值及相关处理
  3. 所属分类:源码下载

    • 发布日期:2010-09-25
    • 文件大小:661
    • 提供者:lfc9115911
  1. Shell命令解释器

    1下载:
  2. 一个Linux环境下Shell命令解释器的实现,附带实验报告
  3. 所属分类:源码下载

    • 发布日期:2011-05-21
    • 文件大小:124843
    • 提供者:surfing52
  1. Minix3简单shell实现

    2下载:
  2. 在minix3.1.8中实现了简单的shell解释器,功能有: 1. 基本界面 由输入提示符开头 2. 执行可执行文件 包括参数 3. 错误提示 4. 内置简单 shell 命令 cd exit 5. 单次 I/O 重定向 > < 6. 单次管道 | 7. 后台运行 & 8. 顺序执行多个命令 ;
  3. 所属分类:系统编程

    • 发布日期:2011-11-07
    • 文件大小:229
    • 提供者:xcdabaichi
  1. 利用ShellExt实现 runplus_src

    0下载:
  2. 利用ShellExt实现 -The realization of the use of ShellExt
  3. 所属分类:文件操作

    • 发布日期:2024-06-06
    • 文件大小:53248
    • 提供者:是月
  1. 实现各种排序算法并分析与比较

    0下载:
  2. 本程序实现各种排序算法并分析与比较 直接插入排序, SHELL排序,冒泡排序,快速排序,简单选择排序,堆排序,归并排序-procedures for the realization of the algorithm and analysis more directly inserted, in order of ranking SHELL, Bubble Sort, rapid sequencing, simple choice, in
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-06-06
    • 文件大小:3072
    • 提供者:李南宁
  1. 用Shell扩展实现源代码统计程序

    0下载:
  2. 在 Windows 的资源管理器窗口中,我们见过 WinZIP,WinRAR 等软件能在文件或文件夹的默认快捷菜单中添加几个菜单项,它可以使用户无须进入软件内部而直接在视窗中进行压缩/解压操作,十分方便用户操作,这无疑是一个较好的应用模型,它就是我们所说的Shell扩展技术。此源代码将以一个普通的源代码统计程序为例来说明怎样实现Shell扩展技术。-the Windows Resource Manager window, we have
  3. 所属分类:Shell编程

    • 发布日期:2024-06-06
    • 文件大小:92160
    • 提供者:唐佳
  1. 用标准C实现shell功能

    0下载:
  2.   用标准C实现shell功能,这是我们上课的一个操作系统实验,不过我是用java实现的,这是我在网上找的,供大家参考-achieved using standard C shell function, which is a class of experimental operating system, but I use java to achieve, and this is my find of the Internet for
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-06-06
    • 文件大小:12288
    • 提供者:Jack
  1. 简单shell

    0下载:
  2. 一个简单的shell,实现4个功能: (1)cd (2)pwd (3)pid (4)logout-a simple shell, achieving four functions : (a) cd (2) pwd (3) pid (4) logout
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-06-06
    • 文件大小:3072
    • 提供者:亿摆
  1. 排序算法、字典和B-树的C++语言实现

    1下载:
  2. 排序算法、字典和B-树的C++语言实现 代码内容 包括以下算法: qui.c sort: quicksort qsort.c sort: qsort ins.c sort: insert sort shl.c sort: shell sort has.c dictionary: hash tables bin.c dictionary: binary tree rbt.c dictionary
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-06-06
    • 文件大小:24576
    • 提供者:罗鹏魁
  1. GENIE-SHELL

    0下载:
  2. Genie-shell for ucos 一、 基本要求(必做) (1) 设计并实现ucos的shell模型 (2) 实现简单的Shell命令 hostname命令在屏幕上打印一句话,即自定义的本机名称。 hello 命令可以带多个参数,如hello a b c d,回车后会显示: hello,I am Genie your argv is: a b c d (3)实现在串
  3. 所属分类:Shell编程

    • 发布日期:2024-06-06
    • 文件大小:690176
    • 提供者:天地殇
  1. Shell.bak20070428

    0下载:
  2. 利用Linux系统函数实现的SHELL程式,自己重写了LS,CLEAR等常用命令,在ECLIPSE下编译通过,可进行进一步扩展。-Linux system function using the SHELL program realize that they rewrite the LS, CLEAR command, such as commonly used in the ECLIPSE adopted under the compi
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-06-06
    • 文件大小:4096
    • 提供者:真实姓
  1. shell(who+cp)

    0下载:
  2. shell编程,实现who以及cp命令。-shell programming, the realization of who and cp command.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-06-06
    • 文件大小:1024
    • 提供者:小于
  1. shell

    0下载:
  2. linux下shell解释器的进一步完善 附有完整的代码和实验报告,对实现原理进行了详细的注释-linux under the shell interpreter attached to the further improve the integrity of the code and experimental reports on the realization of the principle in detail Notes
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-06-06
    • 文件大小:25600
    • 提供者:gxw
  1. shell.sh

    0下载:
  2. 详细介绍了如何用shell逐行读取文件内容,(当然你可以读取每行做其他的处理),本文实现了shell逐行读取文件的8种方法,并且比较这些方法的时间优越性。-Described in detail how to use shell to read the content of the document line by line, (Of course, you can read each line to do other treatmen
  3. 所属分类:Shell编程

    • 发布日期:2024-06-06
    • 文件大小:1024
    • 提供者:llr
  1. shell

    0下载:
  2. Linux下的shell解释器,实现了基本命令的解释,管道,重定向,列表等功能。-Linux under the shell interpreter, the realization of the basic commands, pipelines, redirection, a list of functions.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-06-06
    • 文件大小:13312
    • 提供者:zz
  1. shellc

    0下载:
  2. 一个完整的SHELL实现源代码,内容包括:buf.c def.h dir.c file.c fs.c fs.h dh.c inode.c main.c os.exe panic.c 对学习操作系统有很大的帮助-SHELL realize a complete source code, including: buf.c def.h dir.c file.c fs.c fs.h dh.c inode.c main.c os.exe pani
  3. 所属分类:操作系统开发

    • 发布日期:2024-06-06
    • 文件大小:55296
    • 提供者:鹳达
  1. shell

    0下载:
  2. Linux shell实现,包括管道,重定向,后台进程等实现-Linux shell realize, including pipelines, redirection, background processes, such as the realization of
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-06-06
    • 文件大小:4096
    • 提供者:herofj1986
  1. shell

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

    • 发布日期:2024-06-06
    • 文件大小:3072
    • 提供者:hlmtxx
« 12 3 4 5 6 7 8 9 10 ... 37 »

源码中国 www.ymcn.org