-
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
-
rfid自动仓储
应用背景基于rfid的自动仓储系统,实现人机交互,管理pc界面的功能,上传文件是实现这些功能的源代码,使用c++里面的mfc编程。-Rfid based automatic storage systems, human-computer interaction, function management pc interface, uploading files is the source code for these functions, using c++ mfc programming inside.关键技术rfid技术实现仓储的无人化,智能化,可以一次扫描10件以上物品,实现人机交互,管理员可以通过直观的pc界面管理数据库,去进出物品进行管理
- 2023-06-12 06:00:03下载
- 积分:1
-
一阶线性回归,自动提供错误的计算和…
First order linear regression that automatically provides error calculations and graphic visualization.
- 2022-06-14 00:39:53下载
- 积分:1
-
关联规则实现
实现关联规则算法,利用Apriori算法寻找频繁项集,再根据支持度剔除不符合需求的频繁项集,直到找到最大的频繁项集,即K项集,再根据置信度,确定强关联规则,最终得到我们事务集之间的关系,从而进行下一步的分析。
- 2022-08-09 05:46:33下载
- 积分:1
-
算术码编码代码源程序
算术码编码代码源程序-source code
- 2022-12-04 22:55:03下载
- 积分:1
-
crc数据校验算法
crc数据校验算法-crc data check algorithm
- 2022-04-16 20:38:29下载
- 积分:1
-
KNN (K 最近的分类)
k-近邻算法 (k-NN) 是一个非 参数化方法分类和回归
- 2022-08-25 23:28:30下载
- 积分:1
-
iccg解有限差分方程
不完全分解共轭梯度法解有限差分线性方程组
行业软件...
iccg解有限差分方程
不完全分解共轭梯度法解有限差分线性方程组
行业软件-ICCG solution of finite difference equation incomplete decomposition conjugate gradient method finite difference solution of linear equations software industry
- 2022-06-12 18:14:12下载
- 积分:1
-
分枝定界法,运筹学
分枝定界法,运筹学-branch-and-bound method, and operations
- 2022-04-24 23:01:41下载
- 积分:1
-
用乔里斯基(cholesky)算法求解对称正定方程组。
用乔里斯基(cholesky)算法求解对称正定方程组。- (cholesky) the algorithm solves symmetrically with the tall
Reese base is deciding the system of equations.
- 2023-05-17 20:55:03下载
- 积分:1