搜索资源列表
fsm
- VHDL新手入门:有限状态机练习(三段式结构)-VHDL Getting Started: Finite state machine exercises (three-stage structure)
Mars
- 有限状态机演示程序,C++编写,界面为MFC制作。-Finite state machine demo program, C++ to prepare, the interface for the production of MFC.
FSM
- 有限状态机状态转换,模拟实现状态转换使用hashtable-Finite state machine state transitions
moore state_machine
- 这是一个moore状态机的典型程序,供初学者参考-This is a typical state machine moore procedure reference for beginners
fft
- FPGA控制串行AD(AD0804),状态机实现,可以根据该程序实现数字电压计,数字温度计的设计-FPGA serial control AD (AD0804), state machine to achieve, you can program according to the number of voltage, the digital thermometer design
xuliejiancesheji
- 用状态机实现一序列检测器,即检测到串行码{1110010}后,检测器输出1,否则输出0; -State machine used to achieve one sequence detector, which detects the serial code (1110010), the detector output 1, otherwise output 0
twi
- C语言实现的基于AVR 8位单片机的TWI通讯! 通过中断服务程序中的状态机,与TWI硬件状态机相配合,实现快速准确的数据交换!-C language based on the AVR 8-bit MCU s TWI communication! Through the interrupt service routine of the state machine, with the TWI hardware state machine matched the achievement of r
verilog_risc
- RISC状态机由三个功能单元构成:处理器、控制器和存储器。 RISC状态机经优化可实现高效的流水线操作。 RISC 中的数据线为16位。 在数据存储器中的0到15的位置放置16个随机数,求16个数的和,放在数据存储器的16、17的位置,高位在前 对这16个数进行排序,从大到小放置在18到33的位置 求出前16个数的平均数,放在34的位置 基本指令有NOP, ADD, SUB, AND, RD, WR, BR,BC。 因为采用16位指令,有扩充的余地。-RISC
synopsis_FSM_coding
- 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
Caluate
- 将中缀表达式转换为后缀表达式,并计算任意四则运算表达式的结果,采用链表和队列实现,非文法和状态机-Infix expression would be converted to suffix expressions, and calculate the arithmetic expression of arbitrary results, the use of linked lists and queues to achieve, non-grammar and the state machine
mealy_state_machine
- 本程序为米勒状态机经典设计模块,对用状态机设计程序控制部分具有指导意义-This procedure for Miller classic state machine design modules, using state machine control part of the design of guiding significance for
FSM_FTP
- 利用有限状态机实现FTP 文件传输,不错,可以看看,研究一下-The use of finite state machine realization of FTP file transfer, yes, you can look at and study the
FSM_Design
- 讲述了状态机的相关知识,文章为重英文,利用具体的例子讲述了VHDL中 的状态机-About the state machine of the relevant knowledge, the article for the re-in English, the use of specific examples described in VHDL State Machine
State_Machine_Example_V61
- labview的状态机的例程,很经典,按照里面的说明编写对应的状态就可以了-LabVIEW routines of the state machine, it is a classic, in accordance with the descr iption of which corresponds to a state of preparation can be a
touch
- 在驱动程序中设定了触摸屏所处的7个不同状态,分别用从-1到5的数字表征,这7个状态构成了一个触摸屏状态机,系统根据当前状态做出下一步的处理,如表1所示。整个软件设计根据功能可以划分为5个部分,分别是初始化、设备打开、读操作、中断处理以及I/O控制-In the driver set the touch screen in which seven different states, respectively, from-1 to 5 the number of characterization,
VHDL
- 各种有限状态机的设计。 VHDL源代码。 -All kinds of finite state machine design. VHDL source code.
4x4_saomiao
- 51单片机4x4键盘扫描,基于状态机风格,使用逐行扫描法-51 single-chip 4x4 keypad scan, based on state machine style, the use of progressive-scan method
mega16_4X4keyboard
- [AVR源代码]4X4键盘定时扫描[状态机方法]-[AVR source code] 4X4 regular keyboard scan [state machine method]
fsmnum
- 编译原理课程中通过有限状态机模型实现判定输入字符串是否为实数的源程序。-In compiler construction courses,use the finite state machine to implement to determine whether the input string is the real number.
AI
- 6中AI算法,包括路径规划与移动技术、有限状态机,脚本技术,群聚技术,遗传算法,神经网络,每个算法中都有例子程序。-6 AI algorithms, including path planning and mobile technology, finite state machines, scr ipting technologies, clustering techniques, genetic algorithms, neural networks, each algorithm, ther