资源列表
[数值算法/人工智能] 1229_bfs
说明:n个石头(每相邻两个的距离是1米,最边上石头和岸的距离也是1米),礼物放在第m个石头上,青蛙第i次跳2*i-1米.问能否得到礼物.(n>=49肯定能得到礼物,n<49,可以bfs或递归)-n stones (each of the two adjacent distance of a meter, the most edge of the rocks and the shore is a distance meters), gifts m on the first stone, th<江> 在 2008-10-13 上传 | 大小:823byte | 下载:0
[数值算法/人工智能] 1457_other
说明:把1到n的数放在一个环里,使相邻的2个数和是质数.用递归做-n to put a few on a loop, so that the two neighboring and the number is prime. Using recursive do<江> 在 2008-10-13 上传 | 大小:823byte | 下载:0
[数值算法/人工智能] 6.gauss-seidel
说明:Gauss_seidel算法,经典算法-Gauss_seidel algorithm, classical algorithm<黎元凯> 在 2008-10-13 上传 | 大小:823byte | 下载:0
[数学计算/工程计算] 最小二乘的c++计算
说明:最小二乘在工程中运用广泛,此c++程序能快速给出高精度的结果。<dream_piano@163.com> 在 2010-10-19 上传 | 大小:823byte | 下载:0
[数值算法/人工智能] 八皇后递归算法
说明:递归算法。/funk[i]记录第i行皇后所在的列 即坐标是(i,funk[i])依次判断新放皇后是否与第i行冲突<steandy@163.com> 在 2013-11-30 上传 | 大小:824byte | 下载:0