资源列表

« 1 2 ... .35 .36 .37 .38 .39 1440.41 .42 .43 .44 .45 ... 2656 »

[数据结构常用算法AVLtree

说明:数据结构AVL树,实现了AVL所有的功能,。在AVL树中任何节点的两个儿子子树的高度最大差别为一,所以它也被称为高度平衡树。查找、插入和删除在平均和最坏情况下都是O(log n)。增加和删除可能需要通过一次或多次树旋转来重新平衡这个树-let s go
<djj> 在 2024-10-11 上传 | 大小:612352 | 下载:0

[数据结构常用算法doubleList

说明:双链表由于双链表的对称性,在双链表能能方便地完成各种插入、删除操作。 -let s go
<djj> 在 2024-10-11 上传 | 大小:551936 | 下载:0

[数据结构常用算法HuffmanTree

说明:有关哈夫曼树编码解码的vc++程序,利用文件解决两机之间的编码解码-Huffman tree codec on vc++ program
<张雷> 在 2024-10-11 上传 | 大小:1024 | 下载:0

[数据结构常用算法paixusuanfa

说明:常用排序算法的性能比较,堆排序、快速排序、基数排序等-Comparing the performance of commonly used sorting algorithm, heap sort, quick sort, radix sort, etc.
<kaede> 在 2024-10-11 上传 | 大小:28672 | 下载:0

[数据结构常用算法SBT

说明:利用线段树套平衡树查询区间第K大数,并满足修改操作,复杂度log^2(n)-Balanced tree using segment tree sets large numbers query interval s K, and operations to meet the changes, the complexity of log ^ 2 (n)
<赫正直> 在 2024-10-11 上传 | 大小:1024 | 下载:0

[数据结构常用算法red-black-tree

说明:红黑树算法的实现,排序,插入,性能比较等-Red-black tree algorithm, sorting, inserting, performance comparison
<kaede> 在 2024-10-11 上传 | 大小:56320 | 下载:0

[数据结构常用算法one-yuan-polynomial-calculations

说明:实现两个一元多项式的相加。用链式存储方式表示多项式。-one yuan polynomial calculations, the establishment of two polynomials, and together, subtract operation, the output results
<赵雪儿> 在 2024-10-11 上传 | 大小:1024 | 下载:0

[数据结构常用算法1

说明:简单的骑士遍历程序,程序简单易懂,运行界面简单-Knight simple traversal procedures, procedures easy to understand interface, simple operation
<jml> 在 2024-10-11 上传 | 大小:1024 | 下载:0

[数据结构常用算法BiTree

说明:实现以二叉链表存储二叉树,以先序遍历的方式构造二叉树,并输出先序,中序,后序遍历结果-Binary list stored in the realization of a binary tree to be the first way of traversing a binary tree structure, and outputs the first order, in sequence, the result after trav
<尤雨竹> 在 2024-10-11 上传 | 大小:1054720 | 下载:0

[数据结构常用算法BinaryTree1.2

说明:异质二叉树的实现,增加删除查找,vs2005-The realization of heterogeneous binary tree, vs2005
<Kevin> 在 2024-10-11 上传 | 大小:1152000 | 下载:0

[数据结构常用算法Data-structures

说明:数据结构算法与应用-C++语言描述,学习数据结构的好资料-Data structures algorithms and applications-C++ language descr iption
<pysjp> 在 2024-10-11 上传 | 大小:11776000 | 下载:0

[数据结构常用算法Introduction-to-Algorithms

说明:来自MIT的《算法导论》,这是计算机科学中的灵魂和关键所在,它详细介绍了各种数据结构和算法,以类C语言描述算法,简单易懂。-Introduction to Algorithms
<feiyu> 在 2024-10-11 上传 | 大小:48775168 | 下载:0
« 1 2 ... .35 .36 .37 .38 .39 1440.41 .42 .43 .44 .45 ... 2656 »

源码中国 www.ymcn.org