-
BIRCH聚类算法,Java实现
根据Birch的原理,使用java具体实现了,经测试,程序是可行的,希望有改进的大神不吝赐教,也希望能对大家有所帮助,我也是从别人那里下载的
- 2022-12-10 04:50:03下载
- 积分:1
-
C++维纳滤波
一种新的维纳滤波算法,采用c++对bmp图像进行滤波。应用bmp图像的读取,保存及处理。处理效果比一般维纳滤波算法更好。文件包中包含一篇关于维纳滤波的文章。源程序根据文章中算法内容编写。
- 2022-03-25 12:14:36下载
- 积分:1
-
表达式求值,包括括号的匹配问题、负数如何识别?2.2.3这样非法的数怎样识别?如何区别3+...
表达式求值,包括括号的匹配问题、负数如何识别?2.2.3这样非法的数怎样识别?如何区别3+-2(非法)和3+(-2)(合法)以及3++2(非法)和3+(+2)(合法)-evaluates expressions, including parentheses matching, how to identify negative? 2.2.3 the number of such illegal identify what? What is the difference between 3-2 (illegal) and 3 (2) (legal) and 3 (illegal) and 3 (2) (lawful)
- 2023-07-15 11:30:03下载
- 积分:1
-
无和集问题求解算法
无和集问题求解算法-no set of issues and algorithm
- 2023-03-07 10:45:03下载
- 积分:1
-
解迷宫,要求只能左手贴在墙上走
Problem
Edison, a robot, does not have a right hand or eyes. As a brave robot, he always puts his left hand on the wall no matter he walks or turns around. Because he thinks it is too dangerous, Edison does not
- 2022-06-22 01:23:19下载
- 积分:1
-
是有关acm一道试题的解答方式飞拉开市解放路开始减肥
是有关acm一道试题的解答方式飞拉开市解放路开始减肥-Acm together is the way to answer the questions started to fly the city began to lose weight Jiefang
- 2023-07-21 13:35:03下载
- 积分:1
-
数值算法 龙贝格积分 C++实现
用迭代的方法求定积分
数值算法 龙贝格积分 C++实现
用迭代的方法求定积分-numerical algorithm Long Bergh C integral to the realization of iterative methods used to seek integration
- 2022-01-31 21:48:08下载
- 积分:1
-
DBSCAN算法
% Function: [class,type]=dbscan(x,k,Eps)
% -------------------------------------------------------------------------
% Aim:
% Clustering the data with Density-Based Scan Algorithm with Noise (DBSCAN)
% -------------------------------------------------------------------------
% Input:
% x - data set (m,n); m-objects, n-variables
% k - number of objects in a neighborhood of an object
% (minimal number of objects considered as a cluster)
% Eps - neighborhood radius, if not known avoid this parameter or put []
% -------------------------------------------------------------------------
% Output:
% class - vector specifying assignment of the i-th object to certain
% cluster (m,1)
% type - vector specifying type of the i-th object
% (core: 1, border: 0, outlier: -1)
- 2022-04-08 08:12:27下载
- 积分:1
-
遗传算法MATLB程序
有遗传算法的选择、交叉、变异函数,一些简单的MABTLAB遗传算法例子
- 2023-06-23 21:35:03下载
- 积分:1
-
nsga2的代码,亲测可用
DEB的多目标遗传算法2,相对于Nsga有了较大的提升,我传的这个代码,是我导师给的,我亲自调过,非常好用!
- 2023-05-06 20:25:03下载
- 积分:1