CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 有限状态机

搜索资源列表

  1. 有限状态机

    0下载:
  2. 有限状态机FSM思想广泛应用于硬件控制电路设计,也是软件上常用的一种处理方法(软件上称为FMM--有限消息机)。它把复杂的控制逻辑分解成有限个稳定状态,在每个状态上判断事件,变连续处理为离散数字处理,符合计算机的工作特点。同时,因为有限状态机具有有限个状态,所以可以在实际的工程上实现。但这并不意味着其只能进行有限次的处理,相反,有限状态机是闭环系统,有限无穷,可以用有限的状态,处理无穷的事务。-FSM thinking widely used hardware control circuit d
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2008-10-13
    • 文件大小:8452
    • 提供者:李易
  1. 关于有限状态机(fsm)编码的技巧和注意事项

    1下载:
  2. 关于有限状态机(FSM)编码的技巧和注意事项-on finite state machine (FSM) coding skills and attention to the matter
  3. 所属分类:开发工具

    • 发布日期:2008-10-13
    • 文件大小:6124
    • 提供者:虞亮
  1. 有限状态机设计与实现源代码

    2下载:
  2. 有限状态机设计与实现源代码.zip-finite state machine design and realization of the source code. Zip
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:1794
    • 提供者:都好
  1. 基于有限状态机的汉语数字语音端点检测

    0下载:
  2. 基于有限状态机的汉语数字语音端点检测.rar.rar格式为vip-based on the finite state machine language digital voice endpoint detection. Rar.rar format vip
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:134046
    • 提供者:晓波
  1. FSMLibrary

    0下载:
  2. 有限状态机源码,最近在做一个项目需要用到状态机,自己研究了一下,将原来的状态机封装了,做了一些修改,实现了一个比较好用的状态机。里面包括测试工程,用例-Finite state machine source code, most recently doing a project needs to use state machines, their study a little, the original state machine package, and made some modificat
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-02
    • 文件大小:499473
    • 提供者:风雪浪子
  1. control_fsm_rtl.vhd

    0下载:
  2. ALU 有限状态机 ALU 有限状态机 ALU 有限状态机 ALU 有限状态机 ALU 有限状态机-ALU FSMALU FSMALU FSMALU FSMALU FSMALU FSMALU FSMALU FSM
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-30
    • 文件大小:7530
    • 提供者:王俊龙
  1. statemachine

    0下载:
  2. 用VHDL实现的有限状态机,还有modelsim仿真文件,及仿真结果-VHDL implementation using finite state machine, there modelsim simulation file, and the simulation results
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-29
    • 文件大小:152657
    • 提供者:pxjy
  1. fsm

    0下载:
  2. VHDL新手入门:有限状态机练习(三段式结构)-VHDL Getting Started: Finite state machine exercises (three-stage structure)
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-01
    • 文件大小:936
    • 提供者:Domo
  1. FSM

    0下载:
  2. 有限状态机状态转换,模拟实现状态转换使用hashtable-Finite state machine state transitions
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:5042
    • 提供者:Jone
  1. synopsis_FSM_coding

    0下载:
  2. synopsis的有限状态机编码方法的文档。 针对synopsis的综合环境,根据其综合工具的特点说明安全可靠、速度适合的FSM编码风格。 FSM coding style under synopsis. Used for verilog or vhdl designer. Good study data for ASIC newhand.-synopsis of the finite state machine coding documents. Synopsis for the in
  3. 所属分类:software engineering

    • 发布日期:2017-03-28
    • 文件大小:120486
    • 提供者:road
  1. VHDL

    0下载:
  2. 各种有限状态机的设计。 VHDL源代码。 -All kinds of finite state machine design. VHDL source code.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-31
    • 文件大小:13216804
    • 提供者:邢开开
  1. fsmnum

    0下载:
  2. 编译原理课程中通过有限状态机模型实现判定输入字符串是否为实数的源程序。-In compiler construction courses,use the finite state machine to implement to determine whether the input string is the real number.
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:1246
    • 提供者:Ingu
  1. youxianzhuangtaiji

    0下载:
  2. 有限状态机的说明以及源代码 有限状态机的说明以及源代码-FSM
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-04
    • 文件大小:15972
    • 提供者:刘剑桥
  1. state_mm

    0下载:
  2. 有限状态机源码,verilog语言编写。非常详细的示范了FSM状态机的编写。-Finite state machine source code, verilog language. A very detailed model of the FSM state machine preparation.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-03
    • 文件大小:685
    • 提供者:王先生
  1. zhuantaiji

    0下载:
  2. 简单的状态机设计,功能是检测一个5位二进制序列“10010”。考虑到序列重叠的可能,有限状态机共提供8个状态(包括初始状态IDLE)。-Simple state machine design, function is to detect a 5-bit binary sequence " 10010." Taking into account the possibility of overlapping sequences, finite state machines prov
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-31
    • 文件大小:538
    • 提供者:cherry
  1. statemachine

    0下载:
  2. 使用有限状态机的概念实现小型仪器多机通信协议,具有很高的稳定性与可靠性。-The concept of finite state machines using a small instrument to achieve multi-machine communication protocol, with high stability and reliability.
  3. 所属分类:VxWorks

    • 发布日期:2017-04-08
    • 文件大小:3612
    • 提供者:spark xu
  1. USE_FSM_DEDIGN_SRAM

    0下载:
  2. 用FSM(有限状态机)设计SRAM的VHDL语言-With the FSM (finite state machine) design of the VHDL language SRAM
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-04
    • 文件大小:12141
    • 提供者:高群
  1. design

    0下载:
  2. 使用有限状态机完成序列检测,是FPGA开发中的基础程序(sequence detection with state mation)
  3. 所属分类:VHDL/FPGA/Verilog

    • 发布日期:2018-01-01
    • 文件大小:161792
    • 提供者:tc280
  1. 状态机

    0下载:
  2. 本代码跟据状态转移图,通过verilog实现了一个有限状态机。(This code implements a finite state machine with the state transition graph through verilog.)
  3. 所属分类:VHDL/FPGA/Verilog

    • 发布日期:2018-01-06
    • 文件大小:184320
    • 提供者:yuguofang
  1. FiniteStateMachine

    0下载:
  2. 使用VHDL实现的有限状态机的ISE工程 ise版本14.7(Finite State Machine based on VHDL)
  3. 所属分类:VHDL/FPGA/Verilog

    • 发布日期:2018-05-03
    • 文件大小:116736
    • 提供者:richugh
« 12 3 4 5 6 7 8 9 10 ... 14 »
搜珍网 www.dssz.com