资源列表
5_queen
- 设在初始状态下在国际象棋棋盘上没有任何棋子(皇后)。然后顺序在第1行,第2行,…。第8行上布放棋子。在每一行中有8个可选择位置,但在任一时刻,棋盘的合法布局都必须满足3个限制条件,即任何两个棋子不得放在棋盘上的同一行、或者同一列、或者同一斜线上。试用递归与非递归的方法编写算法,求解并输出此问题的所有合法布局-In the initial state in the international chess board does not have any pieces (Queen' s).
ly
- 归并排序算法,同时,利用归并的特点算出逆序对-Merge sort algorithm, at the same time, calculated using the characteristics of the reverse merger of
GaPlaygroundCode
- Java实现的遗传算法工具集:GA Playground -The GA Playground is a general purpose genetic algorithm toolkit where the user can define and run his own optimization problems. The toolkit is implemented in the Java language, and requires (when used as an application
Dijkstra
- 迪杰斯特拉最短路径算法(未优化,但是看起来比较容易理解,自己写的)-Dijkstra shortest path algorithm (not optimized, but it is easier to understand, wrote it myself)
JPEG_decode
- 此是JPEG编码程序,请大家指正,如果有更好的可以互相交流 -This is the JPEG encoding process, please correct me, if there is a better exchange
pfcode
- 是例子滤波方面的一个很好的算法模块,可以直接使用;-Example of filtering is a very good algorithm modules can be used directly
condensationparticalfilter
- 实现了粒子滤波功能,主要用在跟踪等各个方面,是一个很好的算法-The realization of the particle filter, mainly used in tracking all aspects of the algorithm is a very good
123
- 自己的最近一直在用的程序 自己的最近一直在用的程序-Their most recent procedure has been used in their most recent procedure has been used
jizhi
- 采用了简单遗传算法进行了一些全局优化的计算,程序经过验证-Using a simple genetic algorithm to carry out a number of global optimization calculations, procedures verified
Runge-Kutta
- 在C++环境下,实现用四阶龙格库塔方法解方程组。-In C++ environment, using fourth-order Runge-Kutta method to solve equations.
routePlanning
- Good route planning algorithm package. Contained A* and Djistra route finding and improved version.
advanced-elrl
- 在c++环境下,实现用改进的欧拉法解线性方程组-In c++ environment, using the improved Euler' s method solution of linear equations
