Location:
Search - Interpreter
Search list
Description: flex&bison做的C语言编译器
文件写在word里,
列表为,内含详细注解(不过是日文,不过代码还是很好用)
interpreter.h
interpreter.iprg.c
interpreter.tree.c
interpreter.misc.c
interpreter.y
interpreter.l
Platform: |
Size: 6732 |
Author: czc |
Hits:
Description: java设计之Interpreter设计模式源程序.-Design Interpreter source design model.
Platform: |
Size: 3059 |
Author: wyhnet30 |
Hits:
Description: 设计模式之Interpreter,设计模式之Interpreter
Platform: |
Size: 9640 |
Author: wang |
Hits:
Description: 一个小型的BASIC解释器及其全部的C源程序代码- A small BASIC interpreter and its complete C source program
code
Platform: |
Size: 17408 |
Author: 李振海 |
Hits:
Description: 嵌入式的命令行解释器-embedded command line interpreter
Platform: |
Size: 218112 |
Author: |
Hits:
Description: http://www.programmersheaven.com/zone6/cat700/16060.htm A tiny BASIC interpreter with C++ sourcecode
Platform: |
Size: 210944 |
Author: 何福保 |
Hits:
Description: 用C语言编的一个小解释器,可以执行C程序的!算是可以执行C程序的C程序吧! (大师)写的哦!- A small interpreter arranges which with the C language, may
carry out the C procedure! Is may carry out C the procedure C
procedure! (Master) writes oh!
Platform: |
Size: 8192 |
Author: 张飞 |
Hits:
Description: 示范利用 Delphi 制作 BASIC 程序语言解释器- The demonstration manufactures the BASIC program language
interpreter using Delphi
Platform: |
Size: 59392 |
Author: 甜菜 |
Hits:
Description: 使用Java语言实现Small Basic语言解释器。包括两个主要的子系统:一个是表达式解释器,负责处理数字表达式;另一个是解释器,负责程序的实际执行。-use Java language Small Basic language interpreter. Including the two major subsystems : an expression interpreter is responsible for handling digital expression; Another interpreter, responsible for the actual implementation process.
Platform: |
Size: 17408 |
Author: 陈宁 |
Hits:
Description: flex&bison做的C语言编译器
文件写在word里,
列表为,内含详细注解(不过是日文,不过代码还是很好用)
interpreter.h
interpreter.iprg.c
interpreter.tree.c
interpreter.misc.c
interpreter.y
interpreter.l
-flex
Platform: |
Size: 6144 |
Author: czc |
Hits:
Description: BASIC的一个解释器,功能比较完善,可以在你的软件支持脚本解释功能-BASIC an interpreter, function more perfect, can you explain scripting software support functions
Platform: |
Size: 101376 |
Author: 张军 |
Hits:
Description: java设计之Interpreter设计模式源程序.-Design Interpreter source design model.
Platform: |
Size: 3072 |
Author: wyhnet30 |
Hits:
Description: 一个简单的脚本解释器,可以扩展函数,应用于数据库方面不错。-a simple script interpreter, which can be extended function, the database was quite good.
Platform: |
Size: 835584 |
Author: 1 |
Hits:
Description: 一个类c++语言解释器,由一位国外c++大师所作,喜欢脚本脚本语言的可以-a Class C language interpreter, by a master of his foreign c, like the script scripting language can s
Platform: |
Size: 193536 |
Author: clisper |
Hits:
Description: 一个C++函数解释器,很好用。-a C function interpreter, a good use.
Platform: |
Size: 19969024 |
Author: weiwei |
Hits:
Description: 魔王语言解释程序
请大家多多支持
数据结构实验-fiendish language interpreter please the generous support of experimental data structure
Platform: |
Size: 13312 |
Author: liulin |
Hits:
Description: 这是又一个C语言解释器, 我们可以方便地扩展其功能, 并将其用于我们的工作中-This also a C language interpreter, we can easily expand its functions, and used in our work
Platform: |
Size: 623616 |
Author: hjz67 |
Hits:
Description: 用java实现的通用解释器,包括slr,lr(0),lr(1),lr(k),ll等等,还可在在源码api上开发其他功能-with java achieve definitive interpreter, including slr, lr (0), lr (1), lr (k), ll, etc., but also in the OSS api on the development of other functions
Platform: |
Size: 415744 |
Author: digg |
Hits:
Description:
在VS2005.NET开发环境下,使用C#语言设计了一个对机器人指令进行翻译的解释器。 -In VS2005.NET development environment, using C# language design a robot command interpreter to translate.
Platform: |
Size: 336896 |
Author: luzhou |
Hits:
Description: 一个简单的语言解释器, 它可以读入一个简单的文本标记文件,并提取和
转换相应的成员关系信息。文件内容如下所示。
一个简单的文本标记文件:
<class>
<student>
<name>ABC</name>
<id>123456</id>
group1
</student>
</class>
每组"标记"包含两部分:标记名称和标记值。例如, <id>123456</id>是一组标记。标记名称包含在一对尖括号中
("<" 和 ">"), <id> 称为标记头, </id> 称为标记尾。 标记头和标记尾之间的称为标记的值。 在上面的例子中,
标记名称=id, 标记值=123456;而 group1 则是标记名称=student 的标记值。首尾标记名称及标记值可以分行写,但
表记名<>之间不能被回车分割,所有的标记值字符串不能被回车行或者其他标记分割。
具体的输入输出要求在压缩包中有。-A simple language interpreter, which can read a simple text markup files, and extract and
Convert the corresponding membership information. Contents of the file is shown below.
A simple text markup file:
<class>
<student>
<name> ABC </ name>
<id> 123456 </ id>
group1
</ Student>
</ Class>
Each "tag" contains two parts: the tag name and tag values. For example, <id> 123456 </ id> is a set of tags. Tag Name
Contained in a pair of angle brackets
("<" And ">"), <id> called tag header, </ id> as end tag. Tag between the head and tail marking as standard
Note value. In the above example,
Tag name = id, tag value = 123456 and group1 is the tag name = student of the tag values. Sum of tag name
And write tag values can branch, but
Table secret <> carriage return can not be split between all the tag value strings can not be split Enter the line or other marker.
Specific input a
Platform: |
Size: 1256448 |
Author: 潇湘风月 |
Hits:
« 12
3
4
5
6
7
8
9
10
...
44
»