搜索资源列表
bsh
- BeanShell是一个小型的,免费的,可嵌入式的,具有面向对象脚本语言特性的Java代码解释器。它是用Java语言写的。它能执行标准的Java语句和表达式,还自带简单的脚本命令和语法。它把编程对象当成一个简单的方法,这很像Perl和Javascr ipt. 你可以在写Java测试或调试时使用BeanShell,也可以用它作为你的应用程序的脚本引挚。简而言之,BeanShell可以动态的解释JAVA语言。也就是说BeanShell在许多方面对于Java的用处就像Tcl/Tk对于C的用处一样:
ucw-src129
- UC Library Extensions UnderC comes with a pocket implementation of the standard C++ libraries, which is a reasonably faithful subset. This documentation describes those UnderC functions and classes which are not part of the C++ standard. UC
ViEditor
- Vi editor is used in UNIX language is a browser, used to create small programs, we can write even large programs by using different commands available.
cpptcl-1.1.3
- C++/Tcl A C++ library for interoperability between C++ and Tcl Welcome to the C++/Tcl library! This library was written for C++ and Tcl programmers. It was inspired by the Boost.Python library and was deliberately designed to provi
dcc
- Manual/ebook for using Diab Compiler and developing code in C. Use this to learn about the installation procedure to be followed for installing diab 4.2b compiler in xp OS. This file helps in understanding various commands involved in diab compiler -
dlxas
- 一个mips指令集的汇编器,可以支持40几条指令的汇编,是学习汇编器的好资料-A mips assembler instruction set that can support 40 a compilation of several commands, is good information to learn assembler
AsmFun
- AsmFun(汇编指令查询器) V1.3 Build 07.01 绿色版 1、可查询汇编指令(支持过滤查询) 2、添加常用工具(支持自定路径,请自行修改config.ini) 3、支持QQ窗体的缩入伸出功能(先点击收缩窗品按钮,然后拉到桌面顶端) 版本:1.3 Build 07.01 增加:添加、修改、删除 指令功能 指令列表支持鼠标滚动 修正了某些Bug 添加运行、关闭特效 修正收缩窗口的Bug 屏敝了右键菜单 添加
BYYL
- 一个实现图形绘画命令的编译程序,可利用命令来实现简单绘图.-A realization of graphic drawing commands compiler can use the command to achieve a simple drawing.
ucc160
- ucc是一个编译器驱动器,在运行过程中,它会首先调用预处理器对C文件进行预处理, 然后依次调用编译器和汇编器生成目标文件,最后调用链接器将多个目标文件以及 库文件链接在一起生成最终的应用程序。 目前,ucc支持运行在Intel X86平台上的Linux和Windows操作系统。 当解压下载的源码后,系统中会产生一个名为ucc的目录,该目录的组织如下: driver 驱动器实现 ucl C编译器实现 doc 文档,中英文版本的ucc使用手册以及ucc内
shell_v3
- linux环境下,实现的shell解释器,实现功能主要有: 1. 基本界面由输入提示符开头 2. 执行可执行文件包括参数 3. 错误提示 4. 内置简单shell 命令 cd exit 5. 单次I/O 重定向 > < 6. 单次管道 | 7. 后台运行 & 8. 顺序执行多个命令 ;-linux environment, to achieve the shell interpreter to realize functions are: 1
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.
b2003_03_26_snn
- maple code in a test program to test software commands in maple. test program commands. s compiler for network coding
MobileBASIC_V1.8.6
- MobileBASIC是一款BASIC语言解释器,支持基本命令,日期和时间函数,接口选择,图解说明,命令输出输入等等功能。-Allow phonetic typing MobileBASIC is a BASIC language interpreter, support for basic commands, the date and time functions, interface options, illustrates command input-output function.
mini_shell
- mini shell of unic in c . just compile and try the commands.
myshell
- shell命令解释器的一个源码。实现了shell命令解释器一般的内部命令和外部命令。-a source for the shell command interpreter. Shell command interpreter' s internal commands and external commands.