资源列表

« 1 2 ... .56 .57 .58 .59 .60 1761.62 .63 .64 .65 .66 ... 2656 »

[数据结构常用算法MaxHeap

说明:实现堆的插入删除排序 用VC6.0编写,代码健全,绝对无误。-MAXHEAP
<樊庆楠> 在 2025-06-07 上传 | 大小:1kb | 下载:0

[数据结构常用算法documents

说明:code for data structure
<Anjali> 在 2025-06-07 上传 | 大小:8kb | 下载:0

[数据结构常用算法suanfa

说明:KMP虽然经典,但是理解起来极其复杂,好不容易理解好了,便起码来巨麻烦! 老子就是今天图书馆在写了几个小时才勉强写了一个有bug的、效率不高的KMP,特别是计算next数组的部分。-string
<gaoxing> 在 2025-06-07 上传 | 大小:7kb | 下载:0

[数据结构常用算法Huffman-vc6.0

说明:哈夫曼树,学数据结构的小朋友可以参考一下-Hoffmann tree, learn of data structure children can consult
<王博> 在 2025-06-07 上传 | 大小:8kb | 下载:0

[数据结构常用算法heap_sort

说明:堆积排序(Heapsort)是指利用堆积树(堆)这种资料结构所设计的一种排序算法,可以利用数组的特点快速定位指定索引的元素。-Accumulation sort (Heapsort) is the accumulation of tree (heap) refers to the use of this data structure designed by a sorting algorithm can take advantage of an array of features to quic
<neo> 在 2025-06-07 上传 | 大小:20kb | 下载:0

[数据结构常用算法Eight_Queens

说明:八皇后问题,是一个古老而著名的问题,是回溯算法的典型例题。该问题是十九世纪著名的数学家高斯1850年提出:在8X8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法。 高斯认为有76种方案。1854年在柏林的象棋杂志上不同的作者发表了40种不同的解,后来有人用图论的方法解出92种结果。计算机发明后,有多种方法可以解决此问题。-The eight queens problem is an ancient and famous, is a
<neo> 在 2025-06-07 上传 | 大小:1.12mb | 下载:0

[数据结构常用算法SortAlgorithms

说明:implementation of some sort algorithms: heapSort, quick Sort, -implementation of some sort algorithms: heapSort, quick Sort, ...
<samira> 在 2025-06-07 上传 | 大小:5kb | 下载:0

[数据结构常用算法zuchengyuanli1

说明:组成原理中对于定点小数的加减运算系统,及浮点数的换算。-In principle for fixed-point decimal addition and subtraction system, and floating point number of conversion.
<王莉> 在 2025-06-07 上传 | 大小:181kb | 下载:0

[数据结构常用算法zuchengyuanli3

说明:组成原理中对于定点小数的乘除运算,以及与浮点数之间的转换。-In principle for fixed-point decimal multiply and divide, as well as with floating-point conversion between.
<王莉> 在 2025-06-07 上传 | 大小:181kb | 下载:0

[数据结构常用算法Huffman

说明:哈夫曼树的构造方法(1)每个节点都存在权重 以及左右子树 (2)树的所有节点在一个数组中 (3)整个数组构成一个棵哈夫曼树,最后一个节点就是树根,构造过程中数组中包含多个树 (4)有n个节点,那么构造的哈夫曼树应该有2*n-1个节点,序号2*n-1节点就是树根节点; (5)前n个节点都是叶子节点; (6)在构造哈夫曼树的时候总是寻找双亲为0的节点构造,因为双亲为0的节点才是树根节点-Huffman tree construction
<chenzd> 在 2025-06-07 上传 | 大小:128kb | 下载:0

[数据结构常用算法shunxunbiao

说明:数据结构中的基本算法,实现顺序表的插入,删除,查找,遍历等操作-The basic algorithm in the data structure, order table insert, delete, search, and traversal operations
<chenzd> 在 2025-06-07 上传 | 大小:16kb | 下载:0

[数据结构常用算法danlianbiao

说明:基本数据结构,实现链表的新建,查找,删除,添加,遍历等操作-Basic data structures, linked lists new, find, delete, add, traversing operation
<chenzd> 在 2025-06-07 上传 | 大小:3kb | 下载:0
« 1 2 ... .56 .57 .58 .59 .60 1761.62 .63 .64 .65 .66 ... 2656 »

源码中国 www.ymcn.org