-
c语言程序百例
c语言的经典实例,包含基础篇、数据结构篇、数值计算与趣味数学篇、图形篇和系统篇,共200个经典例子。
- 2022-04-30 02:42:56下载
- 积分:1
-
Runge_Kutta_Fehlber法计算
Runge_Kutta_Fehlber法计算-Runge_Kutta_Fehlber method
- 2022-02-16 04:21:47下载
- 积分:1
-
LDL decomposition. Numerical Solution of matrix equation as the most basic matri...
LDL分解。作为矩阵方程数值解法最基础的矩阵分解算法,LDL算法可以高效分解对称矩阵。-LDL decomposition. Numerical Solution of matrix equation as the most basic matrix factorization algorithm, LDL decomposition algorithm can be efficient symmetric matrix.
- 2022-02-15 12:27:17下载
- 积分:1
-
数据挖掘中的bridgit算法的例子。 非常经典
数据挖掘中的bridgit算法的例子。 非常经典-of data mining algorithms bridgit example. Very classic
- 2022-07-07 13:17:01下载
- 积分:1
-
报告
数值分析实验报告-report
- 2022-08-10 07:04:01下载
- 积分:1
-
可计算工业卧式设备,荷载类型有:风荷载,地震荷载,设荷载,温度应力。基础类型有:桩基础。...
可计算工业卧式设备,荷载类型有:风荷载,地震荷载,设荷载,温度应力。基础类型有:桩基础。-computable industrial equipment, load types : wind loads, earthquake loading, based load and temperature stress. Basic types : pile foundation.
- 2023-03-30 05:15:03下载
- 积分:1
-
对数回归方程logarithmregress.cs方程模型y = * LN…
对数回归方程 LogarithmRegress.cs
方程模型为 Y=a*LnX+b
public override double[] buildFormula()
得到系数数组,存放顺序与模型系数相反,即该数组中系数的值依次是b,a。
public override double forecast(double x)
预测函数,根据模型得到预测结果。
public override double computeR2()
计算相关系数(决定系数),系数越接近1,数据越满足该模型。
-Logarithmic regression equation LogarithmRegress.cs equation model for Y = a* LnX+ Bpublic override double [] buildFormula () get coefficient array, the storage order and model coefficients contrary, that is, the array is followed by the value of coefficient b, a. public override double forecast (double x) prediction function, according to the results of model prediction. public override double computeR2 () calculated the correlation coefficient (determination coefficient), coefficient of the closer one, the data satisfy the model more.
- 2022-08-31 23:15:03下载
- 积分:1
-
計算最近點和線段
計算最近點和線段三個部分。第一部分,生成點後查詢最近點(需要注意根目錄下有Temp.txt)。第二部分,生成N個固定範圍的隨機點(在根目錄下生成latlon.txt)。第三部分,原來生成的一個點和生成的一個線段進行判斷垂足。
- 2022-02-26 22:45:52下载
- 积分:1
-
基于MUSIC算法的DOA估计
资源描述基于music算法的DOA估计,通过角度搜索,获得谱峰位置对应的角度,可以有效的抑制旁瓣,获得精确的角度估计,music算法的核心思想是利用导向矩阵与噪声子空间的正交特性,因而在信源角度方向获得谱峰值。
- 2022-10-22 19:05:03下载
- 积分:1
-
8位crc校验的计算源码,查表计算,可以计算任意8位的多项式的校验...
8位crc校验的计算源码,查表计算,可以计算任意8位的多项式的校验-eight crc check the source calculation, look-up table to be calculated in terms of the eight random polynomial Check
- 2022-02-02 07:48:22下载
- 积分:1