资源列表

« 1 2 ... .73 .74 .75 .76 .77 778.79 .80 .81 .82 .83 ... 2656 »

[数据结构常用算法shortestway

说明:数据结构最短路径算法实现,可实现有向图,无向图,有向网,无向网四种最短路径求解,最后打印路径,和路径长度-Data structure to achieve the shortest path algorithm can be realized digraph, undirected graph, to the network, without the four shortest path to the network to solve the final print path, and pat
<ling> 在 2025-06-07 上传 | 大小:184kb | 下载:0

[数据结构常用算法Splay

说明:伸展树 都知道如果使用二叉查找树树平衡度不好则会降低查询效率,所以我们要维护二叉树的平衡性,即TreapTree 、SplayTree 、AVL、红黑等,本文介绍伸展树的平衡原理和核心代码 -Tree stretching all know if you use binary search tree tree balance will not reduce the query efficiency, and therefore we have to safeguard the balan
<sql> 在 2025-06-07 上传 | 大小:184kb | 下载:0

[数据结构常用算法link

说明:用带表头的链表存放输入的数据,每读入一个数,按升序顺序插入到链表中,链表中允许两个结点有相同值。链表的头结点存放链表后面的结点个数,初始化时就生成头结点(初值为0)。链表翻转是把数据逆序(变成降序),注意,头结点不动。翻转后要再翻转一次,恢复升序后才能插入新元素,否则会出错。-Using the list with the first table input data storage, each read a few, according to ascending order of insert
<brian> 在 2025-06-07 上传 | 大小:184kb | 下载:0

[数据结构常用算法TripleMatrix

说明:输入稀疏矩阵中非零的元素,然后建立整个矩阵,实现这两个矩阵相加、相减和相乘运算。 -Enter non-zero elements of sparse matrix, and then build the whole matrix, to achieve these two matrices are added together, subtraction, and multiplication operations.
<wang> 在 2025-06-07 上传 | 大小:184kb | 下载:0

[数据结构常用算法My_BM4

说明:BM算法源代码,是用c++写的。适用于字符串的多模式匹配问题。-BM algorithm source code is written in c++. For a string of multi-pattern matching problem.
<汪浩> 在 2025-06-07 上传 | 大小:184kb | 下载:0

[数据结构常用算法bijiao

说明:数据结构c语言各种排序时间复杂度的比较,希尔排序,快速排序等-C language data structure a variety of sorting time complexity comparison, Shell sort, quick sort, etc.
<wulianfeng> 在 2025-06-07 上传 | 大小:184kb | 下载:0

[数据结构常用算法Kjunzhi

说明:k均值算法,对一组三维数据进行K均值聚类分析,分为三类-k-means algorithm, a set of three-dimensional data of K-means clustering analysis, divided into three categories
<李骁驰> 在 2025-06-07 上传 | 大小:185kb | 下载:0

[数据结构常用算法sh_SVM_regression

说明:SVM回归方面的代码,可供入门学习者参考。包含有部分matlab代码。-SVM aspects of the code, for entry learners.
<xueshi> 在 2025-06-07 上传 | 大小:185kb | 下载:0

[数据结构常用算法binary-tree-traversal

说明:程序包括二叉树的前序,中序,后序遍历以及特定数据的查找-Program includes former preorder, preorder, after preorder of binary tree traversal and finding specific data. For simple binary tree software curriculum.
<方荣> 在 2025-06-07 上传 | 大小:185kb | 下载:0

[数据结构常用算法128FFT_C

说明:基本C++的128点的FFT计算,为了方便移植,添加了大量注释。-FFT calculation of the basic C++ 128 points.
<liangdong> 在 2025-06-07 上传 | 大小:185kb | 下载:0

[数据结构常用算法math

说明:算法,一个算术表达式是由操作数(operand)、运算符(operator)和界限符(delimiter)组成的。假设操作数是正实数,运算符只含加减乘除等四种运算符,界限符有左右括号和表达式起始、结束符“#”,如:#(7+15)*(23-28/4)#。引入表达式起始、结束符是为了方便。编程利用“算符优先法”求算术表达式的值。-Algorithm, an arithmetic expression is made up of operands (operand), operator (operat
<靳以2002> 在 2025-06-07 上传 | 大小:185kb | 下载:0

[数据结构常用算法699017

说明:位图的集中特效算法处理实例: 其包含了四种不同的处理算法()
<Rhcxolch > 在 2025-06-07 上传 | 大小:185kb | 下载:0
« 1 2 ... .73 .74 .75 .76 .77 778.79 .80 .81 .82 .83 ... 2656 »

源码中国 www.ymcn.org