搜索资源列表

  1. DFASearcherNew

    0下载:
  2. 自动机DFA在文本检索中的应用 效果很不错 实现了NFA功能-automatic machine DFA in the text retrieval of very good results achieved NFA function
  3. 所属分类:绘图程序

    • 发布日期:2024-05-18
    • 文件大小:50176
    • 提供者:xjt
  1. c语言词法分析程序

    0下载:
  2. .X语言词法分析程序的设计 目的:设计、编制、调制一个具体的词法分析程序,加深对词法分析原理的理解。 要求: (1)通过理解正规式、有限自动机原理,根据下面的X语言的说明编制一个X语言的词法分析程序。 (2)提交实验报告,报告内容如下: 目的要求、DFA、程序清单(带注释)、测试样例及结果-. X language lexical analysis procedure is designed to: design, preparatio
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-18
    • 文件大小:33792
    • 提供者:萧飞
  1. MyFrame1

    0下载:
  2. 模拟dfa实现功能的java程序,由正则表达式生成简化的dfa-simulation functionality java process from the formation Regular expressions are simplified DFA
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:5120
    • 提供者:王平
  1. 有限自动机的确定化

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

    • 发布日期:2024-05-18
    • 文件大小:37888
    • 提供者:田永震
  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. 所属分类:数据结构常用算法

    • 发布日期:2024-05-18
    • 文件大小:50176
    • 提供者:高晖
  1. DFAjuti

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

    • 发布日期:2024-05-18
    • 文件大小:197632
    • 提供者:代价
  1. LexicalAnalyser

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

    • 发布日期:2024-05-18
    • 文件大小:16384
    • 提供者:
  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. Stat
  3. 所属分类:DNA

    • 发布日期:2024-05-18
    • 文件大小:130048
    • 提供者:庄庄
  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 transitio
  3. 所属分类:其它资源

    • 发布日期:2024-05-18
    • 文件大小:241664
    • 提供者:王志
  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
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2024-05-18
    • 文件大小:1010688
    • 提供者:winpro
  1. nfa

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

    • 发布日期:2024-05-18
    • 文件大小:105472
    • 提供者:chuhaiyun
  1. DFAScan

    0下载:
  2. 根据输入的正则式产生NFA,然后转化为DFA,并化简-under the importation of which is generated NFA-and then into DFA and Simplification
  3. 所属分类:其它资源

    • 发布日期:2024-05-18
    • 文件大小:6144
    • 提供者:conan
  1. SimplizeDFA

    0下载:
  2. 简化DFA-对于一确定型自动机M=(K,Σ,Δ,s, F),设p,q ∈K,若对于任一字符串w,由p沿w可达某终点当且仅当由q沿w可达某终点,则说p,q等价,记为p≡q。而且,≡的一个等价类恰好就是状态数最少的确定型自动机的一个状态-Simplify the DFA-for a defined automaton M = (K, Σ, Δ, s, F), set p, q ∈ K, if for any string w, from p
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-18
    • 文件大小:8192
    • 提供者:David
  1. zidongji

    0下载:
  2. 编译原理中的NFA转换到DFA(自动机的转换)-compiler principles of the NFA conversion to DFA (automatic machine translation)
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者:冰冰
  1. lexHE

    0下载:
  2. 用DFA方法写得词法分析器 和大家交流一下-with DFA methods written lexical analyzer and the exchange of this
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-18
    • 文件大小:14336
    • 提供者:hejing
  1. DFA_soft

    0下载:
  2. 消除趋势分析(DFA)目前已经成为时间序列分析的重要方法,该软件代码具有该领域的权威性-eliminating trend analysis (DFA) has now become a time-series analysis of the important ways, The software code with the authority in the field
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:130048
    • 提供者:许小可
  1. DFA_and_FA

    0下载:
  2. 我自己按照定义编写的FA和DFA(消除趋势分析)代码,请大家参考-myself prepared in accordance with the definition of the FA and DFA (Elimination of trend analysis) code, please refer to
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:许小可
  1. scanf_twice

    0下载:
  2. 这是最简单的DFA实现,使用时注意修改文件路径!有兴趣的可以修改为一次文件扫描或者使用内存数组。-This is the most simple DFA realized, when used to modify file paths! Interested be revised to a document scanning or use memory array.
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:fun_zb
  1. 000000adada2

    0下载:
  2. 数据结构,二叉树和哈夫曼编码。C++ 1、 学会针对DFA转换图实现相应的高级语言源程序 ·a C++ Class Library of Cr ·简单的防火墙,可以用来学习,作为毕业课设也相当有帮 ·实现ARM 芯片的一对PWM 输出用于控制直流电机 ·Programming the Microsoft ·VC调用java的简单例子。需要注意jvm.dll ·这是介绍在VC++6。0下如何编
  3. 所属分类:教育/学校应用

    • 发布日期:2024-05-18
    • 文件大小:3072
    • 提供者:
  1. DFAandDataReplace

    0下载:
  2. 计算Detrended Fluctuation Exponent(DFA)指数-calculated Detrended Fluctuation Exponent (DFA) index
  3. 所属分类:matlab例程

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:严荣国
« 1 2 3 45 6 7 8 9 10 ... 33 »

源码中国 www.ymcn.org