搜索资源列表
dstar
- D星算法,是A星算法的动态版本,都是基本的路径规划算法-D Star algorithm, stars are A dynamic version of the algorithm is the basic path planning algorithm
CPPBuilder
- C++Builder中国象棋研发,里面含有人工智能象棋研发的基本教程,以及各种算法,搜索算法-C++ Builder development of Chinese chess, chess AI R & D which contains the basic tutorials, and a variety of algorithms, search algorithms
Matlab_gap282dp29
- 基本遗传算法的Matlab程序(2维函数),Matlab程序 282维函数 29,最优函数值变化趋势-Basic genetic algorithm Matlab program (2-D function), Matlab program 282-dimensional function 29 optimal function value trends
Douglas-Peuker
- Douglas一Peukcer算法由D.Douglas和T.Peueker于1973年提出,简称D一P算法,是目前公认的线状要素化简经典算法。现有的线化简算法中,有相当一部分都是在该算法基础上进行改进产生的。它的优点是具有平移和旋转不变性,给定曲线与阂值后,抽样结果一定。 算法的基本思路是:对每一条曲线的首末点虚连一条直线,求所有点与直线的距离,并找出最大距离值dmax ,用dmax与限差D相比:若dmax < D ,这条曲线上的中间点全部舍去 若dmax ≥D ,保留dmax 对应的