-
Dijkstra算法和弗洛依德算法的matlab实现,为了解决短…
Dijkstra算法与Floyd算法的matlab实现,以求解最短路问题-Dijkstra algorithm and Floyd algorithm matlab realize in order to solve the shortest path problem
- 2022-06-21 00:18:33下载
- 积分:1
-
杭州电子科技大学在线系统ACM的1053题,用贪心方法解决
杭州电子科技大学在线系统ACM的1053题,用贪心方法解决-Hangzhou University of Electronic Science and Technology ACM-line system of the 1053 title with a greedy solution
- 2022-05-16 00:56:26下载
- 积分:1
-
概念格挖掘关联规则的论文及源代码,程序附在论文的最后,请注意查看,绝对有效...
概念格挖掘关联规则的论文及源代码,程序附在论文的最后,请注意查看,绝对有效
-concept lattice Mining Association Rules papers and source code, procedures attached to the final paper, to look and totally effective
- 2023-08-30 18:05:03下载
- 积分:1
-
anti
反密法在数值计算中的地位就不用我来一一列举了,此程序就可以轻易的使其实现。-anti-secret numerical calculation method in the position I would not have to list them one by one, this procedure can easily achieve it.
- 2022-05-27 07:09:18下载
- 积分:1
-
C++编写解贝塞尔函数
使用C++语言编写的算法程序,用于解任意阶数的贝塞尔函数,使用的编程方法比较简单,适合初学者学习参考。
- 2022-01-24 10:22:46下载
- 积分:1
-
算断裂的,可以试试。QMG2.0 is written by
S. Vavasis (and others mentioned in src files)...
算断裂的,可以试试。QMG2.0 is written by
S. Vavasis (and others mentioned in src files) and is copyrighted (c)
1999 by Cornell University.-Operator faults, you can try. QMG2.0 is written byS. Vavasis (and others mentioned in src files) and is copyrighted (c) 1999 by Cornell University.
- 2022-01-27 17:07:10下载
- 积分:1
-
erteryrty4
钇钇
- 2023-02-24 12:35:03下载
- 积分:1
-
FFTW
fftw-3.0.1
- 2022-01-23 11:11:22下载
- 积分:1
-
求解大型疏松方程组,ap方程组的系数矩阵,b[放回解向量
求解大型疏松方程组,ap方程组的系数矩阵,b[放回解向量-For solving large loose equations, ap equations coefficient matrix, b [back into the solution vectors
- 2022-06-28 14:21:23下载
- 积分:1
-
本题的算法中涉及的三个函数:
double bbp(int n,int k,int l) 其中n为十六进制位第n位,k取值范围为0到n+7,用来计算16nS...
本题的算法中涉及的三个函数:
double bbp(int n,int k,int l) 其中n为十六进制位第n位,k取值范围为0到n+7,用来计算16nS1,16nS2,16nS3,16nS4小数部分的每一项。返回每一项的小数部分。
void pi(int m,int n,int p[]) 计算从n位开始的连续m位的十六进制数字。其中p为存储十六进制数字的数组。
void div(int p[])
void add(int a[],int b[]) 这两个函数都是为最后把十六进制数字转换为十进制数字服务的。
最后把1000个数字分别存储在整型数组r[]中,输出就是按顺序输出该数组。
- 2022-01-30 11:44:24下载
- 积分:1