-
Gaussian elimination method to solve high
高斯消去法求解高阶矩阵,拟合椭圆等时需要用到的-Gaussian elimination method to solve high-order matrix, fitting ellipse, etc. need to use
- 2023-02-21 22:00:03下载
- 积分:1
-
FastICA by cc++
fastica C++实现,很简单的,很容易看的
- 2022-02-25 19:09:15下载
- 积分:1
-
平衡二叉树
数据结构中关于平衡二叉树的源码,学完数据结构后,老师要求我们写的,自己觉得还行,不足之处希望大家见谅!
- 2022-03-02 12:24:01下载
- 积分:1
-
野人和传教士的算法
这是一个算法来解决问题的野蛮人和传道人,这是用Cpp 语言写的。
- 2022-03-11 00:57:02下载
- 积分:1
-
通过奇异值分解的最小二乘拟合算法…
通过奇异值分解实现的最小二乘拟合算法
inear least-squares fit by singular value decomposition-through the singular value decomposition of the least squares fitting algorithm inear least-squares fit by singular value decomposition
- 2022-04-20 14:07:19下载
- 积分:1
-
本程序采四边形网格法编制了曲面等值线程序,只要输入相应数据,就可绘制出等值线图...
本程序采四边形网格法编制了曲面等值线程序,只要输入相应数据,就可绘制出等值线图-the procedures adopted mesh France produced a surface contour procedures, as long as the corresponding data input can be drawn contour map
- 2022-03-16 06:51:28下载
- 积分:1
-
矩阵连乘动态规划实现
以C++实现了矩阵连乘动态规划,在VC6.0上调试通过。该算法最大的优点是结果的输出不仅包括了最优的连乘
顺序,还以矩阵的形式列出了M[i,j]得值,通过该最优矩阵,可以使学者更清晰直观的了解最有序列是如何生成的
- 2022-04-01 00:48:48下载
- 积分:1
-
线性方程组求解模板,包括求解线性方程组的各种算法
线性方程组求解模板,包括求解线性方程组的各种算法- System of linear equations solution template, including
solution system of linear equations each algorithm
- 2022-07-12 11:27:24下载
- 积分:1
-
Given a set A [1 ... n], and one from A to its own mapping f, to find the larges...
给定一集合A[1...n]和一个从A 到其自身的映射f,寻找元素个数最多的一个子集S属于A,并使得S 满足:
1.f 把S 映射到自身;
2.S 中没有两个元素映射到相同的元素。-Given a set A [1 ... n], and one from A to its own mapping f, to find the largest number of elements in a subset of S belongs to A, and makes the S satisfy: 1. f to S is mapped to itself 2. No two elements of S mapped to the same element.
- 2022-12-19 23:40:03下载
- 积分:1
-
基于pso模糊神经网络
基于pso的模糊神经网络,传统模糊神经网络使用最小二乘法来递减误差,是不断地循环局部优化,找不到最优解,使用全局优化方法pso可以获得更好的效果。
- 2022-01-22 04:08:55下载
- 积分:1