-
三
三维FDTD程序(一个Fortran写的三维FDTD程序)-Three-dimensional FDTD program (written in a Fortran three-dimensional FDTD program)
- 2023-06-04 11:50:02下载
- 积分:1
-
用于科学计算的Fortran 90算法源程序
用于科学计算的Fortran 90算法源程序-for scientific computation algorithm source Fortran 90
- 2022-07-21 07:38:54下载
- 积分:1
-
这是一个用java高级编程语言编写的程序,实现了用“向上/向下修正方法”的拉格朗日插值公式计算某个函数的值,方便实用。...
这是一个用java高级编程语言编写的程序,实现了用“向上/向下修正方法”的拉格朗日插值公式计算某个函数的值,方便实用。-Java This is a high-level programming languages used in the preparation of procedures, implementation of the " up/down correction method," Lagrange interpolation formula of the value of a function, convenient and practical.
- 2022-08-24 10:58:35下载
- 积分:1
-
粒子滤波 目标跟踪效果很好
资源描述该粒子滤波算法程序 应用在动态环境下目标跟踪的效果很好
- 2022-08-24 18:53:51下载
- 积分:1
-
欧几里得算法32位最大公约数gcd
资源描述这是一个求32位最大公约数的欧几里得算法的实现,使用了64级的流水线实现的,可以用,做了DC综合,测试全部通过!!这是一个求32位最大公约数的欧几里得算法的实现,使用了64级的流水线实现的,可以用,做了DC综合,测试全部通过!!这是一个求32位最大公约数的欧几里得算法的实现,使用了64级的流水线实现的,可以用,做了DC综合,测试全部通过!!
- 2023-09-03 07:50:04下载
- 积分:1
-
这个可以很清楚的计算一些复杂的问题,很好的一中算法
这个可以很清楚的计算一些复杂的问题,很好的一中算法-this can be clearly calculated to some complicated problems, a good algorithm
- 2022-04-16 01:46:43下载
- 积分:1
-
快速查找:应用递归排序的例子
快速查找:应用递归排序的例子- Quick look: Application recursion arrangement example
- 2023-09-01 01:40: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
-
The Simulation of BER of QDPSK
这个文件是用来模拟QDPSK的误码率的。结果被写入一个txt文件,然后您可以将其导入matlab。
- 2022-02-12 18:16:28下载
- 积分:1
-
预测分析程序
使用自上而下分析法,实现了预测分析程序,主要包括求非终结符的First集,Follow集,和分析表,最后使用栈对文法进行分析。使用VC++6.0打开工作空间便可以直接运行。
- 2022-08-09 17:48:47下载
- 积分:1