-
achieve a reversal of a linked list, in the entire process completed within a Li...
实现了一个链表的逆转,全部过程在一个链表内完成!-achieve a reversal of a linked list, in the entire process completed within a List!
- 2022-03-11 22:22:36下载
- 积分:1
-
用链表计算任意大小数的阶乘
用链表计算任意大小数的阶乘-calculated using the number of arbitrary size factorial
- 2022-04-08 19:11:01下载
- 积分:1
-
双曲线回归方程 HyperbolaRegress.cs
注意!该模型要求a与b的值要大于0!使用该模型时应注意验证这个限制条件。我在实现模型时未加入任何出错...
双曲线回归方程 HyperbolaRegress.cs
注意!该模型要求a与b的值要大于0!使用该模型时应注意验证这个限制条件。我在实现模型时未加入任何出错流程控制。X不能为0。
方程模型为
public override double[] buildFormula()
得到系数数组,存放顺序与模型系数相反,即该数组中系数的值依次是b,a。
public override double forecast(double x)
预测函数,根据模型得到预测结果。
public override double computeR2()
-Hyperbola regression equation HyperbolaRegress.cs attention! The model demands a and b value is greater than 0! Caution should be taken when using the model verify the conditions of this restriction. I realize the model error is not to join any flow control. X should not to 0. Equation model for public 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 ()
- 2022-02-07 00:59:29下载
- 积分:1
-
矩阵连乘动态规划实现
以C++实现了矩阵连乘动态规划,在VC6.0上调试通过。该算法最大的优点是结果的输出不仅包括了最优的连乘
顺序,还以矩阵的形式列出了M[i,j]得值,通过该最优矩阵,可以使学者更清晰直观的了解最有序列是如何生成的
- 2022-04-01 00:48:48下载
- 积分:1
-
复数据快速傅立叶变换算法
复数据快速傅立叶变换算法-Minute Data Fast Fourier Transform algorithm
- 2022-03-04 07:52:44下载
- 积分:1
-
线形规划小程序,用matlab语言编写的,可以解决线形规划书籍中的大部分线形规划实例。是matlab的m文件。...
线形规划小程序,用matlab语言编写的,可以解决线形规划书籍中的大部分线形规划实例。是matlab的m文件。-Linear programming small programs, using matlab language, and can solve the linear programming books, most of the linear programming instances. Is the matlab m-file.
- 2022-01-25 22:29:58下载
- 积分:1
-
基于c实现单片机的键盘控制
本代码主要实现了基于89c52单片机实现矩阵键盘的程序,主要体现了分为横扫描以及竖扫面的主体思想,实现对矩阵键盘的控制,并结合数码管的显示来验证此程序的正确性。在使用此程序之前,要人为的去修改硬件资源程序部分,使之程序的思路是根据此程序来的,但是具体的硬件资源是根据手里所有的开发板来进行修改的,这样可以很好的适合于每个平台。此代码为c代码有很好的移植性以及易懂性
- 2022-06-26 14:01:57下载
- 积分:1
-
雷达数据处理
对雷达数据处理的单目标,多传感器的matlab源程序,简单的卡尔曼滤波算法,初学的朋友们可以看看
- 2022-02-19 23:24:19下载
- 积分:1
-
C++ 链表类
自己写的链表类,用C++封装, 有部分功能没有测试。模板编程。
- 2022-10-30 06:10:02下载
- 积分:1
-
RSA秘钥生成工具
开源的RSA秘钥生成工具,研究RSA加密很有用。该工具可让您轻松处理与加密,解密和消息的验证。
你不再需要做复杂代码编写,只须提供processorID或Mac地址即可
- 2023-03-29 06:00:04下载
- 积分:1