-
DBSCAN聚类算法
实现DBSCAN聚类算法采用C# 数据挖掘中聚类算法,基于密度聚类的代表算法,dbscan。程序并不太难,方便大家学习。有三个文件,簇聚类的类datapoint-点的类clusteranalysis-以及聚类分析类
- 2022-05-28 14:26:17下载
- 积分:1
-
用外推法求函数最优区间的程序
用外推法求函数最优区间的程序-use extrapolation method for the optimal function of the interval procedures
- 2022-01-26 03:55:35下载
- 积分:1
-
ACM1087 realize the title of the request, the document provided in the form of t...
实现了ACM1087题中的要求,以文件的方式提供测试数据。-ACM1087 realize the title of the request, the document provided in the form of test data.
- 2022-06-27 12:01:22下载
- 积分:1
-
在电压过零点触发或截至可控硅的导通或闭合;有效通断电压;应用稳定可靠;...
在电压过零点触发或截至可控硅的导通或闭合;有效通断电压;应用稳定可靠;-Triggering voltage zero-crossing point or at the turn-on SCR or closed the effective on-off voltage application of stable and reliable
- 2022-03-14 03:45:10下载
- 积分:1
-
matlab 信号生成器 gcs 代码
从 ADS1256 的读信号发生器,它包括阅读、 写作为 PGA、 增益、 其自我帮助程序的注册纪录册的注册纪录册
- 2022-11-13 14:15:03下载
- 积分:1
-
图书馆管理系统
#include
#include
#include
#include
struct book //图书
{
long NO;//编号
char name[10];//书名
char author[10];//作者名
int classification;//分类号
char publish_unit[20];//出版单位
long publish_time;//出版时间
int number;//库存数
- 2022-02-22 11:27:15下载
- 积分:1
-
visual fortran常用数值算法集及源代码
visual fortran常用数值算法集及源代码
何光渝,高永利 (作者)
共有fortran子程序近200个,包含各种算法。程序均经过验证.
- 2022-02-06 09:35:57下载
- 积分:1
-
从头和尾同时进行冒泡排序
从头和尾同时进行冒泡排序-Do bubble sort from the head and from the tail at the same time
- 2022-01-25 18:12:51下载
- 积分:1
-
SVM 图像识别
利用SVM分类器对图像进行分类,运行环境为opencv,并且代码包内含有关于libSVM的相关文献
- 2023-07-28 00:50:04下载
- 积分:1
-
求混沌lorenz信号的三维图及各个方向的时间序列
1.绘制三维lorenz信号图
2.lorenz信号图在三个平面的投影
3.lorenz信号三个方向的时间序列
- 2022-03-22 00:08:23下载
- 积分:1