登录
首页 » 算法 » a_star_pathfinder明星路径可以用来研究路由方法的发展。

a_star_pathfinder明星路径可以用来研究路由方法的发展。

于 2022-02-04 发布 文件大小:170.66 kB
0 178
下载积分: 2 下载次数: 1

代码说明:

a_star_pathfinder A星路径寻找可以用来学习寻路的方法 可以用到很多地方 比如脱机的AI寻路就可以用到他 -a_star_pathfinder A Star path finding can be used to study routing methods can be used in many places such as the AI offline Wayfinding can be used on him

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 步进电机加减速
    舞台灯用步进电机加减速算法:用A3992控制芯片控制步进电机加减速,A3992用的是串行数据控制方式,一个单片机可控制多个电机。用的是16细分算法。。。。
    2022-07-22 06:59:21下载
    积分:1
  • 电影票
    图书馆管理系统 C+ + * 递归程序为线性搜索 * /#includeint 线性 (int [],int,int) ;无效的主要 (){int a [20],pos = 1,n,k,我 ;clrscr() ;printf ("nEnter n 值:") ;scanf ("%d",& n) ;printf ("nEnter 元素的数组:") ;为 (我 = 0 ; 我 < n; i + +)scanf ("%d"& a[i]) ;printf ("n 输入要搜索的元素:") ;scanf ("%d"& k) ;pos=linear(a,n,k) ;if(pos!=-1)printf ("n 搜索成功,发现位置 %d 处的元素",pos) ;其他printf ("搜索失败,找不到元素") ;残培 () ;}int 线性 int k int n int []){int ;为 (我 = n-1 ; 我 > = 0; 我 — —){if(a[i]==k)return(i) ;其他{n = n-1 ;return(linear(a,n,k)) ;}}返回-1 ;}
    2022-02-02 00:00:53下载
    积分:1
  • 1024点流水线结构FFT
    FFT是离散傅立叶变换的快速算法,可以将一个信号变换到频域。有些信号在时域上是很难看出什么特征的,但是如 果变换到频域之后,就很容易看出特征了。这就是很多信号 分析采用FFT变换的原因。另外,FFT可以将一个信号的频谱 提取出来,这在频谱分析方面也是经常用的。虽然很多人都知道FFT是什么,可以用来做什么,怎么去 做,但是却不知道FFT之后的结果是什意思、如何决定要使用 多少点来做FFT。具体的频率细分法可参考相关文献。
    2022-06-20 01:59:40下载
    积分:1
  • 北京大学的一些acm代码。还有一些资料。
    北京大学的一些acm代码。还有一些资料。-Acm code of some of Peking University. There are some information.
    2022-11-03 20:45:03下载
    积分:1
  • STM32无刷电机控制
    资源描述    用STM32这款芯片驱动无刷马达,本例中包含了霍尔接口电路以及高级定时器的6路PWM配置电路,对于新手来说通俗易懂,能够快速入门。
    2022-06-26 21:45:57下载
    积分:1
  • 决策树ID3预测鲍鱼年龄
    用了abalone 数据集,是通过鲍鱼的性别,大小,总量等等来判断鲍鱼的年龄。作业用了ID3决策树算法C++
    2022-07-06 22:57:19下载
    积分:1
  • 求 排列组合,用.net实现,能求出所有的排列组合情况
    求 排列组合,用.net实现,能求出所有的排列组合情况-Permutation and combination for use. Net realized, can be obtained in all cases of permutation and combination
    2023-01-12 08:40:03下载
    积分:1
  • Adaptive and Robust control theory
    Adaptive and Robust control theory
    2023-08-29 01:35:06下载
    积分:1
  • vc wrote of the source is the type of game procedures. Calling many of the syste...
    vc写的源程序,是关于游戏类的程序。调用了系统的很多API-vc wrote of the source is the type of game procedures. Calling many of the system API
    2022-07-17 18:20:39下载
    积分:1
  • 用C++语言实现的基于小波分析的源代码,实现了小波分析的诸多...
    用C++语言实现的基于小波分析的源代码,实现了小波分析的诸多算法-With C++ Language based on wavelet analysis of the source code, the realization of the wavelet analysis of many algorithms
    2022-11-08 02:10:04下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载