搜索结果
找到约 22 项符合
Grammar 的查询结果
按分类筛选
数值算法/人工智能 Standard Grammar Toolkit
Standard Grammar Toolkit
编译器/解释器 a LALR(1) grammar for C
a LALR(1) grammar for C
编译器/解释器 C-smile OOL is a scripting language with C++-like grammar. It has compiler, VM running bytecodes and
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++运行时。它是为运 ...
其他嵌入式/单片机内容 辞典 dict3.asm.grammar.asm,newword.asm 学习 learn.asm 名片 userinf.asm 备忘 userinf.asm 提醒 userinf
辞典 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
公共涵 ...
数据结构 上下文无关文法(Context-Free Grammar, CFG)是一个4元组G=(V, T, S, P)
上下文无关文法(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 ...
电子书籍 Compiler with latex grammar
Compiler with latex grammar
其他 SVMcfg: Learns a weighted context free grammar from examples. Training examples (e.g. for natural la
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.
Java书籍 An entry jsp learning the best books, including basic grammar and javabean / servlect and Informatio
An entry jsp learning the best books, including basic grammar and javabean / servlect and Information Management System Project Development
编译器/解释器 算符优先文法分析的c语言实现代码 需要输入词法分析的txt结果文件- The operator first grammar analysis c language realization code n
算符优先文法分析的c语言实现代码 需要输入词法分析的txt结果文件- The operator first grammar analysis c language realization code needs to input the lexical analysis the txt result document
文章/文档 句法分析器。一般用文法(grammar)来刻画.常见的是短语结构文法(chomsky hierarchy),其中最常用的是上下文无关文法(CFG)。
句法分析器。一般用文法(grammar)来刻画.常见的是短语结构文法(chomsky hierarchy),其中最常用的是上下文无关文法(CFG)。