搜索结果
找到约 238 项符合
resting-state 的查询结果
加密解密 rc5 encryption- rc5 encryption using vhdl, using state machine, more detailed description can be fou
rc5 encryption- rc5 encryption using vhdl, using state machine, more detailed description can be found in ieee papers.
加密解密 RC5 decryption algorithm implementation, using vhdl, with state machine implementation, use ieee pap
RC5 decryption algorithm implementation, using vhdl, with state machine implementation, use ieee papers for more detailed description.
加密解密 rc5 key expansion algorithm implementation in vhdl, using state machine too. use ieee papers for mor
rc5 key expansion algorithm implementation in vhdl, using state machine too. use ieee papers for more detailed description
VHDL/FPGA/Verilog gum vending machine implementation in vhdl, state machine implementation,
gum vending machine implementation in vhdl, state machine implementation,
通讯/手机编程 least mean square algorithm for estimation state
least mean square algorithm for estimation state
matlab例程 The design of Kalman filter for estimation of state
The design of Kalman filter for estimation of state
数学计算 A 8 puzzle program solver.user have to input the current state and goal state of your 8 puzzle and i
A 8 puzzle program solver.user have to input the current state and goal state of your 8 puzzle and it solving by the program.
matlab例程 Two scripts are included here. 1. convsys.m - combines the state space representation of two syst
Two scripts are included here.
1. convsys.m - combines the state space representation of two systems connected in series.
[Ao,Bo,Co,Do]=convsys(A1,B1,C1,D1,A2,B2,C2,D2)
This algorithm gives the convolution of two state space representations
| A1 B1 | | A2 B2 |
u ==> | | == ...
数学计算 The Kalman filter is an efficient recursive filter that estimates the state of a linear dynamic syst
The Kalman filter is an efficient recursive filter that estimates the state of a linear dynamic system from a series of noisy measurements. It is used in a wide range of engineering applications from radar to computer vision, and is an important topic in control theory and control systems engineerin ...
数值算法/人工智能 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.
...