搜索结果
找到约 345 项符合
State 的查询结果
按分类筛选
- 全部分类
- 技术资料 (113)
- 书籍 (22)
- matlab例程 (21)
- VHDL/FPGA/Verilog (19)
- 单片机编程 (9)
- 其他书籍 (8)
- 文件格式 (8)
- 数学计算 (7)
- 单片机开发 (7)
- 人工智能/神经网络 (7)
- 软件设计/软件工程 (7)
- 其他 (6)
- 可编程逻辑 (5)
- 通讯编程文档 (5)
- 文章/文档 (5)
- 数值算法/人工智能 (4)
- 加密解密 (4)
- 通讯/手机编程 (4)
- Linux/Unix编程 (4)
- 数据结构 (4)
- 行业发展研究 (4)
- 论文 (3)
- 软件工程 (3)
- 编译器/解释器 (3)
- 其他数据库 (3)
- 嵌入式/单片机编程 (3)
- 微处理器开发 (3)
- 其他嵌入式/单片机内容 (3)
- 电源技术 (2)
- 学术论文 (2)
- 仿真技术 (2)
- 开发工具 (2)
- ARM (2)
- 嵌入式综合 (2)
- Mentor (2)
- 游戏 (2)
- VC书籍 (2)
- 3G开发 (2)
- VIP专区 (2)
- PCB相关 (1)
- C/C++语言编程 (1)
- 无线通信 (1)
- 接口技术 (1)
- DSP编程 (1)
- 操作系统开发 (1)
- 资料/手册 (1)
- 测试测量 (1)
- 工控技术 (1)
- 模拟电子 (1)
- 电子书籍 (1)
- allegro (1)
- 驱动编程 (1)
- Internet/网络编程 (1)
- 串口编程 (1)
- *行业应用 (1)
- Java编程 (1)
- 网络 (1)
- 技术管理 (1)
- USB编程 (1)
- BREW编程 (1)
- STL (1)
- Symbian (1)
- Windows Mobile (1)
- 系统设计方案 (1)
- 医药行业 (1)
- 中间件编程 (1)
- JavaScript (1)
- GPS编程 (1)
Mentor Creating Safe State Machines(Mentor)
 
Finite state machines are widely used in digital circuit designs. Generally, when designing a state machine using an HDL, the synthesis tools will optimize away all states that cannot be reached and generate a highly optimized circuit. Sometimes, however, the optimization is not acceptabl ...
可编程逻辑 State Machine Coding Styles for Synthesis
 
本文论述了状态机的verilog编码风格,以及不同编码风格的优缺点,Steve Golson's 1994 paper, "State Machine Design Techniques for Verilog and VHDL" [1], is agreat paper on state machine design using Verilog, VHDL and Synopsys tools. Steve's paper alsooffers in-depth background concernin ...
可编程逻辑 Creating Safe State Machines(Mentor)
 
Finite state machines are widely used in digital circuit designs. Generally, when designing a state machine using an HDL, the synthesis tools will optimize away all states that cannot be reached and generate a highly optimized circuit. Sometimes, however, the optimization is not acceptabl ...
其他书籍 introduce led feature,state,technology
introduce led feature,state,technology
软件设计/软件工程 设计模式State的理解
设计模式State的理解,并且带有两个具体使用模式的例子!
其他嵌入式/单片机内容 Finit state machine souce code
Finit state machine souce code
3G开发 advantage of Channel state information at Txer
advantage of Channel state information at Txer
matlab例程 The design of Kalman filter for estimation of state
The design of Kalman filter for estimation of state
技术资料 VHDL_tri-state.zip
资料->【C】嵌入系统->【C2】IC设计与FPGA->【0】综合(可编程逻辑器件、PAL、GAL、PLD、ASIC)->PLd-21icPLD学习资料下载大全(12M)->VHDL_tri-state.zip
数值算法/人工智能 Solve the 8-puzzle problem using A * algorithme. Input: Program reads start state and goal state
Solve the 8-puzzle problem using A * algorithme.
Input: Program reads start state and goal state and heuristic (N or S) from EightPuzzle.INP file.0 representing blank.
There are 2 Heuristic:
1. N: Number of misplaced tiles
2. S: Sum of Manhattan distance of current location and target location.
...