资源列表

« 1 2 ... .87 .88 .89 .90 .91 1392.93 .94 .95 .96 .97 ... 2656 »

[数据结构常用算法zhan

说明:数据结构与算法分析——栈实验,要求将某个十进制转换成八进制或二进制,根据栈的特点可以实现进制转换的算法-Data structures and algorithm analysis- stack test, request to convert an octal, decimal or binary, according to the characteristics of the stack algorithm can hex conv
<陈飞延> 在 2024-10-12 上传 | 大小:1024 | 下载:0

[数据结构常用算法Binary-Tree

说明:本程序实现了对二叉树的前、中、后和层序的遍历-The program realization of the binary tree before, during, and after the traversal sequence
<> 在 2024-10-12 上传 | 大小:1024 | 下载:0

[数据结构常用算法gradient-descent

说明:本程序用C++语言实现了梯度下降的功能-Program for the degree of gradient algorithm
<> 在 2024-10-12 上传 | 大小:1024 | 下载:0

[数据结构常用算法matrix-inversion

说明:本程序实现了矩阵求逆的功能,也是用C++语言的,简单详细-This program implements the function of matrix inversion, but also with C++ language, simple details
<> 在 2024-10-12 上传 | 大小:1024 | 下载:0

[数据结构常用算法Prim

说明:本程序实现最短路径中的一个算法,prim算法、。-The program realization of a shortest path algorithm, prim algorithm.
<> 在 2024-10-12 上传 | 大小:1024 | 下载:0

[数据结构常用算法suffix

说明:倍增算法实现后缀数组,在字符串处理当中,后缀树和后缀数组都是非常有力的工具,其中后缀树大家了解得比较多,关于后缀数组则很少见于国内的资料。-suffix array
<zdl> 在 2024-10-12 上传 | 大小:1024 | 下载: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 m
<zdl> 在 2024-10-12 上传 | 大小:175104 | 下载:0

[数据结构常用算法LCS

说明: 最长公共子序列也称作最长公共子串(不要求连续),英文缩写为LCS(Longest Common Subsequence)。其定义是,一个序列 S ,如果分别是两个或多个已知序列的子序列,且是所有符合此条件序列中最长的,则 S 称为已知序列的最长公共子序列-Longest common subsequence, also known as the longest common strings (does not require cont
<zdl> 在 2024-10-12 上传 | 大小:159744 | 下载:0

[数据结构常用算法yinhang

说明:自己写的银行家算法,有需要的可以看下,简单易懂。-Bankers to write their own algorithms, we need to look down, easy to understand.
<张祖强> 在 2024-10-12 上传 | 大小:2048 | 下载:0

[数据结构常用算法CPPK-means

说明:K均值聚类首先需要确定聚成几类,然后按照迭代的方法,计算类的重心,然后按照向量和类重心的聚类重新分类,反复重复,直到分类稳定或者重心稳定。-K means clustering first need to identify clustered into several categories, and then follow the iterative method to calculate the focus of the class,
<zdl> 在 2024-10-12 上传 | 大小:3072 | 下载:0

[数据结构常用算法huffman

说明:实现哈夫曼编码的实验代码,选修课多媒体技术实验验收版。-The experimental realization of Huffman code, test and acceptance of multimedia technology elective version.
<dyt> 在 2024-10-12 上传 | 大小:936960 | 下载:0

[数据结构常用算法shiyan4

说明:数据结构,二叉树的各种操作,二叉树的递归建立,非递归前序周游,非递归中序周游,非递归后续周游,叶子的个数,树 的高度,删除添加结点,c++语言实现。-Data structure, binary tree of the various operations, recursive binary tree establishment, non-recursive pre-order travel, travel non-recursive
<mm> 在 2024-10-12 上传 | 大小:3072 | 下载:0
« 1 2 ... .87 .88 .89 .90 .91 1392.93 .94 .95 .96 .97 ... 2656 »

源码中国 www.ymcn.org