-
adaptive dimension reduction for clustering high dimensional data
adaptive dimension reduction for clustering high dimensional data
- 2023-05-17 00:20:03下载
- 积分:1
-
基于MATLAB的改进型中值滤波源代码设计
针对传统Matlab中值滤波算法的不足之处,提出了一种新改进的Matlab中值滤波算法。该算法首先通过对图像按照一定的方法进行填充,然后根据窗口中像素值的分布按预先的设置来调整滤波窗口的大小。不仅可以有效去除噪声,而且能较好的保存图像细节,滤波性能要优于传统的中值滤波算法。
- 2022-11-12 11:35:04下载
- 积分:1
-
C++ 链表类
自己写的链表类,用C++封装, 有部分功能没有测试。模板编程。
- 2022-10-30 06:10:02下载
- 积分:1
-
素性检测的Java程序
素性检测的Java程序-Primality Testing Java programs
- 2022-02-24 16:52:29下载
- 积分:1
-
NXP单片机LPC900系列AD程序
NXP单片机LPC900系列AD程序,和DA程序较好的例程,能够具有很好移植性和通用性!
- 2022-01-25 18:26:21下载
- 积分:1
-
这是一个分治法应用的又一个例子,利用分治技术,做大整数乘法,尤其是几百位数以上的乘法,比一般的方法快很多,仅次于快速傅立叶变换....
这是一个分治法应用的又一个例子,利用分治技术,做大整数乘法,尤其是几百位数以上的乘法,比一般的方法快很多,仅次于快速傅立叶变换.-This is a partition of the application also an example of the use of the partition, bigger integer multiplication, especially above the median of hundreds of multiplication, than the much faster after the Fast Fourier Transform.
- 2022-02-01 00:49:28下载
- 积分:1
-
高斯正算坐标程序计算高斯投影的正算问题克拉索夫斯基椭球...
高斯正算坐标程序计算高斯投影的正算问题克拉索夫斯基椭球-Gaussian count is calculated coordinates of the Gaussian projection is counting police used batons for dispersing ellipsoid
- 2023-05-22 00:55:03下载
- 积分:1
-
CT跟踪,压缩感知
一种简单高效地基于压缩感知的跟踪算法。首先利用符合压缩感知RIP条件的随机感知矩对多尺度图像特征进行降维,然后在降维后的特征上采用简单的朴素贝叶斯分类器进行分类。该跟踪算法非常简单,但是实验结果很鲁棒,速度大概能到达40帧/秒。具体原理分析可参照相关文章
- 2022-12-09 18:35:03下载
- 积分:1
-
C语言作的四色验证1.需求分析问题描述:证明了可以用不多于4种颜色对n个区域着色,而满足相邻的区域具有不同的颜色输入形式 : 暂定最多50个区域,如需证明更多区...
C语言作的四色验证1.需求分析问题描述:证明了可以用不多于4种颜色对n个区域着色,而满足相邻的区域具有不同的颜色输入形式 : 暂定最多50个区域,如需证明更多区域,修改#define S 50 即可;以整形形式输入(取值范围1-32767)用户需要证明的区域数目,相联的一对矩阵; 输出形式:以0和1输出关联矩阵,和以blue yellow orange pink形式输出每个区域相对应证明出的颜色;-C language does four colors confirm 1. demands analyses
question description: Had proven may use not to be many to 4 kind of
colors to n region coloration, but satisfies the neighboring region to
have the different color input form: Establishes provisionally more
than 50 regions, if must prove more regions, revise#define S 50 then;
Region number (value scope 1-32767) the user needs to prove which by
the reshaping form input, unites a pair of matrix; Output form: By 0
and 1 output incidence matrixs, with form outputs the color by blue
yellow orange the pink which each region corresponds proves;
- 2022-10-20 02:35:04下载
- 积分:1
-
em算法及em算法初始化matalab程序
对数据分析的聚类处理包括分层聚类,均值聚类,KNN聚类算法;包含基于em算法的高斯混合估计模型及实现流程。
- 2023-05-17 02:25:03下载
- 积分:1