-
免疫算法仿真
有很多文章放在网上,提供更多有关免疫算法比资料覆盖在本导言中。一些链接如下,但谷歌搜索"人造一词
免疫系统"会带来更多。本文论述了一些主要概念包括克隆选择、 亲和力成熟和抗体相互作用的免疫算法。
- 2022-07-17 22:52:11下载
- 积分:1
-
数字三角
资源描述问题描述:给定一个由n行数字组成的数字三角形,如下图所示。试用动态规划算法,计算出从三角
顶部至底部的一条路径,使得该路径经过的数字总和最大。
注意每个数字只能走向下一行左边或右边的数字,而不能跳跃的走。
7
3 8
8 1 0
2 7 4 4
4 5 2 6 5
- 2023-01-28 04:05:04下载
- 积分:1
-
KMP、BM编码算法实现
KMP、BM算法的自我实现,对学习KMP、BM算法有一定帮助!有助于学习压缩解压缩。详细请看源码!(读文件的形式,并比较两者的性能)
- 2022-08-18 12:52:24下载
- 积分:1
-
gabor+PCA表情识别
资源描述基于Gabor+pca识别人脸表情 ,很详细,用opencv实现的 对于学习pca算法的初学者很有用。
- 2022-01-31 14:51:46下载
- 积分:1
-
人脸和眼睛识别
Use the CascadeClassifier class to detect objects in a video stream. Particularly, we will use the functions:
– load to load a .xml classifier file. It can be either a Haar or a LBP classifer
– detectMultiScale to perform the detection.
- 2022-03-07 04:36:53下载
- 积分:1
-
先序遍历非递归算法 #define maxsize 100 typedef struct { Bitree Elem[maxsize] int top }SqS...
先序遍历非递归算法 #define maxsize 100 typedef struct { Bitree Elem[maxsize] int top }SqStack void PreOrderUnrec(Bitree t) { SqStack s StackInit(s) p=t while (p!=null !StackEmpty(s-preorder non- recursive algorithm# define maxsize 100 typedef struct (Bitree Elem [maxsize]) int top SqStack void PreOrderUnrec (Bitree t) (SqStack s StackInit (s) p = t while (p! = Null! StackEmpty (s
- 2022-12-23 05:40:03下载
- 积分:1
-
排序算法总结
排序算法总结,里面包含了插入排序,快速排序,选择排序,二叉树排序等11种排序方法,有需要的同学可以参考参考
- 2022-03-25 23:54:00下载
- 积分:1
-
用三元组表示稀疏矩阵,可以转置 加法,减法,乘法,求逆。
用三元组表示稀疏矩阵,可以转置 加法,减法,乘法,求逆。- With three Yuan groups expressed the sparse matrix, may
transpose the addition, the subtraction, the multiplication, asks to
go against.
- 2023-01-27 11:50:03下载
- 积分:1
-
bp算法
bp算法-bp algorithm.
- 2022-09-30 19:40:04下载
- 积分:1
-
Adaptive and Robust control theory
Adaptive and Robust control theory
- 2023-08-29 01:35:06下载
- 积分:1