搜索资源列表
-
0下载:
BeanShell是一个小型的,免费的,可嵌入式的,具有面向对象脚本语言特性的Java代码解释器。它是用Java语言写的。它能执行标准的Java语句和表达式,还自带简单的脚本命令和语法。它把编程对象当成一个简单的方法,这很像Perl和Javascr ipt.
你可以在写Java测试或调试时使用BeanShell,也可以用它作为你的应用程序的脚本引挚。简而言之,BeanShell可以动态的解释JAVA语言。也就是说BeanShell在许多方面对于Java的用处就像Tcl/Tk对于C的用处一样:
-
-
0下载:
一个小型的C++代码解释器,可以运行简单的C++代码。-A small C++ code interpreter, you can run a simple C++ code.
-
-
0下载:
brainfuck语言解释器,可以说是功能最简单的解释器了。修改了bug,删除了无效代码。解释器自动扩展内存,没有代码与数据长度限制。-brainfuck language interpreter, we can say is the most feature a simple interpreter. Modify the bug, deleted invalid code. Interpreter automatically extended memory, there is no code
-
-
0下载:
Shrimpscr ipt类是用来执行FakeBasic脚本语言的一个简单的解释器,
可以方便地嵌入你的程序中使用。在未经原作者同意的情况下,请勿
用于商业或不正当用途,谢谢!
你可以通过addFunction来添加外来函数,让脚本程序能够调用你的
C/C++程序以达到你的目的。也可以通过添加、修改类的代码来增强
脚本解释功能。当前版本支持浮点类型和浮点运算。-Shrimpscr ipt class is a simple interpreter for the perfor
-
-
0下载:
cmm解释器完整代码,包含词法分析模块,语法语义分析模块,中间代码生成模块,解释执行中间重新代码模块 ,中间代码采用四元式 界面简单,方便用户重新设计界面,只需要修改对应控件绑定事件-cmm interpreter complete code, including lexical analysis module, the syntax semantic analysis module, intermediate code generation module to explain the impl
-
-
0下载:
汇编语言解释器c++代码,基于面向对象实现。代码较简单,适合初学者,-Assembly language interpreter c++ code, based on object-oriented implementation. The code is relatively simple, suitable for beginners,
-
-
2下载:
一个非常简单的c语言实现的lisp的解释器的源码,供学习之用(A very simple C language implementation of the LISP interpreter source code for learning)
-