-
排序算法
不同的算法使用的排序算法。我们已经介绍了更有趣的算法是: 插入排序、 归并排序、 快速排序、 堆排序
- 2022-02-03 04:19:56下载
- 积分:1
-
一个比较全面的数值分析类库的DLL文件,使用方便
一个比较全面的数值分析类库的DLL文件,使用方便-A more comprehensive numerical analysis of the class library DLL files, easy to use
- 2023-07-20 20:00:03下载
- 积分:1
-
Apriori算法MapReduce
资源描述本代码根据APROORI算法和MapReduce特点,将Apriori算法在Hadoop平台上并行化,通过并行化可以使Apriori算法处理大量的数据而不受单机运算能力的限制。
- 2023-03-06 17:15:03下载
- 积分:1
-
解大规模线性方程组的预条件Gmres方法.系数矩阵可以非对称正定....
解大规模线性方程组的预条件Gmres方法.系数矩阵可以非对称正定.-Solution of large-scale linear equations of the preconditioned GMRES method. Coefficient matrix can be non-symmetric positive definite.
- 2022-05-15 20:02:59下载
- 积分:1
-
常用算法的C程序。主要内容包括多项式的计算、复数运算、随机数的产生、矩阵运算、矩阵特征值与特征向量的计算、线性代数方程组的求解、非线性方程与方程组的求解、插值与
常用算法的C程序。主要内容包括多项式的计算、复数运算、随机数的产生、矩阵运算、矩阵特征值与特征向量的计算、线性代数方程组的求解、非线性方程与方程组的求解、插值与逼近、数值积分、常微分方程组的求解、数据处理、极值问题的求解、数学变换与滤波、特殊函数的计算、排序和查找。-Commonly used algorithm of C procedures. Include polynomial terms, complex computation, random number generation, matrix operations, matrix eigenvalue and eigenvector calculations, linear algebra equations, nonlinear equations with the equations, interpolation and approximation, numerical integration, solving ordinary differential equations, data processing, for solving extremum problems, mathematical transformation and filtering, the calculation of special functions, sorting and search.
- 2022-02-22 07:35:43下载
- 积分:1
-
RSA大数运算
c语言写的接口,可以使用,效率不高;
里边有一个头文件和一个c文件,没有封装成类。如果需要,可以简单封装一下。
对了,返回值或参数最好改成引用或者指针
- 2023-07-12 19:50:03下载
- 积分:1
-
This file implements a pid controller used to simulator cruise control in a car
This file implements a pid controller used to simulator cruise control in a car
The input is a throtle value between 0 - 100 ( read on P1 )
The output is the car s speed ( P2 - P0 ) -This file implements a pid controller used to simulator cruise control in a car The input is a throtle value between 0- 100 (read on P1) The output is the car s speed (P2- P0)
- 2023-07-17 12:45:03下载
- 积分:1
-
图像预处理
现在目前为止所有可能出现的二值化程序,您可以调试自己的程序效果,十分方便。
- 2022-03-12 20:20:11下载
- 积分:1
-
TSP 问题 A *
包TSP;
- 2023-01-17 11:20:03下载
- 积分:1
-
光线跟踪算法小demo
光线跟踪算法小demo实现了光线跟踪算法,功能简单,便于理解,效果一般有学习借鉴的意义,实用性一般希望对别人有帮助代码也可能略有小错,见谅啊!!!!!
- 2023-06-04 22:10:02下载
- 积分:1