Standard grammar Toolkit
上传时间: 2013-12-26
上传用户:
a LALR(1) grammar for C
上传时间: 2013-11-25
上传用户:gaojiao1999
C-smile OOL is a scripting language with C++-like grammar. It has compiler, VM running bytecodes and C++ extendible runtime. Intended to run in standlone and embedded mode C-smile 面向对象语言在语法上比较像C++的脚本化的语言,它有一个编译器,一个运行字节码的虚拟机,和可扩展的C++运行时。它是为运行独立的可插入的模块。
标签: bytecodes scripting compiler language
上传时间: 2015-04-29
上传用户:asddsd
辞典 dict3.asm.grammar.asm,newword.asm 学习 learn.asm 名片 userinf.asm 备忘 userinf.asm 提醒 userinf.asm time.asm 计算 calcul.asm,trigonom.asm,trigdata.asm 资料 info.asm 网络 net.asm rsdrv.asm,netview.asm 游戏 guess.asm,mine.asm,snake.asm,brick.asm,digblk.asm,pushbox.asm 系统 synth.asm 公共涵数: public.asm
标签: asm userinf grammar newword
上传时间: 2015-08-22
上传用户:dreamboy36
上下文无关文法(Context-Free grammar, CFG)是一个4元组G=(V, T, S, P),其中,V和T是不相交的有限集,S∈V,P是一组有限的产生式规则集,形如A→α,其中A∈V,且α∈(V∪T)*。V的元素称为非终结符,T的元素称为终结符,S是一个特殊的非终结符,称为文法开始符。 设G=(V, T, S, P)是一个CFG,则G产生的语言是所有可由G产生的字符串组成的集合,即L(G)={x∈T* | Sx}。一个语言L是上下文无关语言(Context-Free Language, CFL),当且仅当存在一个CFG G,使得L=L(G)。 *⇒ 例如,设文法G:S→AB A→aA|a B→bB|b 则L(G)={a^nb^m | n,m>=1} 其中非终结符都是大写字母,开始符都是S,终结符都是小写字母。
标签: Context-Free grammar CFG
上传时间: 2013-12-10
上传用户:gaojiao1999
Compiler with latex grammar
标签: Compiler grammar latex with
上传时间: 2014-05-29
上传用户:hongmo
SVMcfg: Learns a weighted context free grammar from examples. Training examples (e.g. for natural language parsing) specify the sentence along with the correct parse tree. The goal is to predict the parse tree of new sentences.
标签: examples e.g. weighted Training
上传时间: 2014-07-26
上传用户:zsjzc
An entry jsp learning the best books, including basic grammar and javabean / servlect and Information Management System Project Development
标签: Informatio and including javabean
上传时间: 2013-12-02
上传用户:cjf0304
算符优先文法分析的c语言实现代码 需要输入词法分析的txt结果文件- The operator first grammar analysis c language realization code needs to input the lexical analysis the txt result document
标签: realization analysis operator language
上传时间: 2015-12-28
上传用户:youlongjian0
句法分析器。一般用文法(grammar)来刻画.常见的是短语结构文法(chomsky hierarchy),其中最常用的是上下文无关文法(CFG)。
标签: hierarchy grammar chomsky CFG
上传时间: 2016-02-21
上传用户:410805624