代码搜索:AstarPathFinder
找到约 21 项符合「AstarPathFinder」的源代码
代码结果 21
www.eeworm.com/read/363641/9941346
cpp astarpathfinder.cpp
//------------------------------------------------------------------------------
// PROJECT: The A* Pathfinder base Class
// FILE: ASTAR.CPP
// OVERVIEW:
// -Pretty good working Astar Pathfin
www.eeworm.com/read/363641/9941350
h astarpathfinder.h
//------------------------------------------------------------------------------
// PROJECT: The A* Pathfinder base Class
// FILE: ASTARPATHFINDER.H
// OVERVIEW:
// -Pretty good working Astar
www.eeworm.com/read/197871/7965315
cs astarpathfinder.cs
/*
作者:Tom Xu(tsing_feng@163.com)
创建时间:2006-11-03 13:40
内容描述:生成邻接矩阵的所需要的数据结构
*/
using System;
using System.Collections.Generic;
using System.Text;
namespace Iaspec.GIS.Com
www.eeworm.com/read/145708/12706636
cpp astarpathfinder.cpp
// AstarPathFinder.cpp: implementation of the CAstarPathFinder class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "AstarPathFinder.h"
www.eeworm.com/read/145708/12706644
h astarpathfinder.h
// AstarPathFinder.h: interface for the CAstarPathFinder class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_ASTARPATHFINDER_H__9CD1C151_DCBF_4CE4_8A
www.eeworm.com/read/320662/13420341
cpp astarpathfinder.cpp
// AstarPathFinder.cpp: implementation of the CAstarPathFinder class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "AstarPathFinder.h"
www.eeworm.com/read/320662/13420343
h astarpathfinder.h
// AstarPathFinder.h: interface for the CAstarPathFinder class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_ASTARPATHFINDER_H__9CD1C151_DCBF_4CE4_8A
www.eeworm.com/read/294567/8218084
cs astarpathfinder.cs
using System;
using System.Collections.Generic;
using System.Text;
using System.Drawing;
namespace PathFinder
{
class AstarPathFinder:PathFinder
{
private int[,] areaMark;
www.eeworm.com/read/101574/15824608
cpp astarpathfinder.cpp
//------------------------------------------------------------------------------
// PROJECT: The A* Pathfinder base Class
// FILE: ASTAR.CPP
// OVERVIEW:
// -Pretty good working Astar Pathfin
www.eeworm.com/read/101574/15824610
h astarpathfinder.h
//------------------------------------------------------------------------------
// PROJECT: The A* Pathfinder base Class
// FILE: ASTARPATHFINDER.H
// OVERVIEW:
// -Pretty good working Astar