搜索资源列表
bsh
- BeanShell是一个小型的,免费的,可嵌入式的,具有面向对象脚本语言特性的Java代码解释器。它是用Java语言写的。它能执行标准的Java语句和表达式,还自带简单的脚本命令和语法。它把编程对象当成一个简单的方法,这很像Perl和Javascr ipt. 你可以在写Java测试或调试时使用BeanShell,也可以用它作为你的应用程序的脚本引挚。简而言之,BeanShell可以动态的解释JAVA语言。也就是说BeanShell在许多方面对于Java的用处就像Tcl/Tk对于C的用处一样:
judg
- 本程序使用JAVA实现文法类型判断功能,基本原理是根据乔姆斯基文法中文法类型的定义,进行判断给定的文法属于哪一类文法。通过判断产生式左右部给定的字符长度,以及是否是非终结符等进行判断,总之要紧扣每个文法类型的定义-procedures for the use of the grammar type JAVA judgment function, the basic principle is under Chinese law Chomsky grammar type of definition,
mod_xslt.tar
- Here are some short instructions for use of mod-xslt. The stylesheet is specified using the Processing Instruction <?xml-stylesheet type=\"text/xsl\" href=\"URL-OF-YOUR-STYLESHEET\"?> or now new <?xslt-stylesheet agent=\"
Dijkstra_c
- C#中实现最短路,该图算法描述的是这样的场景:图由节点和带有方向的边构成,每条边都有相应的权值,路径规划(最短路径)算法就是要找出从节点A到节点B的累积权值最小的路径。-achieve the most short-circuit, the algorithm described in the plan that is the scene : map with nodes and from the direction of the edges, and each side has a corre
linker
- 连接服务器功能,精短经典。 希望对大家有帮助-Connect server functionality, refined classic short. We want to help
flex-2.5.4a-1
- flex,词法自动生成工具,他可以在极短时间内帮助产生编译器的词法c源程序-flex, automatically generated lexical tools in a very short time he can help the compiler generate c source of lexical
vheader
- 将VHDL源文件中提取常量转换成C/C++的头文件。用于VHDL的固件和主机程序间的同步,如:寄存器地址,缓冲区长度,版本号等。-This short program converts the constants in VHDL files into C/C++ header files. It is useful to sync the VHDL firmware and C/C++ host program in, for example, register address, buffer
ftnchek
- 一般的FOrtran程序编译器只能检查一般的错误,而这个软件可以起到一般编译器不能起到的错误检查、程序优化作用。-Ftnchek (short for Fortran checker) is designed to detect certain errors in a Fortran program that a compiler usually does not. Ftnchek is not primarily intended to detect syntax errors.
spLb2
- Easy Compiler(moule of lexical analys) and short code parser
3
- 分析一小段代码的语法,不过代码有语法错误的话不会显示错的个数-Analysis of a short code, grammar, syntax errors, but if the code does not reveal the number of wrong
bianyi
- 1、设计题目:词法分析器的设计。 2、设计要求: 1、 使用任何一种编程语言编制一个词法分析程序。 2、 该程序能够识别的单词有5类: (1) 关键字:"long", "float", "static", "char", "short", "switch", "int", "const", "if", "then", "else", "for", "while", "break"。 (2) 常数:任何整型常数 (3) 标识符:字母打头的字母数字串。 <标识符&
main
- just a small test, not really interested, even not interested at all in short to say
compiler
- 一个语法编译器概述的代码,使用c编写,短小精悍,使用方便,根据各人使用需要修改即可-Overview of a grammar compiler code, the use of c writing, short and pithy, easy to use, you can modify according to their use
arduinodemux
- Arduino Demux An analog / digital multiplexer like the CD74HC4067 (mux for short) can help multiply the amount of pins you have, and it is insanely easy to connect to your arduino or other microcontroller The CD74HC4067 is a 16-Channel Analog
pl0sheji
- pl0分离解释器 添加for语言 添加数组 添加bool型 添加bool短路计算-pl0 separate interpreter for the language add add add bool type to add an array of bool short-circuit calculation
bool
- 对pl0编译器进行初步优化,添加bool型和bool短路计算-Pl0 compiler for a preliminary optimization, bool add bool type and short-circuit calculation
compiler
- 编译原理入门书籍,让你在短时间内搞懂编译原理-Introduction to compiler theory books, you get to know the compiler theory in a short time
lc
- 引用原作者:这个类C编译器是我在2008年写的,完成度并不高,并没有实现指针、struct这些,不过还是实现了基本的C语言数据类型(int/char/long/short等),函数的声明、定义、调用、递归,if/for/while/goto等跳转,详细请看sample和source。 为了节省开发的时间,词法和语法分析分别采用lex和yacc编写,可以用Cygwin里面的flex和bison进行编译。另外我觉得编译成x86的bytecode比较麻烦,所以定义了一套自己的bytecode
