-
科学与工程数值算法中的矩阵类
科学与工程数值算法中的矩阵类-science and engineering numerical algorithm of matrices
- 2022-04-01 16:14:43下载
- 积分:1
-
XMDS is a code generator that integrates equations. You write them down in human...
XMDS is a code generator that integrates equations. You write them down in human readable form in a XML file, and it goes away and writes and compiles a C++ program that integrates those equations as fast as it can possibly be done in your architecture.
- 2022-05-07 07:29:40下载
- 积分:1
-
使用递归实现的快速排序法
使用递归实现的快速排序法-Quick sort using recursive
- 2022-08-04 11:35:02下载
- 积分:1
-
FDTD algorithm.
FDTD algorithm.
- 2022-06-13 22:48:24下载
- 积分:1
-
算法、 初始化和非负矩阵分解的收敛性
它是知名好初始化可以改善的速度和准确性的解决方案
许多非负矩阵分解 (NMF) 算法 [56]。许多 NMF 算法很敏感
在 W 或 H 或两者的初始化。这是尤其如此的算法
包括这两个新的 ALS 算法,我们目前的交替最小二乘法 (ALS) 类型 [55]
纸。我们比较六个初始化程序 (两个标准和四新) 的结果对我们 ALS
算法。最后,我们讨论选择适当收敛准则的实际问题。
- 2022-03-05 15:58:22下载
- 积分:1
-
该算法简单、实用的基础上,该算法可以实现…
一个简单实用的进制转换算法,该算法能实现二、八、十、十六进制的相互转化。-a simple and practical base for the conversion algorithm, the algorithm can achieve 2, 8, 10, hexadecimal the mutual conversion.
- 2022-03-04 01:49:46下载
- 积分:1
-
Learnin Mathematics with the ABACUS Activity
Learnin Mathematics with the ABACUS Activity-book
part 5
- 2022-03-31 23:57:31下载
- 积分:1
-
层次聚类算法
层次聚类 层次聚类算法与之前所讲的顺序聚类有很大不同,它不再产生单一聚类,而是产生一个聚类层次。说白了就是一棵层次树。介绍层次聚类之前,要先介绍一个概念——嵌套聚类。
- 2022-07-24 14:59:20下载
- 积分:1
-
子空间迭代算法求解结构的特征值,对结构动力分析必须的基本代码,希望对大家有用。...
子空间迭代算法求解结构的特征值,对结构动力分析必须的基本代码,希望对大家有用。-subspace iteration algorithm for the eigenvalue structure, the structural dynamic analysis must be the basic code we hope that the right useful.
- 2023-01-29 00:15:03下载
- 积分:1
-
Shortest Path
资源描述Write a program to find the weighted shortest distances from any vertex to a given source vertex in a digraph. If there is more than one minimum path from v to w, a path with the fewest number of edges is chosen. It is guaranteed that all the weights are positive and such a path is unique for any vertex.
- 2022-08-26 06:49:00下载
- 积分:1