资源列表
EightDigital
- 八数码难题的解决方法,包括两种方法,用c语言编写。-Eight digital problem solving methods
KnightTour
- 骑士巡游问题的算法。骑士巡游的问题简述如下:在国际象棋攀上某一位置放置一个马的棋子,然后采用象棋中“马走日字”股则,要求这匹马能不重复地走完25个格子。本实例用枚举方法求解骑士巡游问题。程序可自定义棋盘的大小,先输出标志矩阵,然后输入骑士在棋盘的初始位置,即可给出其中的一种解法。-Knight Parade algorithm problem. Knight Parade problems are summarized as follows: Place a horse chess piece
topsis_1.0
- A topsis-fuzzy aligorithm to solve multi criteria decision making in an organisation
The order of the table
- The order of the table, a algorithm of linear list.
AD_Meanreducemaxx
- S-function 程序:数据离散采集并每隔一定时间求平均值-S-function program:data acquisition
20131126
- 学习遗传算法时使用的例子,是win控制台程序,我根据网上下载的java代码,自己读java代码,然后改成c++代码,用自己的思维写出来的,编译可以通过,那时候就一个cpp文件包含了全部代码-Examples of the use of genetic algorithms when learning is win console program, I downloaded java code based on their own reading java code, and then chang
gcd
- 数学算法,最大公约数算法以及其扩展应用,ACM材料。-Mathematical algorithms, the greatest common divisor algorithm and its extended application, ACM materials.
CMCourse
- 全排列生成算法,包括字典序法、递增递减全排列算法,邻位对换法-Full array generation algorithms, including lexicographic method Ascending Descending full array algorithms, ortho-swapping method
c-program
- 简单c语言程序程序,用作自己的初步学习作用-simple c program
Romberg
- 线性系统理论——通过输入输出确定龙伯格规范型-Linear System Theory--Rhomberg canonical form
FastICA_CPP
- 使用C++语言编写的FastICA算法,并附带有Matrix类。-Use C++ language FastICA algorithm, together with the Matrix class.
Algorithm-programmed-by-CPP
- 对一些常用的数学算法的C++编程,是图书《用C++语言编写数学常用算法》的配套光盘内容。-C++ programming for some commonly used mathematical algorithms.