搜索资源列表

  1. DN

    0下载:
  2. 编译原理实验正规式和有限自动机及其确定自动机的转换
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-18
    • 文件大小:5120
    • 提供者:xie wenkui
  1. Transformation_NFA_to_DFA

    0下载:
  2. Transformation_NFA_to_DFA 不确定有限自动机NFA到有限自动机DFA的转换-Uncertainty Transformation_NFA_to_DFA finite automata finite automata NFA to DFA conversion
  3. 所属分类:编译器/词法分析

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

    0下载:
  2. 利用状态表和有限自动机的运行原理编制程序,使得程序能够识别一个输入串是否为一个有效的符号串。-The use of state tables and finite automata operating principle of the preparation process, making the procedure to identify whether an input string for an effective symbol
  3. 所属分类:Windows编程

    • 发布日期:2024-05-18
    • 文件大小:1926144
    • 提供者:郑小波
  1. cn.work.zdj

    0下载:
  2. 有限自动机输入,转换,识别,图形显示与化简,采用Eclipse RCP开发工具和JAVA语言进行开发,并且使用全新的SWT/JFace,一改AWT/Swing单调、沉闷的界面风格,使得软件具有丰富的图形界面,而且具有跨平台性。我们可以通过输入一个或者多个有限自动机的状态集,字母表,转换函数,初始状态和终态或者右线性文法,并对生成的自动机进行相应的操作。-Finite automaton input, conversion, identi
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-18
    • 文件大小:1247232
    • 提供者:阿鸿
  1. yuanbao

    0下载:
  2. 元胞自动机的matlab程序。 元胞自动机(CA)是一种用来仿真局部规则和局部联系的方法。典型的元胞自动机是定义在网格上的,每一个点上的网格代表一个元胞与一种有限的状态。变化规则适用于每一个元胞并且同时进行。典型的变化规则,决定于元胞的状态,以及其( 4或8 )邻居的状态。元胞自动机已被应用于物理模拟,生物模拟等领域。-Cellular Automata matlab procedures. Cellular Automata (C
  3. 所属分类:matlab例程

    • 发布日期:2024-05-18
    • 文件大小:12288
    • 提供者:饭糊了
  1. 1

    0下载:
  2. 第一部分为有限自动机的构造,第二部分为自动机的比较。-The first part of the structure of finite automata, the second part of the comparison automaton.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-18
    • 文件大小:257024
    • 提供者:taigongxiaowang
  1. NFA_TO_DFA

    0下载:
  2. 完成从nfa向dfa的转换,即非确定性有限自动机向确定性有限自动机的转化-NFA to DFA
  3. 所属分类:Windows编程

    • 发布日期:2024-05-18
    • 文件大小:666624
    • 提供者:tianyi
  1. complier_scanner

    0下载:
  2. 设计扫描器的有限自动机,实现一个扫描器,即词法分析程序。-To achieve a scanner, that is, lexical analysis program.
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-18
    • 文件大小:224256
    • 提供者:lavender
  1. AutoMachine_v1p0

    0下载:
  2. 为人工情感的有限自动机模型,传入函数的参数包括:此刻的情绪状态向量,此刻的输入向量;函数输出为下一时刻的情绪状态向量和行为输出向量。-For the artificial emotion finite automaton model, the parameters passed to the function include: the emotional state vector at the moment, at the moment
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:王巍
  1. MyProjects

    0下载:
  2. 用c++加编译知识实现,一个正规式。而且是用Case语句加循环实现的。能识别一些有限自动机。-C++ compiler with the increase of knowledge achieved, a formal style. But also increases with the Case statement cycle achievable. Able to identify a number of finite automa
  3. 所属分类:软件工程

    • 发布日期:2024-05-18
    • 文件大小:324608
    • 提供者:想想
  1. comp1

    0下载:
  2. 用c++加编译知识实现,一个正规式。而且是用Case语句加循环实现的。能识别一些有限自动机。用c++加编译知识实现,一个正规式。而且是用Case语句加循环实现的。能识别一些有限自动机。-C++ compiler with the increase of knowledge achieved, a formal style. But also increases with the Case statement cycle achievab
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-18
    • 文件大小:177152
    • 提供者:想想
  1. LexicalAnalyzer

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

    • 发布日期:2024-05-18
    • 文件大小:337920
    • 提供者:罗丹
  1. acsmx

    0下载:
  2. AC算法----有限自动机的多模式匹配算法.该算法应用有限自动机巧妙地将字符比较转化为了状态转移。-AC algorithms finite automata---- Multi-pattern matching algorithm. The algorithm uses finite automata skilfully converted to state transition character comparison.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-18
    • 文件大小:4096
    • 提供者:mashiwei
  1. cifafenxi

    0下载:
  2. 基于有限自动机原理的词法分析 C++写的一个小程序 -Word parsing based on FSM
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-18
    • 文件大小:392192
    • 提供者:保密
  1. NFAtoDFA(CPP)

    0下载:
  2. 用c++编程求正规表达式到NFA(不确定的有限自动机),NFA到DFA及DFA(有限自动机)的最小化 -C++ programming with regular expressions to find NFA (not sure of the finite automata), NFA to DFA and DFA (finite automata) of the minimum
  3. 所属分类:Windows编程

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

    0下载:
  2. acbm算法简介,在有限自动机的多模式匹配算法(DFSA算法)的基础上, 在算法中以连续跳跃的思想,给出了另一个更加有效的改进-About acbm algorithm, finite automaton in the multi-pattern matching algorithms (DFSA algorithm), based on a continuous jump in the algorithm to the idea, g
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-18
    • 文件大小:75776
    • 提供者:gd
  1. NTD

    0下载:
  2. 在编译原理课程中的非确定有限自动机转换为确定有限自动机的源程序代码-The determinate finite automata converted to determinate finite automata
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者:郭晓丽
  1. machine

    0下载:
  2. 有限自动机问题。给你的模型。让你判断是否通过-Finite automata problem. To your model. Allows you to determine whether the pass. .
  3. 所属分类:matlab例程

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

    0下载:
  2. 功能强大的汇编语言词法分析器,可以读入一行汇编语言,再输出扫描结果。使用汇编语言开发,有限自动机原理。-Powerful assembly language lexical analyzer, can be read into the line of assembly language, and then export the scan results. Assembly language development, finite aut
  3. 所属分类:编译器/词法分析

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

    0下载:
  2. 基于矩阵模型表示的_线性_有限自动机的同步序列判定-Based on linear matrix model representation _ _ synchronous finite automata to determine the sequence
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-18
    • 文件大小:330752
    • 提供者:
« 1 2 3 45 6 7 8 »

源码中国 www.ymcn.org