-
著名的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
-
使用Marquardt方法的非线性嘴小二乘拟合算法
使用Marquardt方法的非线性嘴小二乘拟合算法-use of small mouth nonlinear least square fitting algorithm
- 2022-03-06 00:12:03下载
- 积分:1
-
非线性方程求解例子
非线性方程求解例子--Examples of Non Linear equation`s solution
- 2023-04-02 18:45:03下载
- 积分:1
-
无线定位算法
本代码做的是无线传感器定位算法,该算法计算精确大大提高了定位精度,减少节点损耗
- 2022-03-23 08:22:22下载
- 积分:1
-
TI DSP TMS320F280x external interrupt routines.
TI DSP TMS320F280x 外部中断例程。-TI DSP TMS320F280x external interrupt routines.
- 2022-02-21 10:14:46下载
- 积分:1
-
Optimization Methods Ecuador gradient method
最优化方法 共厄梯度法-Optimization Methods Ecuador gradient method
- 2022-08-06 23:46:10下载
- 积分:1
-
C++人员信息管理
员信息管理整个程序分为三个文件:employee.h是类定义头文件,employee.cpp是类文件是实现文件,7-10.cpp是主函数文件。编译后应该讲7-10.cpp和employee.cpp连接在一起,如果使用VC++开发环境,应该将7-10.cpp和employee.cpp放在一个project中。
- 2022-06-19 06:30:38下载
- 积分:1
-
C#实现中值平均数滤波算法
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
///
/// 中位平均值滤波算法
///
public class DLMidPerFilter
{
private MHBetterList mOrignList = new MHBetterList(); //原始数组
private MHBetterList mFilterList = new MHBetterList(); //过滤数组
private float mCurrentValue; //记录当前值
private int mResetNum = 0; //均值重置个数
public bool mIfReset = false; //判断是否开始均值重置
///
/// 过滤算法
///
/// 新输入的值
///
- 2023-05-07 23:20:03下载
- 积分:1
-
ints: You would earn poin
XPObject对象
- 2022-07-14 12:16:46下载
- 积分:1
-
Kmeans的MapReduce实现
资源描述用Java首先编程实现了数据挖掘算法Kmeans,然后将该算法在MapReduce模型下并行化,资源有相关的讲解说明,有示例的输入。希望可以帮助需要的同学们
- 2022-01-25 22:16:32下载
- 积分:1