-
基于密度聚类算法
DBSCAN(Density-Based Spatial Clustering of Applications with Noise)是一个比较有代表性的基于密度的聚类算法。与划分和层次聚类方法不同,它将簇定义为密度相连的点的最大集合,能够把具有足够高密度的区域划分为簇,并可在噪声的空间数据库中发现任意形状的聚类。
- 2022-05-26 05:44:16下载
- 积分:1
-
SAR成像算法
关于合成孔径雷达的三种成像算法,开发环境是matlab,适合新手学习使用。关于合成孔径雷达的三种成像算法,开发环境是matlab,适合新手学习使用。关于合成孔径雷达的三种成像算法,开发环境是matlab,适合新手学习使用。关于合成孔径雷达的三种成像算法,开发环境是matlab,适合新手学习使用。
- 2022-07-08 18:50:44下载
- 积分:1
-
Gauss
高斯消元法(选主元)这个也是数学方法中的常用计算程序学过的人都知道的-Gauss-Emilination algorithm
- 2022-03-20 12:23:23下载
- 积分:1
-
二叉树的各种操作,实现插入,查找,删除等功能
二叉树的各种操作,实现插入,查找,删除等功能-binary tree operation, and achieve insert, search, delete function
- 2022-07-27 16:09:26下载
- 积分:1
-
fast Ica matlab算法,经过试验验证了,希望对大家有用处
fast Ica matlab算法,经过试验验证了,希望对大家有用处-fast algorithm, the test after test, we hope to be useful
- 2023-07-30 05:00:03下载
- 积分:1
-
code for FDTD 1D with pml and source
code for FDTD 1D with pml and source
- 2022-01-31 17:41:44下载
- 积分:1
-
separate speakers detection based on energy calculation
这个函数实现了一个简单的语音检测器。算法是
- 2023-08-09 22:25:03下载
- 积分:1
-
决策树和那ï朴素贝叶斯方法对数据进行分类
应用背景这是分类研究的代码,和特别是,决策树方法和Naï朴素贝叶斯方法进行分类的数据之间的比较分析。关键技术决策树与决策树分类方法的比较分析
- 2022-02-05 16:33:02下载
- 积分: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
-
This algorithm was developed by Professor Ronald L. Rivest of MIT and can be fou
This algorithm was developed by Professor Ronald L. Rivest of MIT and can be found presented in several languages. What I provide to you here is a C++ derivative of the original C implementation of Professor Rivets. The library code itself is platform-independant and has been tested in Redhat Linux. I ve included the sample code and makefile that I used for the Linux test. The demo, however, was written with Visual C++ 6 on a Windows 2000 platform.-This algorithm was developed by Professor Ronald L. Rivest of
MIT and can be found presented in several languages. What I provide to
you here is a C derivative of the original C implementation of
Professor Rivets. The library code itself is platform-independant and
has been tested in Redhat Linux. I ve included the sample code and
makefile that I used for the Linux test. The demo, however, was
written with Visual C 6 on a Windows 2,000 platform.
- 2022-01-27 12:21:27下载
- 积分:1