资源列表

« 1 2 ... .54 .55 .56 .57 .58 1359.60 .61 .62 .63 .64 ... 2656 »

[数据结构常用算法fenzhijiexianfa

说明:分支界限法是由“分支”和“界限”策略两个部分组成,其中“分支”策略是对问题空间按照广度优先的策略进行搜索;“限界”策略是为了加速搜索速度而采用启发信息剪枝的策略。 使用分支限界法来解决单源最短路径问题时主要利用结点控制关系剪枝,在一般情况下,如果解空间树中以结点Y为根的子树中所含的解优于以结点X为根的子树中所含的解,则结点Y控制了结点X,以被控制的结点X为根的子树可以剪去。算法实现时,使用邻接矩阵表示图,二维数组存储图的邻接矩阵,使用数组记录源到各顶点的距离和路径上的前驱顶点。 -Br
<ss> 在 2025-06-17 上传 | 大小:1kb | 下载:0

[数据结构常用算法FFT

说明:快速傅氏变换,是离散傅氏变换的快速算法,它是根据离散傅氏变换的奇、偶、虚、实等特性,对离散傅立叶变换的算法进行改进获得。-Fast Fourier transform, discrete Fourier transform is a fast algorithm, which is the discrete Fourier transform of the odd, even, true, real and other characteristics of the discrete Fourie
<erik> 在 2025-06-17 上传 | 大小:4kb | 下载:0

[数据结构常用算法tree

说明:构建树状数组,根据两点之间的路劲长度是否等于其编号差(mod n)来判断两点是否相通。-Construction of the tree array, according to the length between two points of the Road King is equal to its number difference (mod n) to determine whether two interlinked.
<ycz> 在 2025-06-17 上传 | 大小:1kb | 下载:0

[数据结构常用算法LAJIAO

说明:数据结构课程设计题目通信录管理系统源代码-Data structure directories management system
<邢瑞> 在 2025-06-17 上传 | 大小:50kb | 下载:0

[数据结构常用算法zuiduanlujing

说明:这是一个用VC++语言解决最短路径的问题的程序 相信可以帮助到大家-This is a c++ solve the shortest path problem
<jjaslf> 在 2025-06-17 上传 | 大小:1004kb | 下载:0

[数据结构常用算法rapid-sorting

说明:针对25个字符型的快速排序,比较精短,冒泡排序的改进算法。-25 character for the rapid sorting, more refined short, improved bubble sort algorithm.
<yang> 在 2025-06-17 上传 | 大小:1kb | 下载:0

[数据结构常用算法Exec

说明:A*算法实现相关 通过对话框展示A算法实现过程-A* algorithm is related to a dialog box showing the process of algorithm A
<童浩> 在 2025-06-17 上传 | 大小:1kb | 下载:0

[数据结构常用算法Solutions.for.Introduction.to.al

说明:麻省理工大学 算法导论 英文文档 感受顶尖大学魅力-Introduction to Algorithms MIT top universities feel the charm of the English document
<童浩> 在 2025-06-17 上传 | 大小:216kb | 下载:0

[数据结构常用算法shrtestpath

说明:it is dijkstra s algorithm for shortest path
<pratik> 在 2025-06-17 上传 | 大小:1kb | 下载:0

[数据结构常用算法2-3-tree

说明:2-3树 数据结构 实现 含GUI(awt)-2-3 tree, implement the 2-3tree. include GUI
<yifan> 在 2025-06-17 上传 | 大小:40kb | 下载:0

[数据结构常用算法wlw

说明:具有详细的代码说明与解释,对于初学数据结构者有极大帮助-A detailed descr iption and interpretation of the code, data structures for beginners who are extremely helpful
<wlw> 在 2025-06-17 上传 | 大小:207kb | 下载:0

[数据结构常用算法suanfa

说明:算法设计模拟,帮助学习算法,包括大多数常用算法,题附答案-Algorithm simulation, to help learning algorithm, questions with answers
<fhjash> 在 2025-06-17 上传 | 大小:8kb | 下载:0
« 1 2 ... .54 .55 .56 .57 .58 1359.60 .61 .62 .63 .64 ... 2656 »

源码中国 www.ymcn.org