-
红黑树的C++实现
红黑树的C++实现,包括红黑树的插入,删除,左右旋转等操作,还包括了二叉树的基本操作(用于红黑树的实现)。
- 2022-03-14 12:23:01下载
- 积分:1
-
98年全国大学生数学建模竞赛B题"水灾巡视问题"模拟退火算法。...
98年全国大学生数学建模竞赛B题"水灾巡视问题"模拟退火算法。-98 National Mathematical Contest in Modeling B and that the "flood inspections" simulated annealing.
- 2022-01-26 00:53:20下载
- 积分:1
-
实现数学中的warshall算法,既完成对传递闭包的求解
实现数学中的warshall算法,既完成对传递闭包的求解-To achieve in mathematics warshall algorithm, both to complete the transitive closure of the solution
- 2022-01-21 02:39:12下载
- 积分:1
-
一般问题的线性插值和JACOBI算法
一般问题的线性插值和JACOBI算法-general linear interpolation algorithm and JACOBI
- 2022-02-06 19:05:49下载
- 积分:1
-
功能:返回双精度参数的反全余弦的三角函数值 返回返回双精度参数y和x的数值由公式y/x计算的反正切三角函数值...
功能:返回双精度参数的反全余弦的三角函数值 返回返回双精度参数y和x的数值由公式y/x计算的反正切三角函数值-function : to return to double-precision parameters of the whole anti-cosine value of the trigonometric function to return to double-precision parameters x and y values from the formula y/x calculating the arc tangent trigonometry value
- 2022-02-07 09:17:04下载
- 积分:1
-
数值计算中SOR迭代法的Matlab程序
数值计算中SOR迭代法的Matlab程序-numerical calculation SOR iteration of the Matlab program
- 2022-04-17 10:44:51下载
- 积分:1
-
利用C++完成计算方法的分段线性,二次插值和全区间拉格朗日插值的计算!...
利用C++完成计算方法的分段线性,二次插值和全区间拉格朗日插值的计算!-C completed the calculation method piecewise linear, quadratic interpolation, and the region between the Lagrange interpolation calculation!
- 2023-05-05 17:50:02下载
- 积分:1
-
巴特渥斯滤波器设计(butterworth),根据设计参数需要,设计出符合要求的滤波器,并提供示意图...
巴特渥斯滤波器设计(butterworth),根据设计参数需要,设计出符合要求的滤波器,并提供示意图-Bateoushi Filter Design (3.8mA), according to the design parameters, designed to meet the requirements of filters, and to provide diagram
- 2022-02-04 01:46:08下载
- 积分: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
-
排列熵算法
能很好的分析非线性时间序列。熵(entropy)指的是体系的混乱的程度,它在控制论、概率论、数论、天体物理、生命科学等领域都有重要应用,在不同的学科中也有引申出的更为具体的定义,是各领域十分重要的参量.
- 2022-05-19 21:19:57下载
- 积分:1