-
基于密度聚类算法
DBSCAN(Density-Based Spatial Clustering of Applications with Noise)是一个比较有代表性的基于密度的聚类算法。与划分和层次聚类方法不同,它将簇定义为密度相连的点的最大集合,能够把具有足够高密度的区域划分为簇,并可在噪声的空间数据库中发现任意形状的聚类。
- 2022-05-26 05:44:16下载
- 积分:1
-
C语言MATLAB的图灵机的动画演示程序,基于图灵…
用C语言+MATLAB实现的图灵机的动画演示程序,基于图灵机的基本原理实现。-C language MATLAB the Turing Machine animation demo program, based on the Turing machine to achieve the basic principles.
- 2022-10-03 05:30:03下载
- 积分:1
-
Fortran 90
Fortran 90
- 2022-02-03 19:34:59下载
- 积分:1
-
Calculation of the intellectual questions: In this multiplication formula, each...
计算这个智力题:
在这个乘法算式里,每一个字母代表着0-9中的一个数,不同字母代表不同数。
A B C D E F G H
* A J
---------------------
E J A H F D G K C
B D F H A J E C
---------------------
C C C C C C C C C
请问,C 代表哪个数字?-Calculation of the intellectual questions: In this multiplication formula, each letter represents a number 0-9, different letters represent different number. ABCDEFGH* AJ--------------------- EJAHFDGKCBDFHAJEC--------------------- CCCCCCCCC Will, C Which figure is the representative?
- 2022-10-07 11:25:03下载
- 积分:1
-
c#多线程源代码
c#多线程源代码-multithreading source code
- 2022-02-03 16:07:19下载
- 积分:1
-
common procedures C Numerical Algorithms
常用的C程序数值算法-common procedures C Numerical Algorithms
- 2022-03-31 20:57:36下载
- 积分:1
-
实数据快速傅立叶变换算法2
实数据快速傅立叶变换算法2-false information Fast Fourier Transform algorithm 2
- 2023-05-06 12:35:02下载
- 积分:1
-
this mobile robot program including fuzzy control system, keypad, ultrasonic pin...
this mobile robot program including fuzzy control system, keypad, ultrasonic ping)), etc-this is mobile robot program including fuzzy control system, keypad, ultrasonic ping)), etc
- 2022-12-02 14:45:03下载
- 积分:1
-
偶极天线的Fortran代码
fortran code of dipole antenna
- 2022-03-24 20:19:53下载
- 积分:1
-
RSA加密算法
Rivest、Shamir 和 Adleman设计了一种算法,可以实现非对称加密。这种算法用他们三个人的名字命名,叫做RSA算法。从那时直到现在,RSA算法一直是最广为使用的“非对称加密算法”。只要有计算机网络的地方,就有RSA算法。
- 2022-07-19 04:32:05下载
- 积分:1