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

搜索资源列表

  1. 有限自动机的确定化

    0下载:
  2. 此程序可以把编译原理中的不确定的有限自动机确定化,是编译中课程设计的内容-this program can build on the principle of uncertainty to determine finite automata, which is to compile the contents of the curriculum design
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:7584835
    • 提供者:火石
  1. 有限自动(编译原理)源代码机

    0下载:
  2. 有限自动机 是编译原理课程设计源代码 可以用来借鉴与参考,可以运行。-Finite Automata Theory courses is to compile the source code design can be used to make a reference, can run.
  3. 所属分类:编译器/词法分析

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

    0下载:
  2. 1、 学会针对DFA转换图实现相应的高级语言源程序。 2、 深刻领会状态转换图的含义,逐步理解有限自动机。 3、 掌握手工生成词法分析器的方法,了解词法分析器的内部工作原理 -1, the Institute against DFA conversion map corresponding high-level language source. 2, deeply understand the state transition map meaning, and graduall
  3. 所属分类:编译器/词法分析

    • 发布日期:2015-06-08
    • 文件大小:13305
    • 提供者:王志
  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. youxianzidongjihuajian

    0下载:
  2. 有限自动机的确定化及化简 1、更正了 DFA_simplify2 中的错误 2、增加新旧状态对照表 ds_temp --NFA转DFA -- 输入字符 -- 要求 id 必须从 1 开始连续递增-Finite Automata and the identification of a simplification, correction of the errors DFA_simplify2 2, increase the old and new stat
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:2844
    • 提供者:黄启龙
  1. byiyuanli

    0下载:
  2. 本源码可以用来对确定化的有限自动机进行化简-the source can be used to determine the finite automata for Simplification
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:2179
    • 提供者:123
  1. Regular-toDFA

    0下载:
  2. 从正规式到有限自动机及确定的有限自动机的化简。-from the formal ceremony to Finite Automata and the limited automatic machine simplification.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:13464
    • 提供者:wangxiuxiu
  1. nfa_dfa

    0下载:
  2. 求正规表达式到NFA(不确定的有限自动机),NFA到DFA及DFA(有限自动机)的最小化 有注释。-seek formal expressions of the NFA (uncertain Finite Automata), the NFA to the DFA and DFA (finite state machine) is the smallest of the Notes.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:2130
    • 提供者:王超
  1. 刘琴-0206-44-自动机的应用

    0下载:
  2. 本课程设计采用C语言进行编译原理实现课题有限自动机的应用,其目的如下:(1) 理解有限自动机的作用;(2) 利用状态图和状态表表示有限自动机;(3) 以程序实现有限自动机的运行过程-courses designed using the C language compiler principles to achieve automatic machine issues limited the application of its purpose as follows : (a) limited u
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:88921
    • 提供者:苏亮
  1. formalLanguageAndAutomata.rar

    0下载:
  2. 形式语言与自动机,重要的计算机理论基础教程. ,Formal Languages and Automata, the theoretical foundation of computer tutorials.
  3. 所属分类:Compiler program

    • 发布日期:2017-05-26
    • 文件大小:8885512
    • 提供者:James
  1. FAProject

    0下载:
  2. 构造形式语言中的PDA自动机,识别相应文法对应的句子-Structural form of the language of PDA automata, identify the appropriate corresponding sentence grammar
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:15233
    • 提供者:yinxue
  1. Lex

    0下载:
  2. 基于C++的编译器词法分析模块生成器[Lex],可使用Visual C++ 2003编译,分析词法定义文件,产生确定自动机[DFA]和对应词法的分析代码,使用此代码可解析C++源码并生成TOKEN序列-Based on C++ compiler lexical analysis module generator [Lex], can use the Visual C++ 2003 to compile, analyze lexical definition file, generated to
  3. 所属分类:Compiler program

    • 发布日期:2017-03-28
    • 文件大小:268613
    • 提供者:secret
  1. An_Dfa

    0下载:
  2. this code define the deterministic finite automata using genetic programming
  3. 所属分类:Compiler program

    • 发布日期:2017-04-11
    • 文件大小:979
    • 提供者:Mohammed
  1. An_NFA1

    0下载:
  2. this code define non-deterministic finite automata using lisp
  3. 所属分类:Compiler program

    • 发布日期:2017-04-11
    • 文件大小:1265
    • 提供者:Mohammed
  1. TYJ(1)

    0下载:
  2. 一个简单的DFA,能实现任何自动机的识别器,且可以有多个终态-A simple DFA, to achieve any recognition automata, and can have more than one final state
  3. 所属分类:Compiler program

    • 发布日期:2017-03-28
    • 文件大小:835
    • 提供者:tangyanjun
  1. Lex

    0下载:
  2. 通过设计、调试词法分析程序,实现从源程序中分出各种单词的方法;熟悉词法分析程序所用的工具自动机,进一步理解自动机理论。掌握文法转换成自动机的技术及有穷自动机实现的方法。确定词法分析器的输出形式及标识符与关键字的区分方法。加深对课堂教学的理解;提高词法分析方法的实践能力。通过本实验,应达到以下目标: -Through the design, debug lexical analysis procedures, to achieve separation from the source in a
  3. 所属分类:Compiler program

    • 发布日期:2017-04-04
    • 文件大小:14703
    • 提供者:李方
  1. DFA

    0下载:
  2. 简单DFA有穷自动机,可以根据输入的状态转换表,进行状态转换,对输入的字符串判断,该自动机是否可以接受。并有具体报告说明。-Simple DFA finite automata may be based on the input state transition table for state transitions, the input string to determine that the automatic machine is acceptable. And have specific
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:30577
    • 提供者:王乾坤
  1. LexicalAnalyzer

    1下载:
  2. 手工构造一个能够识别C语言的所有典型单词,如:标识符、数字、运算符,和if、while等保留字的确定有限自动机,并写出对应该自动机的程序;然后以一个简化的C语言程序为输入文件,通过所设计的基于上述自动机的词法分析程序获得输入文件中的各个单词及其内码对照表,并以文件形式保存结果(也就是TOKEN序列)。 将自己定义的各个正则表达式转化为NFA,然后将其综合为NFA ,再将NFA 转化为DFA,再将DFA转化为最少状态的DFA ,最后由DFA 转化为词法分析程序。-Manually constr
  3. 所属分类:Compiler program

    • 发布日期:2015-10-10
    • 文件大小:337795
    • 提供者:罗丹
  1. Compilation-of-finite-automata

    1下载:
  2. 编译原理实验程序集,无符号数的自动机实现,单词的识别,读取无符号数,无符号数的有穷自动机-Compiler principle experiment assembly, the automata of the symbol number, word recognition, reading unsigned unsigned finite automata
  3. 所属分类:Compiler program

    • 发布日期:
    • 文件大小:61157
    • 提供者:若若
  1. Automata(1)

    0下载:
  2. 编译原理自动机试验,帮助实现自动机,实验报告哦-Automata.cs
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:694
    • 提供者:吴娅楠
« 12 »
搜珍网 www.dssz.com