搜索资源列表
简单shell
- 一个简单的shell,实现4个功能: (1)cd (2)pwd (3)pid (4)logout-a simple shell, achieving four functions : (a) cd (2) pwd (3) pid (4) logout
shell
- Linux shell实现,包括管道,重定向,后台进程等实现
shell cgi登录代码
- 实现post传值及相关处理
Shell命令解释器
- 一个Linux环境下Shell命令解释器的实现,附带实验报告
Minix3简单shell实现
- 在minix3.1.8中实现了简单的shell解释器,功能有: 1. 基本界面 由输入提示符开头 2. 执行可执行文件 包括参数 3. 错误提示 4. 内置简单 shell 命令 cd exit 5. 单次 I/O 重定向 > < 6. 单次管道 | 7. 后台运行 & 8. 顺序执行多个命令 ;
利用ShellExt实现 runplus_src
- 利用ShellExt实现 -The realization of the use of ShellExt
实现各种排序算法并分析与比较
- 本程序实现各种排序算法并分析与比较 直接插入排序, 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
用Shell扩展实现源代码统计程序
- 在 Windows 的资源管理器窗口中,我们见过 WinZIP,WinRAR 等软件能在文件或文件夹的默认快捷菜单中添加几个菜单项,它可以使用户无须进入软件内部而直接在视窗中进行压缩/解压操作,十分方便用户操作,这无疑是一个较好的应用模型,它就是我们所说的Shell扩展技术。此源代码将以一个普通的源代码统计程序为例来说明怎样实现Shell扩展技术。-the Windows Resource Manager window, we have
用标准C实现shell功能
- 用标准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
简单shell
- 一个简单的shell,实现4个功能: (1)cd (2)pwd (3)pid (4)logout-a simple shell, achieving four functions : (a) cd (2) pwd (3) pid (4) logout
排序算法、字典和B-树的C++语言实现
- 排序算法、字典和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
GENIE-SHELL
- 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)实现在串
Shell.bak20070428
- 利用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
shell(who+cp)
- shell编程,实现who以及cp命令。-shell programming, the realization of who and cp command.
shell
- 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
shell.sh
- 详细介绍了如何用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
shell
- Linux下的shell解释器,实现了基本命令的解释,管道,重定向,列表等功能。-Linux under the shell interpreter, the realization of the basic commands, pipelines, redirection, a list of functions.
shellc
- 一个完整的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
shell
- Linux shell实现,包括管道,重定向,后台进程等实现-Linux shell realize, including pipelines, redirection, background processes, such as the realization of
shell
- a basic UNIX shell in C that reads and processes commands