|
发表于 2007-10-4 05:24:00
|
显示全部楼层
Re:A*寻路初探 GameDev.net
已阅,但本文出现了一些错误:
一,笔误
文中说:
其余3格,两个已经在开启列表中(起始格,和当前格上方的格子,在表格中蓝色高亮显示),于是我们略过它们。
应该是 "两个已经在关闭列表中",这个应该是笔误.
二,逻辑错误
在 起始位置 右上角的F=54 还是 右下角的F=54 的优先选择上.本文选择的是右下角的作为优选择,但如果这样的话,最后出来的红色搜索路径,便不是在示意图的下方,而是在示意图的上方.
本文作为学术性的文章,我认为应该审了又审,不然会误人子弟.虽然是翻译过来的,但也要仔细审阅.
我看了下原文
two are already on the closed list (the starting square, and the one just
-----------------------------------
-----------
above the current square, both highlighted in blue in the diagram), so we ignore them. And the last square, to the immediate left of the current square,
这确实是翻译者出的错。 |
|