资源列表

« 1 2 ... .17 .18 .19 .20 .21 1322.23 .24 .25 .26 .27 ... 2656 »

[数据结构常用算法min_distance

说明:本算法用于求一系列点集中距离最小的点对,利用分治,递归,大大减少计算量-This algorithm is used to find a point of focus from the minimum point, the use of divide and conquer, recursion, greatly reducing the computational
<王彬> 在 2024-10-13 上传 | 大小:2048 | 下载:0

[数据结构常用算法btree

说明:先序递归创建二叉树,计算二叉树中叶子节点的个数-Create a binary tree recursive first order to calculate the number of leaf nodes in binary tree
<何苗> 在 2024-10-13 上传 | 大小:36864 | 下载:0

[数据结构常用算法block

说明:利用折半查找确定记录所在块的分块查找算法. 读入各记录建立主表,按L个记录/块建立索引表, 对给定关键字k进行查找-Use binary search to determine where the block record block search algorithm. Read into the record to establish the main menu, press L record/block index tabl
<何苗> 在 2024-10-13 上传 | 大小:1024 | 下载:0

[数据结构常用算法px

说明:快排的非递归算法,待排记录数小于3时不再进行分割,而是直接进行比较排序-Non-recursive algorithm for fast row, row the number of records to be no longer than 3 to segment, but a direct comparison sort
<何苗> 在 2024-10-13 上传 | 大小:1024 | 下载:0

[数据结构常用算法tu

说明:采用邻接表存储结构,编写一个判别无向图中任意给定的两个顶点之间是否存在一条长度为k的简单路径的算法。-Using the neighbor table to store the structure, the preparation of a judge not to any given graph between two vertices if there exists a simple path of length k of the
<何苗> 在 2024-10-13 上传 | 大小:1024 | 下载:0

[数据结构常用算法Sorting

说明:sorting programs - bubble, heapsort, insertion and merge sort-sorting programs - bubble, heapsort, insertion and merge sort
<saurav> 在 2024-10-13 上传 | 大小:2048 | 下载:0

[数据结构常用算法Sorting1

说明:C programs for merge sort, merge sort rec, quick sort, selection sort, radix sort
<saurav> 在 2024-10-13 上传 | 大小:4096 | 下载:0

[数据结构常用算法cirque-n-d-que

说明:Circular queue and dq-Circular queue and dqueue
<saurav> 在 2024-10-13 上传 | 大小:2048 | 下载:0

[数据结构常用算法que-array-n-linled-list

说明:program of queue using array n linked list
<saurav> 在 2024-10-13 上传 | 大小:1024 | 下载:0

[数据结构常用算法link

说明:线性顺序表操作——插入、删除、合并、排序、查找-Linear order table operation- insert, delete, merge, sort, find
<range> 在 2024-10-13 上传 | 大小:6144 | 下载:0

[数据结构常用算法eight-queens

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

[数据结构常用算法huffman

说明:经典的算法,自己写的源代码,还加了注释的-Classical algorithms, write their own source code and added a annotation
<James> 在 2024-10-13 上传 | 大小:1024 | 下载:0
« 1 2 ... .17 .18 .19 .20 .21 1322.23 .24 .25 .26 .27 ... 2656 »

源码中国 www.ymcn.org