-
小母牛问题
小母牛问题- Heifer question
- 2022-04-17 14:07:20下载
- 积分:1
-
基于图像的数字插入算法
资源描述
资源描述
1、本代码写在word文档中,由于保密性等各种原因,需要修改下,需要认真的看
2、本文档的作用是王bmp文件中输入0-9任意组合的数字
3、算法的主要步骤:
1)数字的大小归一化为5*5的大小,然后每个数字都是二值化图像,最后放到一个数组里面,详细请看word文档里的代码
2)然后根据数字插入的位置,将数字插入道图像中
- 2022-01-25 22:22:18下载
- 积分:1
-
Lagrangian algorithm implementation
拉格朗日算法的实现-Lagrangian algorithm implementation
- 2023-05-15 03:25:02下载
- 积分:1
-
三角剖分的算法
这段代码为了完成德诺捏三角剖分,可以比较好的实现三角剖分的效果,已经实践过了,稍加调整就可以使用,算法比较周全使用简便。是一个非常好的资源,可以尝试着用以用
- 2022-11-05 15:45:12下载
- 积分:1
-
3D
3D-FDTD防真,边界为廖氏差分格式,程序使用计算机内存较少,可以用来做稍大尺寸物体的电磁防真-3D-FDTD defense truthfulness, Liao borders difference format, procedures use less computer memory. can be used to do slightly larger size object electromagnetic defense really
- 2023-04-03 01:00:03下载
- 积分:1
-
本程序是在原来的单纯形法基础上改进的,主要用于分枝界定法求解的整数规划。 修正的地方: 1.运用勃兰特原则 2.人机互动...
本程序是在原来的单纯形法基础上改进的,主要用于分枝界定法求解的整数规划。 修正的地方: 1.运用勃兰特原则 2.人机互动-this procedure is in the original simplex method on the basis of improvement, mainly for Mycobacterium defined method of integer programming. The amendment : 1. Using the principle of two Brandt. Human-Computer Interaction
- 2023-06-21 20:30:03下载
- 积分:1
-
Learnin Mathematics with the ABACUS Activity
Learnin Mathematics with the ABACUS Activity-book
part 02
- 2022-04-13 12:56:16下载
- 积分:1
-
Calendrier pour sélectionner une date
Calendrier pour sélectionner une date
- 2022-04-19 05:27:01下载
- 积分:1
-
jacobi,gauss,迭代法以及lu分解求解线性方程组
LU分解进行方程组的求解需要将系数矩阵进行分解,数值分析中更喜欢用迭代法来逼近真解利用迭代进行方程组的求解,将其转化成机械的运算,收敛性较好,能达到较高精度
- 2022-01-25 14:40: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