搜索结果
找到约 4 项符合
Manhattan 的查询结果
游戏 8puzzle game by Java This program can automatically solve 8 puzzle games with Manhattan approach
8puzzle game by Java
This program can automatically
solve 8 puzzle games with
Manhattan approach and show each
step.
数值算法/人工智能 pku 3133 Manhattan Wiring 连通性状态压缩DP
pku 3133 Manhattan Wiring
连通性状态压缩DP
通讯/手机编程 These mobility generator tools are used to generate a rich set of mobility scenarios used to evalua
These mobility generator tools are used to generate a rich set of mobility scenarios used
to evaluate the protocol performance in Mobile Ad Hoc Network. The tools include the
Reference Point Group Mobility(RPGM) model, Freeway Mobility Model and Manhattan
Mobility Model.
数值算法/人工智能 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.
...