CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - dfa

搜索资源列表

  1. AjaxParser.zip

    0下载:
  2. 词法分析的程序。核心函数是一个状态切换的函数 CAjaxParserDlg::Route。状态切换函数解根据一个 DFA 来对输入的文本进行分析。也就是说,如果你做一个新的DFA,就能分析新的词法。 DFA 的初始化在CAjaxParserDlg::OnInitDialog。
  3. 所属分类:编译器/词法分析

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

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

    • 发布日期:
    • 文件大小:147597
    • 提供者:
  1. dolphin-0.2.10-src.zip

    0下载:
  2. Full support for extended regular expressions (those with intersection and complement); Support for some kinds of cycles in grammar; DFA-based operation; Unicode support; C++ only, requires a modern compiler; Lexical analyzers can be config
  3. 所属分类:编译器/词法分析

    • 发布日期:
    • 文件大小:84150
    • 提供者:
  1. NFA到DFA.rar

    0下载:
  2. 所属分类:其它

    • 发布日期:
    • 文件大小:1862
    • 提供者:
  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. 确定有穷自动机分析内核

    0下载:
  2. 核心函数是一个状态切换的函数 CAjaxParserDlg::Route。状态切换函数解根据一个 DFA 来对输入的文本进行分析。也就是说,如果你做一个新的DFA,就能分析新的词法。 DFA 的初始化在 CAjaxParserDlg::OnInitDialog。 -core function is a state of the switching function CAjaxParserDlg : : Route. State switching function according to a
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:128418
    • 提供者:何福保
  1. 有限自动机的确定化

    0下载:
  2. 有限自动机的确定华,NFA到DFA的转变。-Ascertain of finite auto-machine , from NFA to DFA.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:37910
    • 提供者:田永震
  1. DFAv1

    0下载:
  2. 关于有穷自动机和正则表达式相互转化的程序,并完成有穷自动机的确定化和最小化。-on Finite Automata and Regular expressions are transformed into each other procedures, and complete the DFA and the determination of the smallest.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:50670
    • 提供者:高晖
  1. DFAjuti

    0下载:
  2. 正则式到有穷自动机 最近刚学了编译原理 搞出来得这个东西-to DFA has recently compiled a study of the principles of producing more things
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:197420
    • 提供者:代价
  1. LexicalAnalyser

    0下载:
  2. java版本的词法分析器,有穷自动机根据大型编译系统的模式构造。-java version of the lexical analyzer, the DFA Compilation System under the large tectonic model.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:16779
    • 提供者:郭振
  1. 20040726c zidongji

    0下载:
  2. 一个词法分析的程序。核心函数是一个状态切换的函数 CAjaxParserDlg::Route。状态切换函数解根据一个 DFA 来对输入的文本进行分析。也就是说,如果你做一个新的DFA,就能分析新的词法。 -a lexical analysis procedure. The core function is a state of the switching function CAjaxParserDlg : : Route. State switching function according
  3. 所属分类:DNA

    • 发布日期:2008-10-13
    • 文件大小:130160
    • 提供者:庄庄
  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. REManageAndNFAToDFA

    0下载:
  2. 能够完成正规式到NFA的转换,NFA到DFA的转换(子集法),DFA的最小化,测试一个生成串是否能为生成的DFA所识别-to complete the formal ceremony to change the NFA, NFA conversion to DFA (subset), the smallest of DFA, testing whether a string of generation to generation by the DFA Recognition
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:25615
    • 提供者:winpro
  1. Soft20060210155855646

    0下载:
  2. 正则式到有穷自动机 自己搞的 多支持-to DFA to develop its own multi-support
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:14411
    • 提供者:sunliang
  1. 69446611333

    0下载:
  2. 正则式到有穷自动机 基本上可以满足你的要求-to DFA basically satisfy your request
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:12379
    • 提供者:sunliang
  1. nfa

    0下载:
  2. NFA DFA相关算法 编译原理的一个实验内容 使用VC++打开-NFA DFA correlation algorithm compiler principles of the use of an experimental content VC Open
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:105621
    • 提供者:chuhaiyun
  1. 编译原理DFA模拟程序

    2下载:
  2. 编译原理 简单的词法设计——DFA模拟程序 1,自己定义一个DFA或者一个右线性正规文法 2,利用合适数据结构存储自动机 3,利用有穷确定自动机M=(K,Σ,f, S,Z)行为模拟程序算法,来对于任意给定的串,若属于该语言时,该过程经有限次计算后就会停止并回答“是”,若不属于,要么能停止并回答“不是”
  3. 所属分类:其他小程序

  1. DFAmatlab程序

    1下载:
  2. DFA源代码 刻意自己带数值进去 输入runDFA即可运行(DFA source code deliberately brings its own value in and enters rundfa to run)
  3. 所属分类:matlab例程

    • 发布日期:2021-03-04
    • 文件大小:64512
    • 提供者:jellyfishboi
  1. mf-dfa

    2下载:
  2. 消除趋势波动分析,时间序列的消除趋势波动(Eliminate trend fluctuation analysis, eliminate trend fluctuation of time series)
  3. 所属分类:matlab例程

    • 发布日期:2020-11-05
    • 文件大小:1024
    • 提供者:Berlin0724
  1. DFA算法核心

    0下载:
  2. DFA算法核心代码,希望大家能善用,如有不全请指教
  3. 所属分类:数据结构常用算法

« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 25 »
搜珍网 www.dssz.com