-
Adboost 的人脸检测
ApplyDetector.m BoostingAlg.m CalcIntegralImage.m ComputeBoxSum.m ComputeFeatures.m 等20段代码
- 2022-03-25 01:13:19下载
- 积分:1
-
猴子吃桃的问题:
此程序是用递归做出来的,方法很简单
猴子吃桃的问题:
此程序是用递归做出来的,方法很简单-monkeys eat a peach : This procedure is done using the recursive method is very simple
- 2022-04-09 19:03:22下载
- 积分:1
-
实现的是对经纬度的分秒转换为double类型的坐标
实现的是对经纬度的分秒转换为double类型的坐标-Realization of the minutes and seconds of latitude and longitude is converted to double types of coordinates
- 2022-06-30 07:52:31下载
- 积分:1
-
最小生成树的帕斯卡
此代码解决了在图中查找最小生成树的问题;
- 2022-12-30 09:50:03下载
- 积分:1
-
时间序列工具箱 ,内含双谱,AR模型参数估计程序
时间序列工具箱 ,内含双谱,AR模型参数估计程序-time series toolbox containing Bispectrum, AR model parameter estimation procedures
- 2022-08-09 14:48:08下载
- 积分: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
-
本源码是关于模糊聚类中的一小部分,是对课本中的习题的解答...
本源码是关于模糊聚类中的一小部分,是对课本中的习题的解答-The source is a fuzzy clustering on a small part of the exercise of textbooks in the answers
- 2022-06-01 09:38:33下载
- 积分:1
-
全美经典有限元分析书籍,特别适合有限元研究和开发分析的人士...
全美经典有限元分析书籍,特别适合有限元研究和开发分析的人士-Finite element analysis of the nation" s classic book is particularly suitable for finite element analysis of the research and development, who
- 2022-12-14 20:40:03下载
- 积分:1
-
快速傅立叶变换的源代码,是个数字信号处理学习的好例子。...
快速傅立叶变换的源代码,是个数字信号处理学习的好例子。-The source code of FFT,is a good example for digital singnal process study
- 2022-04-29 13:15:03下载
- 积分:1
-
经典的matlab算法源代码,非常经典
MATLAB经典算法程序源代码,相当经典-Classical algorithm MATLAB source code, very classic
- 2023-03-04 03:00:04下载
- 积分:1