-
最短路径
Description 求出有n(1 < n < 600)个结点有向图中,结点1到结点n的最短路径。 Input 第一行有2个整数n和m(0 < m
- 2022-07-25 07:53:30下载
- 积分:1
-
operating system, the solution Deadlock
操作系统中,有关死锁的解决方法-银行家算法,C++编写.-operating system, the solution Deadlock- bankers algorithms, written in C++.
- 2022-09-05 00:20:02下载
- 积分: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
-
顺序表和链表的应用
掌握线性表的基本操作(插入、删除、查找)以及线性表合并等运算在顺序存储结构、链式存储结构上的实现。重点掌握链式存储结构实现的各种操作。掌握线性表的链式存储结构的应用
- 2023-03-16 22:25:19下载
- 积分:1
-
svm实现的例子
svm实现的例子-SVM realize examples
- 2022-04-22 19:17:40下载
- 积分:1
-
分数阶傅里叶变换计算方面的文章,另附程序清单
分数阶傅里叶变换计算方面的文章,另附程序清单-Fractional Fourier transform calculation of the article, followed the list of procedures
- 2022-06-26 21:16:35下载
- 积分:1
-
分枝定界法,运筹学
分枝定界法,运筹学-branch-and-bound method, and operations
- 2022-04-24 23:01:41下载
- 积分:1
-
牛顿法求解非线性方程组
牛顿法求解非线性方程组-Newton method for solving nonlinear equations
- 2022-02-06 07:59:11下载
- 积分:1
-
数字通信权威书籍,伯克利教材!!!很有有用的
数字通信权威书籍,伯克利教材!!!很有有用的-Digital communication authority of books, teaching at Berkeley! ! ! Very useful
- 2023-06-17 01:30:04下载
- 积分:1
-
积分
不定积分
输入x1,f(x1),x2,f(x2)...输出F(x1),F(x2)...
用二分法和sinx求π.sinx用泰勒展开逼近。-integral
- 2022-10-16 01:20:03下载
- 积分:1