-
膜计算启发遗传算法
膜计算是一种新的计算机科学领域的自然计算了在十年前gh.about保恩。P系统,因为它有时被称为,有一些固有的所包括的沟通能力和并行性的优势。膜计算使用一定的规则来操作。在这项工作中,简单介绍了amembrane启发更好绩效是遗传算法。工作探讨膜计算的并行性优势。通信
- 2023-02-23 13:40:03下载
- 积分:1
-
this doc is the best way to recognise the methods of clustering
this doc is the best way to recognise the methods of clustering
- 2022-06-19 08:38:37下载
- 积分:1
-
used for the preparation of the polynomial interpolation algorithm
用c++编写的关于多项式插值的算法-used for the preparation of the polynomial interpolation algorithm
- 2022-01-26 01:14:55下载
- 积分:1
-
二乘法曲线拟合
//X,Y
二乘法曲线拟合
//X,Y -- X,Y两轴的坐标
//M -- 结果变量组数
//N -- 采样数目
//A -- 结果参数
-Using two multiplication fit the curves//X,Y the site of two axial x,y//M the number of outcome variable//N the number of samples//A the parameter of outcome
- 2022-08-06 17:42:11下载
- 积分:1
-
利用dijkstra算法编写的公交线路的最小换乘问题的算法
利用dijkstra算法编写的公交线路的最小换乘问题的算法-Dijkstra algorithm to use the bus lines to prepare the smallest change Algorithm
- 2023-03-23 00:45:03下载
- 积分:1
-
图像处理sift算子代码
图像分类提取特征时所用的sift算法,具有尺度,旋转,缩放不变性,很好的概述了特征,可以和其他算法结合使用用于图像的分类。
- 2023-04-21 22:50:03下载
- 积分:1
-
仿生模式识别 目标跟踪
用仿生模式识别来训练目标,在视频序列中跟踪目标
function [sausage, num] = hypersausage_construct(P)
%按照样本给定的顺序去求解超香肠神经元
[~, W] = size(P);%W是训练样例的个数
sausage = [];
for i = 2:W
temp = power_two(P(:, i - 1), P(:, i));%构建第i-1个神经元 //temp是一个行向量
%temp = power_three(P(:, i - 2), P(:, i-1),P(:,i));
sausage = [sausage temp];
end
sausage = [sausage P(:, end)];
num = (size(sausage, 2) - 1) / (W - 1);
- 2023-08-13 14:40:03下载
- 积分:1
-
Hangzhou interpolation and demonstration Runge phenomenon code
lagrange插值以及演示runge现象的代码-Hangzhou interpolation and demonstration Runge phenomenon code
- 2022-09-24 08:40:02下载
- 积分:1
-
详细的记载了CRC算法的具体过程
详细的记载了CRC算法的具体过程- Detailed record CRC algorithm concrete process
- 2022-04-06 20:50:28下载
- 积分:1
-
自己做的一个kmean聚类程序,里面有例子和聚类程序
自己做的一个kmean聚类程序,里面有例子和聚类程序
-Their clustering kmean to do a procedure, there are examples and clustering procedures
- 2022-03-28 12:14:45下载
- 积分:1