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

搜索资源列表

  1. M3_SVC_FSM_PSP

    0下载:
  2. CortexM3是SVC的使用,如何切换PSP,以及一个有限状态机的C实现例子,很短小,但是很有用-CortexM3 the use of SVC, how to switch the PSP, as well as a finite state machine implemented in C examples, and are very short, to but useful
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-03-30
    • 文件大小:55485
    • 提供者:zmj
  1. MazeDemo

    0下载:
  2. 用有限状态机实现的遍历迷宫求解.最重要的是并演示了求解的过程.-Finite state machine implemented by traversing the maze to solve. The most important and demonstrates the solution process.
  3. 所属分类:Data structs

    • 发布日期:2017-05-10
    • 文件大小:2132205
    • 提供者:sdgsdsdfw
  1. fsm

    0下载:
  2. 由于工作原因,需要开发一套有限状态机框架,在此和大家分享一下源代码。-FSM(Finite State Machine) framework
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-28
    • 文件大小:4723
    • 提供者:王晗
  1. FSM_Robustness_Testing

    0下载:
  2. 基于有限状态机的健壮性测试研究。 关键词:健壮性测试;增强有限状态机;全球平台;安全通道协议-The Research of Robustness Testing Based on FSM
  3. 所属分类:Software Testing

    • 发布日期:2017-11-27
    • 文件大小:209527
    • 提供者:Kitman
  1. FSM

    0下载:
  2. 典型实例用FPGA来实现有限 状态机 FSM的程序编写-fpga fsm verilog
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-11-24
    • 文件大小:1122680
    • 提供者:李斌
  1. verilog

    0下载:
  2. 一些基本的Verilog 代码 包括基本的分频器设计,交通灯设计,自动售货机设计,有限状态机的设计-Some basic Verilog For freshman
  3. 所属分类:Other systems

    • 发布日期:2017-11-16
    • 文件大小:3667
    • 提供者:Jim Green
  1. FSM

    0下载:
  2. 有限状态机的文章,文章阐述清晰明了,结构分明,深入浅出,适合学习。-Finite state machine of the article, the article presents the clarity, structured, easy to understand, suitable for learning.
  3. 所属分类:software engineering

    • 发布日期:2017-11-23
    • 文件大小:198140
    • 提供者:晓海
  1. counter16

    0下载:
  2. 16位计数器,有使能功能,可以加减计数,有异步清零位,不用有限状态机-16-bit counter, enable function, you can add and subtract counting, asynchronous clear bits without a finite state machine
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-12-09
    • 文件大小:586
    • 提供者:赵永峰
  1. counter4

    0下载:
  2. 用有限状态机实现16位可逆计数器,有使能位,可以异步清零-16 reversible counter finite state machine, the enable bit asynchronous clear
  3. 所属分类:Other systems

    • 发布日期:2017-11-22
    • 文件大小:624
    • 提供者:赵永峰
  1. Libbehavior-1.0-Release

    0下载:
  2. 如果要让游戏里的角色或者NPC能执行预设的AI逻辑,最简单的用IF..ELSE...神器既可以实现,但是再复杂的一般用经典的状态机来切换状态,但是编辑器写起来比较麻烦。相对的,行为树(Behavior Tree)理解和编辑起来就非常简单了。行为树,其实也是一种有限状态机,只不过形式上分层呈树结构,人称分层有限状态机(HFSM)。-ntax Label Name Descr iption A Component Name Speci es a component B Behavior...3 Tr
  3. 所属分类:Game Hook Crack

    • 发布日期:2017-11-10
    • 文件大小:3668761
    • 提供者:颜学农
  1. fsmd_examples

    0下载:
  2. fsm有限状态机加datapath的一个例子-fsm finite state machine plus datapath example
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-11-09
    • 文件大小:5772
    • 提供者:ruiyun
  1. EDA

    0下载:
  2. EDA培训.分频电路设计.有限状态机.Modelsim仿真.FPGA片内资源利用-EDA training. Divider circuit design. Finite state machine. Modelsim simulation FPGA chip resource utilization
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-11-22
    • 文件大小:1471790
    • 提供者:wangfan
  1. otg_fsm

    0下载:
  2. linux系统上,OTG OTG规范的有限状态机-linux system, OTG OTG specification finite state machine
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-22
    • 文件大小:2766
    • 提供者:parityer
  1. Qcalc

    0下载:
  2. 使用有限状态机实现 计算器,并罗列了几种不同的架构-Use a finite state machine calculator, and a list of several different architectures
  3. 所属分类:SCM

    • 发布日期:2017-11-23
    • 文件大小:207718
    • 提供者:sunqizheng
  1. Buckland_Chapter2-State-Machines

    0下载:
  2. 这里一个有限状态机的例子,适合学习用,里面有三个程序,都是不同的程序,也有一个Common的文件,在VC++平如下运行时要导入这个文件,否刚系统编译找不到头文件而报-Here a finite state machine of example, suitable for learning to use, inside there are three procedures are different procedures, but also have a Common s file, VC++ l
  3. 所属分类:Other systems

    • 发布日期:2017-11-08
    • 文件大小:3369130
    • 提供者:陈官林
  1. The-state-machine

    0下载:
  2. 本文的重点就在于,怎样利用状态机原理进行程序设计。本文会先给出普通 的、一个平面上的FSM(有限状态机)的概念和实例,并指出其中的一些缺点, 然后引出本文的重点HSM(层次状态机)的概念和设计方法。为了使本文既可以 作为设计方法的参考,又可以作为实现方法的参考,本文会给出FSM和HSM的 C语言实现-The focus of this article is that, and how to make use of the principle of the state machin
  3. 所属分类:software engineering

    • 发布日期:2017-11-06
    • 文件大小:194988
    • 提供者:wu
  1. state-machine-with-module

    0下载:
  2. 简单地说,状态机又称之为有限状态机, 状态机系统有 N 个(有限个)状态,任一时刻,系统都工作于其中的一个状态,当有输入 (激励)时,系统执行某些动作,并切换到下一状态-Said state machine is also known as a finite state machine, the state machine system there are N (a finite number of) state at any one time, the system works in
  3. 所属分类:software engineering

    • 发布日期:2017-11-25
    • 文件大小:55860
    • 提供者:wu
  1. lab12

    0下载:
  2. QuartusII上的有限状态机的工作原理和设计的实现-Finite state machines at QuartusII principles and design
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-11-18
    • 文件大小:1007333
    • 提供者:平容
  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
    • 文件大小:162145
    • 提供者:zhangchao
  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 2 ... 4 5 6 7 8 910 11 12 13 14 »
搜珍网 www.dssz.com