搜索资源列表
lcdmod-0.5.5
- HD液晶驱动程序,用lcdmod 编写的-HD LCD driver, with the preparation of the lcdmod
OfficePasswordRemover
- Office Password Remover 是可以瞬间破解MS Word和Excel文档文件密码工具,本人测试均不超过5秒。工作原理尚不清楚,不过使用本软件需要连接到互联网,因为要给软件服务器发送很少的数据并解密。不过大家可以放心,本软件不会泄露任何个人隐私。 本软件由看雪论坛鸡蛋壳脱壳破解,再由看雪论坛萝卜进一步破解文件大小限制,在此表示感谢。 软件已经完全汉化,除少部分非必要英文,如果用户发现翻译错误欢迎指正。-Office Password Remover can be instant
5
- incomplete shell code in C
GetShellOut
- 可以截获shell启动的程序的输入.. 当然主要的是用在截获DOS命令的输入了 用法很简单,如: MsgBox ExecuteCommandLineOutput(\"net user\", , 5) 如果有需要的话自个进行修改..自由发挥呵. 有什么玩VB的朋友可以加俺 QQ 30066129 (记得注上 Visual Basic哦) E-mail:kevp@163.com
Shell_Guide5_demo
- The Guide 5 of ShellExtension
0.Gh0st_src2.5.rar
- Gh0st源代码修改硬盘锁,界面,免杀过瑞星,卡巴,Modify the hard disk lock, interface, free Ruixing killed Kabatsi
shell
- 本实验完成了一个shell命令解释器,实现了shell的解释命令功能,实现了重定向功能和多管道、后台运行等功能。具体功能描述如下: 1)解释器的命令格式为 cmd1[<infileName][|cmd2][|cmd3]…[|cmdn][>or>>outfileName][&] 2)cmdi为命令名+参数形式的命令,<为输入重定向,后跟输入重定向文件名infileName;>或>>后跟输出重定向文件名,输出内容将写入
shiyan1
- 实现一个简单的shell(命令行解释器),类似于bash, csh等。本设计的主要目的在于学会如何在Unix系统下创建进程和管理进程。 要求实现的shell支持以下内部命令: 1. cd <目录> 更改当前的工作目录到另一个<目录>。如果<目录>未指定,输出当前工作目录。如果<目录>不存在,要求有适当的错误信息提示。改命令应能够改变PWD的环境变量。 2. environ 列出所有环境变量字符串的设置(类似于Unix系统下的e
IProgressDialog_demo
- The progress dialog It s one of those boring tasks we all hate to do: writing a progress dialog. It ranks right up there with typing "ListView_SetExtendedListViewStyleEx". And even if you re able to reuse an existing dialog, it might not look just
lua-5.1.2CE
- Lua for Windows CE from sourceforge. lua 5.1.2-Lua for Windows CE from sourceforge. Lua 5.1.2
shell
- 首先需要一个递减的步长,这里我们使用的是9、5、3、1(最后的步长必须是1)。 工作原理是首先对相隔9-1个元素的所有内容排序,然后再使用同样的方法对相隔5-1个元素的排序,以次类推。 -First step reduced the need for a long, here is our use of 9,5,3,1 (the final step must be to 1). The first is that on the job between 9-1 months to sort
Unix_Compile_Tool
- 目录 1.GCC的使用 1.1.编译C程序 1.1.1.编译执行文件 1.1.1.1.C程序中的文件后缀名 1.1.1.2.编译单源程序 1.1.1.3.编译多源程序 1.1.2.编译目标文件 1.1.2.1.编译成目标文件 1.1.2.2.使用目标文件编译 1.1.3.预处理 1.1.3.1.预处理编译 1.1.3.2.编译预处理文件 1.1.3.3.预处理指令介绍 1.1.3.4.预定义宏介绍 1.1.3.5.预处理与make选项
gcc-core-3.4.2-20040916-1-src.tar
- 为ARM建立交叉编译环境所需要的工具g-Cross compiler for ARM to establish the tools needed to environment gcc
shell_namespace0
- Windows Shell 编程资料前5章。 介绍Shell编程基础和界面的控制。-Windows Shell programming.
shell_namespace1
- Windows Shell 编程资料 5--9章 介绍Shell的相关资料和变成要点。-Windows Shell programming for VC++
14-5
- DragTree World elemens sampe
winshelbdsrc
- WinShell 5.0源代码 -WinShell 5.0源代码WinShell 5.0源代码
pxe
- PXE一键安装脚本。适用于REDHAT 5/CENTOS5等linux系统-PXE installation scr ipt for a button. For other linux systems REDHAT 5/CENTOS5
0.5
- it create network , LTE simulator
myshell
- 开发的Shell程序支持以下命令: 1)cd <directory>——将当前默认目录改变为<directory>。如果没有<directory>参数,则显示当前目录;如果<directory>目录不存在,会出现合适的错误信息提示。 2)clr——清屏 3)dir <directory>——列出目录<directory>的内容 4)environ——列出所有的环境变量 5)echo <comment