-
线性方程组求解的三个源程序.rar
线性方程组求解的三个源程序.rar--Three source codes about linear equations solution( .Rar)
- 2022-04-21 11:57:07下载
- 积分:1
-
完全使用C++写的高效线性代数运算库!还提供了矩阵类。
完全使用C++写的高效线性代数运算库!还提供了矩阵类。--Highly effective linear algebra operating library which written in C++ completely ! It also provides the matrix class
- 2022-03-21 00:10:57下载
- 积分:1
-
利用PML吸收边界条件计算对称阵子天线的辐射,并且画出动态图像...
利用PML吸收边界条件计算对称阵子天线的辐射,并且画出动态图像-PML absorbing boundary conditions for the use of Symmetric stream of the antenna radiation, and to draw dynamic image
- 2022-11-25 23:15:03下载
- 积分:1
-
DES算法加密
简单DES加密算法C语言代码实现,可以简单的实现但有点问题哪里错了不知道请大家帮忙看看,自己写的可能不太完整,水平有限请多多包涵。
- 2023-08-08 00:50:03下载
- 积分:1
-
利用样条插值求取一组数据点在各点的导数
(只提供函数)
利用样条插值求取一组数据点在各点的导数
(只提供函数)-using spline interpolation to strike a group of data points in the points in the derivative (only provide functions)
- 2022-03-03 21:00:53下载
- 积分:1
-
矩阵的逆矩阵
矩阵求逆
采用追赶法实现矩阵求逆的快速算法-Matrix Inverse
- 2022-03-02 05:14:46下载
- 积分:1
-
Super 8 after the algorithm, only a dozen lines of code derived entirely all sol...
超强的八后算法,只有十几行代码完全求出所有解,速度超快-Super 8 after the algorithm, only a dozen lines of code derived entirely all solutions, speed Ultrafast
- 2023-04-19 07:05:03下载
- 积分:1
-
一个能解中国古代算数定理(即孙子定理)的小程序
一个能解中国古代算数定理(即孙子定理)的小程序-a solution can count theorem Ancient China (grandson theorem) of small programs
- 2023-04-16 04:00:04下载
- 积分:1
-
巴斯角三角形
经典算法巴斯角三角形的实现,类似中国古代的杨辉三角#include
#define N 12
long combi(int n, int r){
int i;
long p = 1;
for(i = 1; i
- 2022-12-16 03:55:02下载
- 积分:1
-
kmeans聚类分割
资源描述kmean 对彩色图像进行聚类,设置初始类中心,不停的迭代更新类中心,直到迭代停止,得到的分割效果不错,对学习了解kmeans和图像分割具有一定的帮助,欢迎大家下载,一起进步,一起学习。代码注释详细,可阅读行强,希望大家喜欢,欢迎下载哦。
- 2022-02-12 07:00:11下载
- 积分:1