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

搜索资源列表

  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. 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. 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. 65_conditioner

    0下载:
  2. 空调系统有限状态自动机 实现空调温度的调节 风速的调解等功能-Air-conditioning systems finite state automata to achieve air-conditioning temperature regulation function of wind speed mediation
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:1712
    • 提供者:姜慧
  1. conditioner

    0下载:
  2. 空调系统有限状态自动机编码,各个源描述的编译顺序conditioner.vhd,conditioner_stim.vhd-Air-conditioning systems finite state automata encoding, various sources described in order to compile conditioner.vhd, conditioner_stim.vhd
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-28
    • 文件大小:1717
    • 提供者:李扬
  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. fsm

    0下载:
  2. awk脚本生成C代码,用于有限状态自动机实现!-awk scr ipt to generate C code for finite state automata to achieve!
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:3306
    • 提供者:董大凡
  1. match

    0下载:
  2. 字符串匹配,使用有限状态自动机原理实现,并解释转义字符 \\ -String matching, the use of finite state automata theory to achieve, and explain the escape character ' \ \'
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:1990
    • 提供者:北极冰
  1. wenfayasuo

    0下载:
  2. 掌握有穷状态自动机的概念,其存储表示及其与正则文法的联系输入:任意的正则文法 输出:相应的有穷状态自动机 识别有穷状态自动机是确定的还是非确定的 以相应的五元组形式输出-Control finite state machine concept, the store said its relationship with regular grammars contact input: any regular grammar Output: the corresponding finite sta
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-02
    • 文件大小:18447
    • 提供者:陈一飞
  1. youqiuzhuangtai

    0下载:
  2. 正则文法拆分,识别有穷状态自动机是确定的还是非确定的,判断是否为正则文法。 -Regular grammars and finite state automata, regular grammars split, identification of finite state automata is determined or non-determined. Enter the master regular grammar.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-04
    • 文件大小:50552
    • 提供者:郭建雄
  1. Finite-automata

    0下载:
  2. 基于有限自动机的词性标注方法,利用自动机进行状态转化,速度很快-Part of speech tagging method based on finite automata, automata for state transformation, very fast.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-07
    • 文件大小:400438
    • 提供者:周光有
  1. Finite-state-automata-Uncomment

    0下载:
  2. 关于使用有限状态自动机将程序的注释去除(不含print中的注释~)-Remove program notes on the use of finite state automata (excluding print the comments in the ~)
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:1076
    • 提供者:张璐
  1. uncertain-finite-automata-determine

    0下载:
  2. 不确定有限状态自动机的确定化,不确定有限状态自动机的确定化-The uncertain finite state automata determine
  3. 所属分类:Compiler program

    • 发布日期:2017-11-19
    • 文件大小:1547
    • 提供者:
  1. conditioner

    0下载:
  2. VHDL设计的空调系统有限状态自动机,带有VHDL测试平台代码-VHDL design of air-conditioning systems finite state automata with VHDL testbench code
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-24
    • 文件大小:1227
    • 提供者:叶宗英
  1. remove_comment

    0下载:
  2. 使用有限状态自动机,去除代码中的注释,对打印语句进行了特殊处理-Using finite state automata, remove comments in the code
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:733
    • 提供者:唐绍炬
  1. Delphi_866121

    0下载:
  2. Delphi自动断句机,带点智能语法分析功能,可把一段文字智能添加段落和分行显示,基于有限状态自动机的算法,文本分析与自动翻译等技术,其第一步首先都是断句,即把连续的文本,分成以句子为单位的基本成分。程序支持缩略语和标点识别,你可以载入一段文本试下。 -Delphi auto-punctuate machine, a little intelligent parsing function can be added to a text paragraph and intelligence br
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:32618
    • 提供者:8E11MJY
  1. 65_conditioner

    0下载:
  2. 空调系统有限状态自动机 实现空调温度的调节 风速的调解等功能-Air-conditioning systems finite state automata to achieve air-conditioning temperature regulation function of wind speed mediation
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-13
    • 文件大小:1741
    • 提供者:quan67428
  1. 元胞自动机与Matlab

    0下载:
  2. 元胞自动机(CA)是一种用来仿真局部规则和局部联系的方法。典型的元胞自动机是定义在网格上的,每一个点上的网格代表一个元胞与一种有限的状态。变化规则适用于每一个元胞并且同时进行。典型的变化规则,决定于元胞的状态,以及其( 4或8 )邻居的状态。元胞自动机已被应用于物理模拟,生物模拟等领域。本文就一些有趣的规则,考虑如何编写有效的MATLAB的程序来实现这些元胞自动机。(Cellular automata (CA) is a method for simulating local rules and
  3. 所属分类:仿真建模

    • 发布日期:2017-12-22
    • 文件大小:231424
    • 提供者:c.ljx
« 12 »
搜珍网 www.dssz.com