CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 编译器/词法分析 搜索资源 - 算法实现

搜索资源列表

  1. 简单优先算法

    0下载:
  2. 本程序主要用于实现自底向上分析技术中的简单优先分析算法,简单文法可由键盘输入,实现功能包括:简单优先文法的判别,优先关系矩阵的输出,句子的识别等-the procedures used to achieve a bottom-up analysis of a simple priority analysis algorithms, simple grammar could be the keyboard input to achieve features include : simple gra
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:3488
    • 提供者:米子
  1. mn

    1下载:
  2. 算符优先分析算法实现 编译原理课程设计 显示移进规约-operator priority analysis algorithm compiler theory of curriculum design show moved into the Statute
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:1546
    • 提供者:钱雷
  1. Lex_Yacc_Parser

    2下载:
  2. 语法分析器lex和词法分析器yacc的C++语言实现 1.Lex (1)Lex输入文件的解析 (2)正规表达式的解析 (3)一个正规表达式到NFA的转换算法实现 (4)多个NFA的合并 (5)NFA的确定化和最小化算法实现 (6)返回状态与返回内容的对应 2.Yacc (1)Yacc输入文件的解析 (2)上下文无关文法到对应LR(1)文法的下推自动机的构造 (3)LR(1)文法的下推自动机到相应分析表的构造 (4)LR(1)总控程序的构造(查表程
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:41490
    • 提供者:尤冉
  1. lemon

    0下载:
  2. lalr(1)算法实现,可以在windows平台和其他平台编译。
  3. 所属分类:编译器/词法分析

    • 发布日期:2014-01-16
    • 文件大小:43121
    • 提供者:朱胜
  1. 编译原理---算浮优先算法

    0下载:
  2. 简单介绍一下,整个工程分为5个文件:Main.c ----- 程序的入口点,其实很简单,就是调用两个函数。Global.h ----- 定义了一些全局变量及宏Parse.h ----- 语法分析器的主要算法Prece.h ----- 定义和实现了一些关于优先级的操作Stack.h ----- 定义和实现了一个栈及其操作编译的时候只要用TC2.0或者WinTC打开Main.c文件进行编译就好了。如发现有Bug请在这里贴出来或者把修改后的代码跟帖在这里:)总之,这个工程仅仅是一个简单示例,告诉大家怎
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:12104
    • 提供者:李雷
  1. 某小型语言的预测分析器

    1下载:
  2. 设计一个小型语言,要求有基本的程序语句,给出该小型语言的LL(1)文法,用预测分析法实现对该小型语言的LL(1)文法的语法分析。
  3. 所属分类:编译器/词法分析

  1. 简单的词法分析器 java 实现

    1下载:
  2. 简单的词法分析器 java 实现
  3. 所属分类:编译器/词法分析

  1. NFA-CONVERT-TO-DFA

    0下载:
  2. 编写程序读取nfa.txt,构造出NFA的数据结构,并编写算法实现NFA到DFA的转化。-Write a program to read nfa.txt, the data structure constructed NFA and NFA to DFA write algorithm transformation
  3. 所属分类:Compiler program

    • 发布日期:2017-03-22
    • 文件大小:174545
    • 提供者:kangqingping
  1. memory

    0下载:
  2. 最优算法实现存储管理,实现了存储空间的分配和回收-Optimal storage management algorithm to achieve the storage space allocation and recovery
  3. 所属分类:Compiler program

    • 发布日期:2017-04-04
    • 文件大小:5499
    • 提供者:袁天
  1. suanfa

    0下载:
  2. 实现识别标识符的状态转换图算法。掌握识别标识符的状态转换图的理论知识和算法实现。-Identifier to achieve recognition of the state transition map algorithm. Master identifier to identify the state transition graph theoretical knowledge and algorithms to achieve.
  3. 所属分类:Compiler program

    • 发布日期:2017-03-31
    • 文件大小:994
    • 提供者:陈斌
  1. c-viterbi

    1下载:
  2. 这是(2,1,7)viterbi编码和译码的c语言代码 译码中是用基二算法实现的,运行时首先要在c盘中建立一个输入文件和一个输出文件。-This is the [2,1,7] viterbi encoding and decoding of the c language code decoding is to use the base implementation of the second algorithm, run-time we must first set up in c aft
  3. 所属分类:Compiler program

    • 发布日期:2017-04-13
    • 文件大小:2147
    • 提供者:张晓勃
  1. 2

    0下载:
  2. 词法分析器状态图转换 识别标识符的状态转换图的理论知识和算法实现-Lexical analyzer state diagram conversion identifier to identify the state transition graph theory and algorithms to achieve
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:21041
    • 提供者:apple
  1. automaticToregularExpression

    0下载:
  2. 自动机的确定化和最小化设计文档,包括实现原理,算法实现流程图,测试数据,结果输出与分析-automatic definition and minimize design documeng
  3. 所属分类:Compiler program

    • 发布日期:2017-03-21
    • 文件大小:98373
    • 提供者:david
  1. ll0

    0下载:
  2. ll0算法实现, 编译原理实验题-ll0
  3. 所属分类:Compiler program

    • 发布日期:2017-04-13
    • 文件大小:3101
    • 提供者:云遥
  1. 3971007slr

    0下载:
  2. 用C++实现的编译原理的SLR算法实现,能运行成功通过-Implemented with C++ compiler principles SLR algorithm can be run successfully passed the
  3. 所属分类:Compiler program

    • 发布日期:2017-04-15
    • 文件大小:17647
    • 提供者:li
  1. Compiler

    1下载:
  2. 一份完整的编译原理课程设计.设计了一个词法分析器和一个利用LL(1)算法实现的语法分析器.可以对C-语言编写的程序进行词法分析和语法分析,当出现错误时推断可能的原因.并最终用直观的方式构建起一棵语法分析树.-A complete compilation Principle. Designed a lexical analyzer and a use of LL (1) parser algorithm. Can be written in C-language program for lexic
  3. 所属分类:Compiler program

    • 发布日期:2015-05-25
    • 文件大小:269132
    • 提供者:无意乂
  1. OPG

    0下载:
  2. 主要是编译原理学习中词法和语法分析的算法实现程序-Lexical and grammatical primarily compiled the algorithm analysis procedure
  3. 所属分类:Compiler program

    • 发布日期:2017-03-28
    • 文件大小:766982
    • 提供者:dongke
  1. interpreter

    0下载:
  2. 大四编译原理课程设计要求做的一个解释器,first集合,follow集合算法实现等等。-The senior compiler theory of curriculum design requirements to do an interpreter, the first collection, follow collection algorithm.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:2557
    • 提供者:achuan
  1. LR语法分析器

    2下载:
  2. 北邮编译原理LR算法实现,代码清晰,便于更好地学习算法-Beijing University of Posts and Telecommunications compiler theory LR algorithm
  3. 所属分类:编译器/词法分析

    • 发布日期:2012-11-19
    • 文件大小:298525
    • 提供者:ycc
  1. bupt_LL

    0下载:
  2. 北邮编译原理LL算法实现,代码清晰,便于更好地学习算法-Beijing University of Posts and Telecommunications compiler theory LL algorithm
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:232324
    • 提供者:ycc
« 12 3 4 5 »
搜珍网 www.dssz.com