搜索资源列表
zebra-0.94.tar
- 大名鼎鼎的路由器源码。程序分ZEBRA、OSPF\\RIP\\等3个包。程序框架采用一个路由协议一个进程的方式,提高效率。ZEBRA目录下为守护程序部分、VTYSH目录下为仿CISCO外壳程序、LIB目录下为公共调用。-famous source router. ZEBRA procedure, OSPF \\ RIP \\ as three packages. Using a procedural framework of a routing protocol process, enhance
本实验要实现一个简单的命令解释器
- 本实验要实现一个简单的命令解释器,也就是Linux中的shell程序。实验程序起名为ysh,要求其设计类似于目前流行的shell解释程序,如bash、csh、tcsh,但不需要具备那么复杂的功能。ysh程序应当具有如下一些重要的特征: 能够执行外部程序命令,命令可以带参数。 . 。 能够执行fg、bg、cd、history、exit等内部命令。 使用管道和输入输出重定向。 支持前后台作业,提供作业控制功能,包括打印作业的清单,改变当前运行作业的前台/后台状
ucfpe113.zip
- PE程序加密壳源程序 ,PE procedure encryption shell source program
vgcrypt
- PE程序加密壳源程序 -PE procedure encryption shell source program
shellcaption
- 程序分,shell,caption,windows管理三个部分-Procedure, shell, caption, windows management of three parts
Source Code
- 管理online的shell程序- Manages online the shell procedure
NSExtWithSubFld_src
- 演示MS Namespace Shell Extension的范例程序,可以在档案总管理建置自己的目录和次目录-MS Namespace Shell Extension demonstration example of the procedure, you can build your own files the total management of the directory and sub-directory
sh
- 一些shell程序,对于学习shell编程,又一定的参考价值-Some shell procedure, for the study shell programming, but also a certain reference value
Shell-analytic-procedure
- 这是一个在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,
selfdelete
- 本项目实现了程序的自毁以及他毁。利用操作系统提供的SHELL实现程序自毁,即在程序中创建一个比“要自毁的那个程序”优先级略低的进程,一旦“要自毁的那个程序”执行完,创建的新进程,就执行SHELL命令删除“要自毁的那个程序”在磁盘上的映像。他毁的做法是,先Kill掉“要他毁的程序”,然后,遍历文件系统从磁盘上将其删除。-The project achieved the self-destruct program, and his ruin. SHELL achieved using the ope
popen-test
- 本程序用于获取shell的输出,可用于处理程序间的通信, 程序具体实现原理为应用了Linux中的管道技术, 内附代码和运行程序,请在Linux下运行此程序 -The procedure used to obtain the shell output, can be used for communication between processes, procedures, principles for the application specific imple
shell
- 本程序实现linux shell的基本功能,在ubuntu12环境下运行成功-This procedure linux shell running ubuntu12 environment
Shell
- 一个linux命令解释器,包括完整的工程源码加设计文档。 本程序用C实现,实现了以下功能: 1、 能够执行外部程序命令,命令可以带参数; 2、 能够执行fg、bg、cd、history、exit等内部命令; 3、 使用管道和输入输出重定向; 4、 支持前后台作业,提供作业控制功能,包括打印作业的清单,改变当前运行作业的前/后台状态,以及控制作业的挂起、中止与继续运行; 5、 使用Make工具建立工程; 6、 使用调试器gdb来调试程序;-
remote_shutdown-1.0
- 这是一个在linux下可以实现在局域网内实现远程关机及重启的程序,是利用shell开发的。只能在linux下使用。-This is a linux can be achieved in the LAN remote shutdown and restart procedure is developed using the shell. Only use linux.