资源列表
[matlab例程] PCA_basedFace
说明:用matlab编写的基于PCA的人脸识别算法,包含图片库,可以直接运行,找出图片库中与测试图片相匹配的图片。-Matlab prepared with PCA-based face recognition algorithms, including image libraries, can be run to identify and test gallery picture of the picture to match.<zw> 在 2025-11-26 上传 | 大小:176kb | 下载:0
[数据结构常用算法] S020600424
说明:最近公共祖先问题 问题描述:给定一棵树,设计一个算法对于给定的两个结点返回他们的最近公共祖先 实验任务:对于给定的树和树中的结点对,输出最近公共祖先-Recently, the issue of public issue of ancestral Descr iption: given a tree, to design an algorithm for a given node of the two return to their ancestors in recent experim<林建> 在 2025-11-26 上传 | 大小:48kb | 下载:0
[数据结构常用算法] S030602102
说明:赋权有向图中心问题 问题描述: 设G=(V,E)是一个赋权有向图,v是G的一个顶点, v的偏心距定义为: Max {w∈ V,从w到v的最短路径长度} G中偏心距最小的顶点称为G的中心。试利用Floyd 算法设计一个求赋权有向图中心的算法。-Empowering the central issue Digraph Problem Descr iption: Let G = (V, E) is a directed graph Empoweri<林建> 在 2025-11-26 上传 | 大小:82kb | 下载:0
[数学计算/工程计算] Colonial_Competitve_Algorithm_CCA_v4
说明:Colonial Competitive Algorithm<muhammad> 在 2025-11-26 上传 | 大小:442kb | 下载:0
[人工智能/神经网络/遗传算法] inherit_arithmetic
说明:基于量子的遗传算法 基于量子的遗传算法-Genetic algorithm based on quantum genetic algorithm based on quantum genetic algorithm based on quantum<薛敏> 在 2025-11-26 上传 | 大小:5kb | 下载:0
[数据结构常用算法] hfmcpp
说明:赫夫曼编码本程序实现了使用赫夫曼编码压缩数据;输入一串字符串sourceCode——为方便理解,暂时要求字符串只包含大写字母和空格,如果你愿意, 很容易就可以推广到所有的字符——计算出字符串中各个字母的权重,然后对其进行赫夫曼编码,输出赫夫曼树。 将赫夫曼树的叶子结点存储到有序二叉树中,输出原字符串经压缩后得到的用 0 和 1 表示的新字符串destCode; 然后利用赫夫曼树将字符串destCode进行译码,得到目标字符串objCode,比较objCode和sourceCod<xhh> 在 2025-11-26 上传 | 大小:4kb | 下载:0