-
java ARQ prog
ARQ-算法它是 Java 开发的并且描述了在按定义的算法 ARQ pesudocode 函数中生成。这种描述可以利用改性的所有代码和用户的必需品。
- 2022-05-12 21:41:10下载
- 积分:1
-
c + + 的高斯算法
大家好!我在C ++初学者,以前从来没有编写任何其他语言。现在我想写将使用高斯约算法来找到n个未知数
的系统的解决方案,无需使用任何先进的概念,如类,重载运算符一个简单的控制台应用程序
- 2022-02-01 19:43:06下载
- 积分:1
-
The source includes a recursive template version and a non
The source includes a recursive template version and a non-recursive template version
- 2023-05-28 10:10:04下载
- 积分:1
-
walksat 找到一种令人满意的 cnf 公式模型
Walksat 规格
Walksat 试图找到一种令人满意的 cnf 公式模型。
格式是.cnf 格式:
c 在文件的开头的可选注释。
c"p"行指定 cnf 格式、 编号 var、 数字通则
c 变量的编号从 1 开始的
c 每个子句结束与 0
p cnf 3 2
1-3 0
2 3-1 0
Walksat 读取从标准中 (或从作为命令指定的文件
线参数) 并将写入到标准输出 (和标准错误)。 到
获取的命令行选项,类型列表
walksat-帮助
(或其他任何非法的选项)。
- 2023-04-14 06:25:03下载
- 积分:1
-
1, one dollar three regression equations CubicMultinomialRegress.cs equation mod...
一、 一元三次回归方程 CubicMultinomialRegress.cs
方程模型为Y=a*X(3)+b*X(2)+c*X(1)+d
public override double[] buildFormula()
得到系数数组,存放顺序与模型系数相反,即该数组中系数的值依次是d,c,b,a。
以后所述所有模型的系数存放均与此相同(多元线性回归方程除外)。
public override double forecast(double x)
预测函数,根据模型得到预测结果
public override double computeR2()
计算相关系数(决定系数),系数越接近1,数据越满足该模型。
-1, one dollar three regression equations CubicMultinomialRegress.cs equation model for Y = a* X (3)+ B* X (2)+ C* X (1)+ Dpublic override double [] buildFormula () get coefficient array, store order and model coefficients contrary, that is, the array is followed by the value of coefficient d, c, b, a. After all the model described in the coefficient of storage are the same (except for multiple linear regression equation). 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 dat
- 2022-01-26 07:28:21下载
- 积分:1
-
文本聚类coforest
资源描述本文主要是实现基于层次的半监督文本聚类的算法。目前文本聚类的算法研究不少,特此贡献一些,望能对有需要的人提供一点帮助。
- 2022-06-02 02:31:49下载
- 积分:1
-
黑洞的算法,和二分法,我写的,嗲给知道一些,自己感觉还可以。...
黑洞的算法,和二分法,我写的,嗲给知道一些,自己感觉还可以。-Black hole of algorithms, and the dichotomy, I wrote some satay to know that they feel can also.
- 2022-03-13 17:17:56下载
- 积分:1
-
换热器更简单的代码
应用程序的简单算法 (patankar) 到 2d 换热器 ;带翼梢小翼 ; 圆柱通道流的目的就是为了计算热量和速度 ; 这种算法将允许您更好地理解如何更简单的算法工作和远景 cfd 应用一个良好实践。
- 2022-03-12 05:59:45下载
- 积分:1
-
著名的LAPACK矩阵计算软件包, 是比较新的版本, 一般用到矩阵分解的朋友也许会用到...
著名的LAPACK矩阵计算软件包, 是比较新的版本, 一般用到矩阵分解的朋友也许会用到-Well-known package LAPACK matrix calculation is a relatively new version of the general matrix decomposition used in the Friend may be used
- 2022-07-25 12:00:36下载
- 积分:1
-
c++读excel
这个是c++读取excel 的源代码,可以让大家能简单地使用c++读取excel
- 2022-01-26 20:30:08下载
- 积分:1