资源列表

« 1 2 ... .72 .73 .74 .75 .76 1777.78 .79 .80 .81 .82 ... 2656 »

[数据结构常用算法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 o
<neo> 在 2024-11-06 上传 | 大小:20480 | 下载:0

[数据结构常用算法Eight_Queens

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

[数据结构常用算法SortAlgorithms

说明:implementation of some sort algorithms: heapSort, quick Sort, -implementation of some sort algorithms: heapSort, quick Sort, ...
<samira> 在 2024-11-06 上传 | 大小:5120 | 下载:0

[数据结构常用算法zuchengyuanli1

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

[数据结构常用算法zuchengyuanli3

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

[数据结构常用算法Huffman

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

[数据结构常用算法shunxunbiao

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

[数据结构常用算法danlianbiao

说明:基本数据结构,实现链表的新建,查找,删除,添加,遍历等操作-Basic data structures, linked lists new, find, delete, add, traversing operation
<chenzd> 在 2024-11-06 上传 | 大小:3072 | 下载:0

[数据结构常用算法JavaOrder

说明:java数据结构排序的几个小实例,主要有冒泡排序法、希尔排序、选择排序、直接插入排序-a few small examples of the sort of java data structure, the main bubble sort method, Hill sort, selection sort, direct insertion sort
<刘伟> 在 2024-11-06 上传 | 大小:6144 | 下载:0

[数据结构常用算法JavaCheck

说明:java数据结构中的查找实例,有折半查找、顺序查找-java data structure for instance, binary search, sequential search
<刘伟> 在 2024-11-06 上传 | 大小:63488 | 下载:0

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

说明:Data structures Data structures-C Data structures
<张智> 在 2024-11-06 上传 | 大小:93184 | 下载:0

[数据结构常用算法Well-tested-algorithm

说明:Well-tested algorithm Well-tested algorithm-Well-tested algorithm
<张智> 在 2024-11-06 上传 | 大小:3072 | 下载:0
« 1 2 ... .72 .73 .74 .75 .76 1777.78 .79 .80 .81 .82 ... 2656 »

源码中国 www.ymcn.org