搜索资源列表
CYSHELL
- CYSHELL 是专门为CYPRESS CY63723 芯片的编译器开发的外壳程序,CYASM 编译器只提供了命令行模式,初学者很难使用,因此我给它写了一个WINDOWS 外壳,提供可视化的界面调用,该代码使用了管道通讯技术,在WINDOWS窗口显示本来只能在DOS界面的提示信息,本人原创代码。-CYSHELL specifically for CYPRESS CY63723 chip developed compiler shell, CYASM compiler only provides
autoconf
- Autoconf 是自动生成软件源代码配置脚本的工具,由此可以通过这个配置脚本,根据具体的应用场合,来配置软件源代码进行编译。-Autoconf is a tool for producing shell scr ipts that automatically configure software source code packages to adapt to many kinds of unix-like systems. The configuration scr ipts pro
shell
- 编写一个简单的命令解释器-shell功能-A simple shell-shell function
PEiD
- 现在的软件大都加了壳,给破解汉化带来非常大的不便。PEiD 能够侦测出几乎所有的壳,其数量已超过 470 种 PE 文件的加壳类型和签名,新版本增加了命令行的操作支持,使用非常方便。经分析是目前各类查壳工具中性能最强大的一款。另外还可识别出 EXE 文件是用什么语言编写的,比如:VC++、Delphi、VB 或 Delphi 等。-Most of today' s software, added a shell to break caused great inconvenience fin
lexForShell
- 简单的shell解释器的实现,实现了管道,重定向功能,可以执行少数的内部指令,可以后台运行,注释清晰。-Simple shell interpreter to achieve, to achieve the pipes, redirection, you can perform a small number of internal commands can run in the background, clear notes.
myshell
- shell命令解释器的一个源码。实现了shell命令解释器一般的内部命令和外部命令。-a source for the shell command interpreter. Shell command interpreter' s internal commands and external commands.