-
矩阵求逆c语言算法!
矩阵求逆c语言算法!-matrix inversion algorithm c language!
- 2022-05-24 18:25:02下载
- 积分:1
-
Ant Algorithm
资源描述 有资源我愿共享,希望各位通辽互相帮助,互相学习,互相进步,CSDN!蚁群算法实现!蚁群算法的应用有很多,TSP问题,NP问题,可以与遗传算法结合起来,群体智慧!如有不足请多指教!蚁群算法运用于图像复原,碎纸拼接,修复破损文物等等。
- 2022-10-24 17:30:03下载
- 积分:1
-
在去噪算法的旅行商问题的大文章
Great articles on noising method algorithm for travelling salesman problem-Great articles on noising method algorithm for travelling salesman problem
- 2023-05-10 03:45:03下载
- 积分:1
-
quickLZ demo
压缩解压缩非常快,80m的bmp压缩只需200ms,解压缩不到100ms,软件只提供参考,不做商业用途!
- 2022-03-17 08:26:15下载
- 积分:1
-
线性规划算法的实现
线性规划算法的实现-linear programming algorithm implementation
- 2022-07-01 08:54:43下载
- 积分:1
-
cuda实现矩阵相乘实例
CUDA矩阵相乘A*B=C代码,任意输入矩阵A的宽度和矩阵B的宽度(A[wB][wA]*B[wA][wB]),cudaMallocPitch开辟显存空间,cudaMemcpy2D数组复制,Kahan"s Summation Formula提高浮点计算精度。
- 2022-06-16 18:04:10下载
- 积分:1
-
c + + 的高斯算法
大家好!我在C ++初学者,以前从来没有编写任何其他语言。现在我想写将使用高斯约算法来找到n个未知数
的系统的解决方案,无需使用任何先进的概念,如类,重载运算符一个简单的控制台应用程序
- 2022-02-01 19:43:06下载
- 积分:1
-
列选主元 数值代数
列选主元 数值代数-out how the main element numerical algebra
- 2022-03-25 06:39:51下载
- 积分:1
-
一些矩阵运算的C代码实现:矩阵一般运算,以及求逆,QR分解,householder变化,LDU, LU分解...
一些矩阵运算的C代码实现:矩阵一般运算,以及求逆,QR分解,householder变化,LDU, LU分解-some matrix calculation of C code to achieve : Matrix general computing, and inversion, QR decomposition, the householder changes, LDU, LU decomposition, etc.
- 2022-03-19 11:41:21下载
- 积分:1
-
梯度函数的逆。我已经提供了1个版本的工作
The inverse of the gradient function. I ve provided versions that work on 1-d vectors, or 2-d or 3-d arrays. In the 1-d case I offer 5 different methods, from cumtrapz, and an integrated cubic spline, plus several finite difference methods.
In higher dimensions, only a finite difference/linear algebra solution is provided, but it is fully vectorized and fully sparse in its approach. In 2-d and 3-d, if the gradients are inconsistent, then a least squares solution is generated
- 2022-06-02 09:40:06下载
- 积分:1