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

搜索资源列表

  1. moore state_machine

    0下载:
  2. 这是一个moore状态机的典型程序,供初学者参考-This is a typical state machine moore procedure reference for beginners
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-29
    • 文件大小:1534
    • 提供者:张云鹏
  1. moore1

    0下载:
  2. moore 状态机的一个简单的事例,初学者很好的地实例!-moore state machine of a simple example for beginners to very good example!
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-02
    • 文件大小:653
    • 提供者:liyanjun
  1. example2

    0下载:
  2. 状态机一般分为三种类型: Moore 型状态机:次态=f(现状,输入),输出=f (现状); Mealy 型状态机:次态=f(现状,输入),输出=f (现状,输入); 混合型状态机。 -State machine is generally divided into three types: Moore-type state machine: sub-state = f (the status quo, input), output = f (status) Mealy
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-01
    • 文件大小:25196
    • 提供者:汤化锋
  1. vhdl_pgms

    0下载:
  2. Program for Counter, mealy machine, moore machine, ones counter, seven segment with zero blanking and shift register in VHDL.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-02
    • 文件大小:3019
    • 提供者:Sivraj P
  1. moore

    0下载:
  2. moore状态机实验verilog代码,我已经调试好。希望供大家学习使用。-moore state machine code of verilog HDL.Debug it right.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-25
    • 文件大小:296199
    • 提供者:xiaowang
  1. moore_algotithm

    0下载:
  2. 用moore排序法来最小化延迟的总工作数量。里面有程序代码的说明和一个算例-Moore s algorithmm minimizes the number of tardy jobs for the single machine problem.
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:6372
    • 提供者:小胡
  1. moore

    0下载:
  2. vhdl simulation code for moore machine
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-16
    • 文件大小:84895
    • 提供者:SP
  1. Ch8_11

    0下载:
  2. this is a verilog program for a moore machine
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-04
    • 文件大小:458005
    • 提供者:jacob
  1. Verilog_hw_problem2

    0下载:
  2. this is a verilog program for a moore machine
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-16
    • 文件大小:319598
    • 提供者:jacob
  1. State_Machine

    0下载:
  2. 状态机的VHDL实现,在quartus-ii7.2上测试通过,文件包括米利状态机,摩尔状态机,ADC0809的状态机实现,序列检测器和定时去毛刺的状态机实现。-State machine code in VHDL,successfully tested in quartus-ii7.2,the file contains mealy state machine,moore state machine,ADC 0809 and sequence detector achieved in state
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-08
    • 文件大小:1551028
    • 提供者:baoguocheng
  1. de_dect

    0下载:
  2. LIFT CONTR0LLER...DESIGNED WITH FINITE STATE MACHINE WITH MOORE MACHINE
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-03
    • 文件大小:2207
    • 提供者:siddarth
  1. Traffic-light-on-corssline-

    0下载:
  2. 本实验中主要应用了状态机以及减法器的设计原理。在状态连续变化的数字系统设计中,采用状态机的设计思想有利于提高设计效率,增加程序的可读性,减少错误的发生几率。同时,状态机的设计方法也是数字系统中一种最常用的设计方法。一般来说,标准状态机可以分为穆尔(Moore)机和米利(Mealy)机两种。在穆尔机中,其输出仅仅是当前状态值的函数,并且仅在时钟上升沿到来时才发生变化。米利机的输出则是当前状态值、当前输出值和当前输入值的函数。-In this experiment, the application
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-09
    • 文件大小:149536
    • 提供者:蒋溯南
  1. mealay-machine-source-code

    0下载:
  2. melay moore machine code
  3. 所属分类:Development Research

    • 发布日期:2017-11-16
    • 文件大小:8518
    • 提供者:ekta
  1. moore

    0下载:
  2. 此代码利用状态机的思想实现moore型的时序逻辑电路。-This code using state machine thought realize Moore type of sequential logic circuit
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-11-28
    • 文件大小:1549550
    • 提供者:边茂宣
  1. moore-FSM

    0下载:
  2. 该程序描述并且模拟和实现了了一个摩尔有限状态机的功能和作用-The program describes the simulation and the function and role of a mole finite state machine
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-11-12
    • 文件大小:10938
    • 提供者:Armstrong
  1. Biblioteki_open_lab

    0下载:
  2. Mealy To Moore Machine Conversion C Program
  3. 所属分类:File Formats

    • 发布日期:2017-05-26
    • 文件大小:8958931
    • 提供者:as
  1. Finite-State-Machines

    0下载:
  2. 此壓縮檔包含四個資料夾(1)Moore Machine(2)Mealy Machine(3)Memory(4)A mini system,學習如何以階層化的方法去撰寫系統內部的小工作區塊,並了解迷你CPU內部的記憶體簡單的運作情形&資料串流-design the finite state machine and the mini system.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-05
    • 文件大小:9738
    • 提供者:sara kuo
  1. moore

    0下载:
  2. moore状态机,quartusii上仿真通过-moore state machine
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-13
    • 文件大小:2987536
    • 提供者:猪妖
  1. Moore-type-sequence-detector

    0下载:
  2. 基础实验_有限状态机:Moore型序列检测器-Experimental basis _ finite state machine: Moore-type sequence detector
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:263622
    • 提供者:cheguangning
  1. moore101

    0下载:
  2. 在计算理论中,摩尔型有限状态机(英语:Moore machine)是输出只由当前状态自己(不直接依赖于输入)确定的有限状态自动机。摩尔型有限状态机的状态图对每个状态包含一个输出信号,相对于米利型有限状态机,它映射机器中的“转移”到输出。moore101-In the theory of computation, a Moore machine is a finite-state machine whose output values are determined solely by its cu
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:534
    • 提供者:杨宇
« 12 3 4 »
搜珍网 www.dssz.com