资源列表
[数据结构常用算法] Binary-Tree
说明:本程序实现了对二叉树的前、中、后和层序的遍历-The program realization of the binary tree before, during, and after the traversal sequence<> 在 2025-09-09 上传 | 大小:1kb | 下载:0
[数据结构常用算法] gradient-descent
说明:本程序用C++语言实现了梯度下降的功能-Program for the degree of gradient algorithm<> 在 2025-09-09 上传 | 大小:1kb | 下载:0
[数据结构常用算法] matrix-inversion
说明:本程序实现了矩阵求逆的功能,也是用C++语言的,简单详细-This program implements the function of matrix inversion, but also with C++ language, simple details<> 在 2025-09-09 上传 | 大小:1kb | 下载:0
[matlab例程] GeneticPAlgorithmPToolbox
说明:遗传算法工具箱,还有遗传算法需要的全部函数,来之不易-Genetic algorithm toolbox, as well as all the required functions of genetic algorithms, hard-won<zhagnwenbo> 在 2025-09-09 上传 | 大小:89kb | 下载:0
[数据结构常用算法] LD
说明:又称Levenshtein距离(也叫做Edit Distance),是指两个字串之间,由一个转成另一个所需的最少编辑操作次数。许可的编辑操作包括将一个字符替换成另一个字符,插入一个字符,删除一个字符。 -Also known as Levenshtein distance (also known as Edit Distance), is between two strings, one by one turned into the minimum required number of edit<zdl> 在 2025-09-09 上传 | 大小:171kb | 下载:0
[数据结构常用算法] LCS
说明: 最长公共子序列也称作最长公共子串(不要求连续),英文缩写为LCS(Longest Common Subsequence)。其定义是,一个序列 S ,如果分别是两个或多个已知序列的子序列,且是所有符合此条件序列中最长的,则 S 称为已知序列的最长公共子序列-Longest common subsequence, also known as the longest common strings (does not require continuous), the English abbreviat<zdl> 在 2025-09-09 上传 | 大小:156kb | 下载:0