-
Each case the geometric algorithm is set, the geometric algorithm of data is cer...
各种情况的几何算法集,对数据的几何算法计算有一定的帮助作用-Each case the geometric algorithm is set, the geometric algorithm of data is certainly helpful to the role of
- 2022-01-28 07:52:50下载
- 积分:1
-
rough set code in matlab
rough set code in matlab~~
包括:1、data reduction with fuzzy rough sets or fuzzy mutual information
2、fuzzy preference rough set based feature evaluation and selection
3、fuzzy preference rough set based feature evaluation and selection
4、Neighborhood rough set based feature evaluation and reduction
- 2022-07-27 11:10:55下载
- 积分:1
-
简单明了的PID控制算法,可以参考一下
简单明了的PID控制算法,可以参考一下-simple PID control algorithm, a reference
- 2022-07-28 10:56:23下载
- 积分:1
-
Prim算法求解最短路径
import java.util.ArrayList;
public class Prim {
double[][] matrix; //从0开始,邻接矩阵
double t; //记录时间
int num; //节点数
float bestc; //最优路径距离
int start = 0; 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-03-20 15:11:11下载
- 积分:1
-
从头和尾同时进行冒泡排序
从头和尾同时进行冒泡排序-Do bubble sort from the head and from the tail at the same time
- 2022-01-25 18:12:51下载
- 积分:1
-
泊松分布的基因组 DNA
我使用该区域提取从 chr10 基因组和基因组样品 36bp 读取 ; 基因组的读取的计数也遵循泊松分布。所有处理基因组的方法是在它。
- 2022-12-14 05:00:03下载
- 积分:1
-
鱼眼标定算法
这是一个鱼眼标定算法的源代码,代码中实现了一种常用的球面标定算法,初学者如果有需要可以下下来学习学习
- 2022-03-09 22:11:51下载
- 积分:1
-
LCS Algorithm to c# To implement, for the people in the learning algorithm can u...
LCS算法以c#来实现,对于学习算法的人可以用这个程序看看,演示是基于VS2005开发的。
- 2022-01-22 14:05:06下载
- 积分:1
-
人脸识别算法及演示
人脸识别,是基于人的脸部特征信息进行身份识别的一种生物识别技术。用摄像机或摄像头采集含有人脸的图像或视频流,并自动在图像中检测和跟踪人脸,进而对检测到的人脸进行脸部的一系列相关技术,通常也叫做人像识别、面部识别。
- 2023-06-15 15:45:09下载
- 积分:1
-
CRC循环算法的C语言实现,非常好用CRC循环算法的C语言实现
CRC循环算法的C语言实现,非常好用CRC循环算法的C语言实现-CRC cycle algorithm realize the C language, very easy to use CRC cycle algorithm realize the C language
- 2022-02-21 05:30:35下载
- 积分:1