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

搜索资源列表

  1. MyREG

    0下载:
  2. 我的一个利用有限状态机的正则表达式的实现。-I use a finite state machine in the regular expression is achieved.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:35.61kb
    • 提供者:yaowei
  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
    • 文件大小:2.08kb
    • 提供者:王超
  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
    • 文件大小:86.84kb
    • 提供者:苏亮
  1. fsm_vhdl

    0下载:
  2. very useful for the whom uses finite state machine and it is used for speech
  3. 所属分类:Compiler program

    • 发布日期:2017-04-27
    • 文件大小:376.1kb
    • 提供者:ravi bhagwat
  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
    • 文件大小:29.86kb
    • 提供者:王乾坤
  1. ACsearch_DPPcompact_with_driver

    0下载:
  2. AC多模式匹配算法的CUDA实现 Aho-Corasick算法是基于有穷状态自动机的多模式匹配算法-AC multi-pattern matching algorithm CUDA implementation Aho-Corasick algorithm is a finite state machine based on the multi-pattern matching algorithm
  3. 所属分类:MPI

    • 发布日期:2017-05-04
    • 文件大小:1019.35kb
    • 提供者:jiangwei
  1. LexicalAnalyzer

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

    • 发布日期:2015-10-10
    • 文件大小:329.88kb
    • 提供者:罗丹
  1. Compilers

    0下载:
  2. 本人编写的一个采用递归下降法实现了PL0语言的编译器,程序分三部分:词法分析、语法分析、模拟执行器。运用有限状态自动机的方式实现,比传统的if-else方式更加简洁清晰。-Achieved by recursive descent PL0 language compiler, the program divided into three parts: lexical analysis, syntax analysis, simulation of the actuator. Finite sta
  3. 所属分类:Compiler program

    • 发布日期:2017-03-31
    • 文件大小:27.85kb
    • 提供者:hczhang
  1. cifa-vcPP

    0下载:
  2. 一款编译原理中的词法分析器,利用有限状态机的机制,能够解析C语言代码的词法结构,将每一个句子变成一个一个单词的形式。-A lexical analyzer in the compiler theory, finite state machine mechanism, able to resolve the lexical structure of C language code, each a one-word sentence into a form.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:631.53kb
    • 提供者:hgp
  1. DFA

    0下载:
  2. Compiler tech:Program For Acceptance Of A String Using deterministic finite automaton (DFA) which is a finite state machine accepting finite strings of symbols. For each state, there is a transition arrow leading out to a next state for each symbol.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:966byte
    • 提供者:jack
  1. DFA

    0下载:
  2. 编译原理文法输入,并根据输入的文法设计有穷状态自动机,判断是否未确定的,若否,则确定化!-Input grammar compiler theory and design of the input grammar finite state machine to determine whether the undetermined, and if not, determine the technology!
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:1.26kb
    • 提供者:韩敏
  1. chao

    0下载:
  2. 利用有限状态机实现一般时序逻辑分析的方法; 进掌握用Verilog编写的有限状态机的标准模板-Finite state machine to achieve general sequential logic analysis method into the grasp of finite state machines using Verilog standard template
  3. 所属分类:assembly language

    • 发布日期:2017-11-19
    • 文件大小:158.34kb
    • 提供者:zhangchao
  1. SCHK

    0下载:
  2. 由两个主控进程构成的相同功能的符号化Moore型有限状态机-Constituted by two master processes the same function symbol Moore finite state machine
  3. 所属分类:assembly language

    • 发布日期:2017-11-15
    • 文件大小:631byte
    • 提供者:liu
  1. VHDL-

    0下载:
  2. VHDL语言 有限状态机交通灯的设计 分频器模块的设计-Finite state machine design language VHDL design of traffic lights divider module
  3. 所属分类:assembly language

    • 发布日期:2017-04-15
    • 文件大小:6.31kb
    • 提供者:赵小川
  1. Finite-state-machine-design-part

    0下载:
  2. VHDL语言 有限状态机交通灯的设计 有限状态机设计部分-VHDL language finite state machine design of traffic lights finite state machine design part
  3. 所属分类:assembly language

    • 发布日期:2017-04-15
    • 文件大小:6.44kb
    • 提供者:赵小川
  1. FSM

    0下载:
  2. 这是用 vhdl所实现的有限状态机的代码,是学VHDL的基本-this is the VHDL for finite state machine.
  3. 所属分类:assembly language

    • 发布日期:2017-04-11
    • 文件大小:560byte
    • 提供者:lilyhe
  1. Digital-temperature--system

    0下载:
  2. 基于有限状态机设计的数字温度传感器控制系统-Digital temperature sensor control system based on finite state machine design
  3. 所属分类:LabView

    • 发布日期:2017-04-25
    • 文件大小:37.45kb
    • 提供者:kingboo
  1. Ex2

    0下载:
  2. Finite State Machine
  3. 所属分类:Compiler program

    • 发布日期:2017-05-01
    • 文件大小:16.79kb
    • 提供者:John
  1. Ex3

    0下载:
  2. Finite State Machine
  3. 所属分类:Compiler program

    • 发布日期:2017-04-12
    • 文件大小:538byte
    • 提供者:John
搜珍网 www.dssz.com