-
最长前缀匹配和最近邻规则的ip聚类算法
采用C++语言编写的一种新的IP聚类算法。算法结合最长前缀匹配和最近邻规则聚类算法的概念,运用逐步优化的层次聚类的思想,自动并有意义地进行基于数据集中地址属性的无监督聚类。
- 2022-03-24 05:43:54下载
- 积分:1
-
它把一副图片分成RGB三个通道进行显示,使用时请注意你自己的文件路径
这个是基于VC6.0+opencv1.0平台下运行的,大家打开这个文件的时候可能会感觉到程序好像有点乱,你直接复制然后粘贴到你的程序界面就可以使用了,它把一副图片分成RGB三个通道进行显示,使用时请注意你自己的文件路径
- 2022-10-11 15:40:04下载
- 积分:1
-
吉尔法求解一阶微分方程组的算法
吉尔法求解一阶微分方程组的算法-Gil Solving equations a band algorithm
- 2022-11-29 16:40:03下载
- 积分:1
-
附有多个典型的聚类算法,可执行文件全集。
附有多个典型的聚类算法,可执行文件全集。-with more typical clustering algorithm, The Complete Works of executable files.
- 2022-01-25 18:18:08下载
- 积分:1
-
Plane truss VB source code, very valuable learning finite element code, and shar...
平面桁架VB源程序,非常有学习价值的有限元代码,共享给大家-Plane truss VB source code, very valuable learning finite element code, and shared to everyone
- 2022-12-12 21:15:03下载
- 积分:1
-
遗传算法实现TSP问题
用遗传算法实现TSP最短路寻优问题,遗传算法(Genetic Algorithm)是模拟达尔文生物进化论的自然选择和遗传学机理的生物进化过程的计算模型,是一种通过模拟自然进化过程搜索最优解的方法。遗传算法是从代表问题可能潜在的解集的一个种群(population)开始的,而一个种群则由经过基因(gene)编码的一定数目的个体(individual)组成。每个个体实际上是染色体(chromosome)带有特征的实体。染色体作为遗传物质的主要载体,即多个基因的集合,其内部表现(即基因型)是某种基因组合,它决定了个体的形状的外部表现,如黑头发的特征是由染色体中控制这一特征的某种基因组合决定的。因此,在一开始需要实现从表现型到基因型的映射即编码工作。由于仿照基因编码的工作很复杂,我们往往进行简化,如二进制编码,初代种群产生之后,按照适者生存和优胜劣汰的原理,逐代(generation)演化产生出越来越好的近似解,在每一代,根据问题域中个体的适应度(fitness)大小选择个体
- 2022-07-08 16:58:02下载
- 积分:1
-
使用高斯滤波去噪
这是用于图像去噪方法的代码。在这里我使用高斯滤波图像去噪。在一些医学图像应用程序中,去噪后的图像是非常重要的。
- 2022-06-19 20:34:41下载
- 积分: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
-
Data Mining the classical k
数据挖掘经典k-means算法C源码实现-Data Mining the classical k-means algorithm C source code to achieve
- 2022-04-20 17:28:52下载
- 积分:1
-
matlab对INSAR图像进行配准
资源描述matlab对INSAR的主辅影像图进行配准,以便以后处理影像图
- 2023-04-27 01:55:03下载
- 积分:1