-
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
-
New。
此程序十分的老,但是错误却不少。请求大家来帮助,修改重传改名为TC-New。-this procedure is very old, but quite a few mistakes. Request you to help amend Retransmission renamed TC-New.
- 2023-06-27 08:55:03下载
- 积分:1
-
VC++dryandexganple
一款非常好的VC学习实例教程,在提高技能方面有非常明显的工效。(A very good example of VC learning curricula, in enhancing the skills of the work efficiency is very obvious.)
- 2007-12-17 20:21:09下载
- 积分:1
-
348889MPEG
MPEG解码源代码。转载中国程序员网络,提供该代码。(MPEG decode)
- 2009-03-18 16:43:35下载
- 积分:1
-
straight
说明: 零件直线度和圆度误差检测算法和例子,对于在线测量数据返回处理很有帮助。(Parts straightness and roundness error detection algorithm and examples, for on-line measurement data return processing helpful.)
- 2020-10-29 16:29:57下载
- 积分:1
-
图像传感
利用stm32f4采集ov2640摄像头图像,将图像二值化处理后,得到黑白图像,再经过算法,识别出图像的形状,目前可以识别:正方形、三角形、圆形(Using stm32f4 to capture ov2640 camera image, the image two value processing, get black and white images, and then through the algorithm to identify the shape of the image, can now identify: square, triangle, round)
- 2020-07-20 13:08:46下载
- 积分:1
-
VB多线程
说明: VB多线程中用C++的API产生崩溃,只能用ActiveX替代(Instate C++ API with ActiveX)
- 2020-06-15 22:50:02下载
- 积分:1
-
RC4C++代码
用C++描述的RC4,简洁,提供了main函数,解释明了,
- 2022-04-28 17:32:08下载
- 积分:1
-
真实感图形学代码展示
真实感图形实验中最简单的代码,希望大家能够从中获得一些经验并且能够最好的体验。
- 2022-07-12 21:18:06下载
- 积分:1
-
gezhongfangfa
复合辛普森 改进欧拉法 高斯消去法 复合梯形法(Improved Euler Method Composite Simpson composite trapezoidal method of Gaussian elimination)
- 2011-05-14 18:54:43下载
- 积分:1