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

搜索资源列表

  1. bianyiyuanli.rar

    0下载:
  2. 一. 实验目的: 设计、编写和调试一个具体的词法分析程序,加深对词法分析理论和自动词法分析工具的理解、实践和掌握。 二. 实验要求: ① 学习和理解正则表达式理论,写出C—语言的记号的完整的正则表达式;(适当使用正则定义) ② 学习和理解有限机理论,根据前面的正则表达式,用基于经验的方法画出C—语言的记的DFA图; ③ 用基于DFA图的算法编写C—语言的词法分析程序; ④ 学习词法分析程序的自动生成工具,使用LEX工具实现C—语言的词法分析程序.
  3. 所属分类:编译器/词法分析

    • 发布日期:
    • 文件大小:147597
    • 提供者:
  1. BOCH.rar

    0下载:
  2. 一个用LISP语言编写的语法分析器。使用Bottom-up Chart Parsing算法,程序非常的简单高效,只有二百多行。另外可以自己定义文法和字典。 源代码公开,主要供对语法分析算法和LISP编程感兴趣的人学习使用,也可以使用在自然语言处理的各种实际研究当中。
  3. 所属分类:编译器/词法分析

    • 发布日期:
    • 文件大小:4561
    • 提供者:
  1. by31.rar

    0下载:
  2. 算法优先法实现算术表达式的语法分析
  3. 所属分类:编译器/词法分析

    • 发布日期:
    • 文件大小:4785
    • 提供者:
  1. huffman2.rar

    0下载:
  2. 根据哈夫曼算法进行建树,并根据输入的数据,进行哈夫曼编码。
  3. 所属分类:编译器/词法分析

    • 发布日期:
    • 文件大小:4115
    • 提供者:
  1. 编译原理及实践

    1下载:
  2. 目      录 译者序 前言 第1章   概论 1 1.1   为什么要用编译器 2 1.2   与编译器相关的程序 3 1.3   翻译步骤 5 1.4   编译器中的主要数据结构 8 1.5   编译器结构中的其他问题 10 1.6 &
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-04-25
    • 文件大小:7612048
    • 提供者:wesong
  1. 编译原理课程设计报告LL1文法

    0下载:
  2. 课程设计的目的 通过课程设计进一步理解高级语言在计算机中的执行过程,加深对编译原理中重点算法和编译技术的理解,提高自己的编程能力,培养好的程序设计风格。同时通过某种可视化编程语言的应用,具备初步的Windows环境下的编程思想。解和掌握LL(1)语法分析方法的基本原理;根据给出的LL(1)文法,掌握LL(1)分析表的构造及分析过程的实现。 -curriculum design through curriculum design aimed to further understand se
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:126996
    • 提供者:爽爽
  1. 语法词法分析

    1下载:
  2. 一个c语言写的词法分析器和语法分析器的简单算法,适用于编译原理的初学者-a written language lexical analyzer and parser simple algorithms, compiler theory applies to the beginners
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:4485
    • 提供者:吴绪林
  1. 词法分析器-编译

    0下载:
  2. 基于c语言编写的关于编译中的词法分析算法的编程-based on the language compiler of lexical analysis algorithm programming
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:52190
    • 提供者:贾利新
  1. 四元转换器

    0下载:
  2. 四元式分析器。供初学者借鉴和使用。只要使用算符优先算法。-four yuan analyzer. For beginners learn from and use. As long as the operator priority to the use of algorithms.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:37761
    • 提供者:巫丙亮
  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. 递归下降分析法(编译原理).tex

    0下载:
  2. 递归下降分析法 是编译原理课程设计的源代码 可用来研究递归下降算法-decline recursive analysis is to compile the curriculum design principle source code can be used to study decline recursive algorithm
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:916
    • 提供者:刘飘
  1. maxent-2.4.0

    0下载:
  2. 基于统计的文本分析中,最为常用的最大熵算法,可直接调用,广泛用于词性标注,词义消岐等-based on statistical analysis of the text, the most commonly used of maximum entropy algorithm, can be called directly, widely used in tagging, Words such as Consumers qi
  3. 所属分类:编译器/词法分析

    • 发布日期:2013-03-28
    • 文件大小:2483784
    • 提供者:廖剑
  1. CNF

    0下载:
  2. 编译原理中CNF算法,请仔细审查,想必会有用的-compiler Principle CNF algorithm, carefully review must be used
  3. 所属分类:编译器/词法分析

    • 发布日期:2015-06-08
    • 文件大小:10469
    • 提供者:刘缵敏
  1. NFAtoDFA

    0下载:
  2. NFAtoDFA也是编译原理中的算法,供大家参考,有意见联系我-NFAtoDFA compiler theory is the algorithm, for your reference, I have Contact
  3. 所属分类:编译器/词法分析

    • 发布日期:2015-06-08
    • 文件大小:11099
    • 提供者:刘缵敏
  1. cweb.tar

    0下载:
  2. 著名算法大师高爷爷设计的语言。此语言结合了Tex和C,在写源代码的时候,详细注释,用一个工具单独在源码里面提取C代码编译,还有一个工具单独在源码里面提取Tex源码编译生成文档-famous masters Grandpa algorithm design language. This language combines Tex and C, writing source code, detailed notes, with a separate tool from inside the C so
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:223945
    • 提供者:梁飞
  1. XTokenString

    0下载:
  2. 这是一个高效的多字段匹配算法的程序,可以精确的定位在某个字段上有那些内容。-This is a more efficient matching algorithm field procedures, the positioning precision in a particular field are those elements.
  3. 所属分类:编译器/词法分析

    • 发布日期:2015-06-10
    • 文件大小:38534
    • 提供者:路晓遥
  1. lr0

    0下载:
  2. 编译原理LR(0)文法分析器 录入合法的LR(0)文法,将输出LR(0)分析表,并可以对输入的句子进行语法分析输出相应语法树。 程序中部分算法还很不简洁,有待改进,欢迎朋友与我多多交流。 -compiler theory LR (0) grammar analyzer input legitimate LR (0) grammar, will output LR (0) analysis table, and may import for the sentence syntax
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:39384
    • 提供者:朱俊
  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. 遗传算法用于tsp问题的研究

    0下载:
  2. 此文件是用VC编写的关于编译原理遗传算法用于tsp问题的研究-this document is prepared by the VC on the principle of genetic algorithms compiled for the study tsp
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:196494
    • 提供者:nyxz
  1. lsr

    0下载:
  2. 算符优先算法的源程序,没有给出头文件,不能直接用-Operator of the source priority algorithm, there is no header file is given, can not be directly used
  3. 所属分类:Compiler program

    • 发布日期:2017-04-14
    • 文件大小:5513
    • 提供者:xiaorui
« 12 3 4 5 6 7 8 9 10 ... 14 »
搜珍网 www.dssz.com