代码搜索:Astar
找到约 367 项符合「Astar」的源代码
代码结果 367
www.eeworm.com/read/384461/8868162
dll astar.dll
www.eeworm.com/read/281729/9137305
cpp astar.cpp
#include "AStar.h"
#include
//#include
CAStar::CAStar()
{
pASNode=NULL;
}
bool CAStar::FindPath(int FromID,int ToID,CWayPoint *pWayPoint)
{
OpenList.clear();
PathL
www.eeworm.com/read/281729/9137326
h astar.h
#ifndef ASTAR_H
#define ASTAR_H
#include "WayPoint.h"
#include
struct SASNode
{
int x;
int y;
bool bIsOpen;
bool bIsClose;
int ParentIndex;
float H;//预计到目标点的距离
fl
www.eeworm.com/read/281729/9137332
o astar.o
www.eeworm.com/read/377843/9260624
swf astar.swf
www.eeworm.com/read/377843/9260626
fla astar.fla
www.eeworm.com/read/180640/9300337
hpp astar.hpp
#ifndef ASTAR_HPP
#define ASTAR_HPP
#include
#include
#include
#ifdef _DEBUG
#include "MemCheck.h"
#endif
/*
Author : WB
*/
struct Point{
int x;
www.eeworm.com/read/180640/9300339
suo astar.suo
www.eeworm.com/read/180640/9300343
sln astar.sln
Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "AStar", "AStar\AStar.vcproj", "{9486A315-15F5-40DB-A405-2EAAD6
www.eeworm.com/read/180640/9300346