搜索资源列表
-
0下载:
BeanShell是一个小型的,免费的,可嵌入式的,具有面向对象脚本语言特性的Java代码解释器。它是用Java语言写的。它能执行标准的Java语句和表达式,还自带简单的脚本命令和语法。它把编程对象当成一个简单的方法,这很像Perl和Javascr ipt.
你可以在写Java测试或调试时使用BeanShell,也可以用它作为你的应用程序的脚本引挚。简而言之,BeanShell可以动态的解释JAVA语言。也就是说BeanShell在许多方面对于Java的用处就像Tcl/Tk对于C的用处一样:
-
-
0下载:
这是一个关于设计模式的例子演示。关于iterator模式和 interpreter模式没有演示。
代码的价值在于 :如果你不熟悉设计模式,这些例子能在你学习设计模式的过程中,帮助你更好的理解。
如果你想用来直接做项目,那它太简陋了。
作者余洋保留版权 但你可以自由的使用它。
本人保留修改和公布这些代码的权利,他人不允许散发这些代码.
代码在变量 函数设计 等一些细节的地方并不太理想,但我尽量把任务在我规划的时间内完成。
如果你将事例修改的更好 或你对于设计模式的使用上有自
-
-
0下载:
Celescr ipt 3.0.820
功能强大、灵活方便的 Celescr ipt 命令解释引擎。您只要编写简单的 Celescr ipt 命令文件,就能在 Windows 中实现灵活强大的批处理功能。
本程序及其源代码是可以免费获取的。
如果您使用或修改了其中任何的源代码,则必须把使用这些源代码的项目以及项目内的所有源代码和文档公开。否则禁止使用本程序源代码的任何部分。
您可以复制、分发和传播无限制数量的软件产品,但您必须保证每一份复制、分发和
-
-
0下载:
一个小型的C++代码解释器,可以运行简单的C++代码。-A small C++ code interpreter, you can run a simple C++ code.
-
-
0下载:
Initial Repository creation
20100214: initial push - code is lash-up of Compact Flash project. Most functions incomplete.
Goals:
* Support GCode from Skeinforge right out of the box
* Use novel ultra-ultra-simple mechanical scheme using o
-
-
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下载:
uBasic 解释器源码,可以编译Basic程序。
可应用在任何系统呵CPU芯片之上。用在单片机上更好,实现了一个简单的uBasic解释器的功能。-uBasic interpreter source code can be compiled Basic program. Can be applied to above Oh CPU chip in any system. Better on a single chip to achieve a simple function of uBasi
-
-
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下载:
A simple interpreter for the Irregexp byte code for Linux.
-
-
0下载:
此为Java《易学设计模式》一书的全书源代码,内容涉及简单工厂模式、工厂方法模式例子、状态模式例子、迭代器模式、解释器模式、命令模式、组合模式、模板方法模式、享元模式、桥模式、装饰模式、代理模式、适配器模式、单例模式、原型模式、抽象工厂模式等多种常见的JAVA设计模式例子集,对学习Java设计模式有极高的参考-This is the Java "to learn design patterns," a book book source code, which relates to the sim
-
-
0下载:
汇编语言解释器c++代码,基于面向对象实现。代码较简单,适合初学者,-Assembly language interpreter c++ code, based on object-oriented implementation. The code is relatively simple, suitable for beginners,
-
-
1下载:
华南理工大学操作系统实验六一个简单的shell解释程序的源代码(South China University of Technology operating system experiment, 6th a simple shell interpreter source code)
-
-
2下载:
一个非常简单的c语言实现的lisp的解释器的源码,供学习之用(A very simple C language implementation of the LISP interpreter source code for learning)
-