资源列表

« 1 2 ... .13 .14 .15 .16 .17 1318.19 .20 .21 .22 .23 ... 2656 »

[数据结构常用算法finding

说明:折半查找的算法思想是将数列按有序化(递增或递减)排列,查找过程中采用跳跃式方式查找,即先以有序数列的中点位置为比较对象,如果要找的元素值小于该中点元素,则将待查序列缩小为左半部分,否则为右半部分。通过一次比较,将查找区间缩小一半。 折半查找是一种高效的查找方法。它可以明显减少比较次数,提高查找效率。但是,折半查找的先决条件是查找表中的数据元素必须有序。 -Binary search algorithm idea is to sequ
<zn> 在 2024-10-13 上传 | 大小:1024 | 下载:0

[数据结构常用算法yuesefuhuana

说明:约瑟夫环的实现。。功能比较完整,用户界面比较友好,能够成功的进行环的循环。-Joseph Ring implementation. . Features more complete, the user interface is friendly to the success of the ring cycle.
<刘立鹏> 在 2024-10-13 上传 | 大小:1024 | 下载:0

[数据结构常用算法LCS

说明:LCS(最长公共子序列)有关算法 详解 -Something about LCS
<zcw> 在 2024-10-13 上传 | 大小:815104 | 下载:0

[数据结构常用算法maze

说明:实现寻找迷宫出口路径程序,可手动输入迷宫,也可随机自动产生迷宫。-Maze to find the path to achieve the export process, you can manually enter the maze, the maze can be automatically generated randomly.
<绯烟绯烟> 在 2024-10-13 上传 | 大小:1024 | 下载:0

[数据结构常用算法linklist

说明:线性表。数据结构与算法汇总。栈,队列的操作。哈弗曼树的操作,各种排序算法的汇总-linklist ,stack ,queue,sort
<xiaoqiao> 在 2024-10-13 上传 | 大小:18432 | 下载:0

[数据结构常用算法xx

说明:数据结构单链表,倒叙输出链表。用尾结点倒叙输出单链表,主要是方法新颖-Single-linked list data structure, flashbacks output list. End flashback output node with a single linked list, the main novelty is the method
<黄石> 在 2024-10-13 上传 | 大小:1024 | 下载:0

[数据结构常用算法Leo-J.-Guibas-

说明:红黑树的c源码实现与剖析,用c语言完整实现过红黑树,但个人感觉,代码还是不够清晰。特此,再奉献出一份c++的完整实现源码,以飨读者。-Leo J. Guibas
<许磊> 在 2024-10-13 上传 | 大小:184320 | 下载:0

[数据结构常用算法LLE-and-improve

说明:LLE(局部线性嵌入)算法研究介绍的pdf,属于算法的开山之作,LLE算法基础核心。学习LLE从这篇开始。-LLE (Locally Linear Embedding) algorithm introduced in pdf, the mountains are algorithms for, LLE algorithm is based on the core. LLE learn from this start.
<陈普登> 在 2024-10-13 上传 | 大小:206848 | 下载:0

[数据结构常用算法Dijkstra

说明:狄克斯特拉算法,在通信网结构设计和选择路径时最基本的两种算法之一。-Dick Stella algorithm, the communication network design and selection of path one of the most basic of the two algorithms.
<小名> 在 2024-10-13 上传 | 大小:1024 | 下载:0

[数据结构常用算法rb_tree

说明:红黑树 C++ 模板 包含红黑树的基本操作 插入 删除 更新 查找-red-black-tree c++ template
<Ming> 在 2024-10-13 上传 | 大小:3072 | 下载:0

[数据结构常用算法mmath

说明:一个个人用于fourier变换的库文件 通过库文件可以减少对细节的过分关注而 注重算法上的实现-a liberary for fourier transform
<reed> 在 2024-10-13 上传 | 大小:248832 | 下载:0

[数据结构常用算法javashujujiegou

说明:Java数据结构和算法中文(第二版)-Java data structures and algorithms Chinese (Second Edition)
<hu> 在 2024-10-13 上传 | 大小:25825280 | 下载:0
« 1 2 ... .13 .14 .15 .16 .17 1318.19 .20 .21 .22 .23 ... 2656 »

源码中国 www.ymcn.org