资源列表

« 1 2 ... .83 .84 .85 .86 .87 1388.89 .90 .91 .92 .93 ... 2656 »

[数据结构常用算法Breadth-first-traverse

说明:数据结构中的连通图的广度优先遍历类似于树的按层次遍历。通过队列的形式实现的。-In data structures, connected graph breadth first traverse similar to tree according to level traversal. Through the queue form to realize.
<haoqiu> 在 2024-11-15 上传 | 大小:1kb | 下载:0

[数据结构常用算法-Prims-algorithm

说明:通过使用普利姆算法,来实现图中的各种操作。-Through the use of PuLiM algorithm to realize the graph of the various operation.
<haoqiu> 在 2024-11-15 上传 | 大小:20kb | 下载:0

[数据结构常用算法Topological-sort

说明:这是图中的使用拓扑的方式,对图进行的排序,得到的拓扑排序方法。-This is the way of using topological graph, the graph of sorting, get topological sort method.
<haoqiu> 在 2024-11-15 上传 | 大小:21kb | 下载:0

[数据结构常用算法Minimum-spanning-tree

说明:这是数据结构中的最小生成树的实现方法。通过运行可以得到最小生成树。-This is the data structure is the realization method of minimum spanning tree. By running can get minimum spanning tree.
<haoqiu> 在 2024-11-15 上传 | 大小:1kb | 下载:0

[数据结构常用算法Massive_data_processing

说明:大数据量的问题是很多面试笔试中经常出现的问题,比如baidu google 腾讯 这样的一些涉及到海量数据的公司经常会问到。-Large data problem is a lot of interview questions that often appear in written test, such as Tencent baidu google some of this mass of data related to the c
<wangkuiwei> 在 2024-11-15 上传 | 大小:9kb | 下载:0

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

说明:分别用堆栈和数组的方法实现任何进制的数制转换-Arrays were used to stack and method of implementation of any binary number system conversion
<徐慧> 在 2024-11-15 上传 | 大小:57kb | 下载:0

[数据结构常用算法urban-pipeline

说明:数据结构练习。C语言解决城市管道铺设问题。某有若干区域,在一些中心区之间存在道路相连,这些道路的长度已知。现在你接到了在城市中铺设管线的任务,假设管线只能够在已有的道路下方埋设,要求管线能够到达城市的所有区域,请你提供一套铺设方案,使管线总长度最短。-Data structure exercises. C language to solve urban pipeline problems. There are a number of a
<靳舒馨> 在 2024-11-15 上传 | 大小:741kb | 下载:0

[数据结构常用算法suanfadaolun

说明:算法导论第二版,经典中的经典,有需要的借去,欢迎交流-Introduction to Algorithms Second Edition, the classic of classics, by the need to welcome the exchange
<xiaoboz> 在 2024-11-15 上传 | 大小:9.24mb | 下载:0

[数据结构常用算法Urban-travel-issues

说明:城市出行问题。某城市有若干中心区,在一些中心区之间存在道路相连。这些道路中的一些已开通了公交线路。需要在中心区间旅行的人们有如下几种交通方式可供选择: 1.骑自行车,平均速度15km/h。 2.公交与步行结合,不同道路的公交车平均速度不同,标注于下图的B 中,B=0 代表这 条道路尚未开通公交线路,步行的平均速度为5km/h。允许搭乘公交与步行两种方式自由进 行组合,切换的次数不限。 3.自驾车,不同道路的平均速度不
<靳舒馨> 在 2024-11-15 上传 | 大小:916kb | 下载:0

[数据结构常用算法Quick-sort

说明:快速排序,从长度为N 的无序整数序列中提取第k小的元素。-Quick sort, from the length of the disorder for the N extracted sequence of integers k-small elements.
<靳舒馨> 在 2024-11-15 上传 | 大小:534kb | 下载:0

[数据结构常用算法Backtracking

说明:回溯法解决背包问题。经典背包问题的回溯法C语言实现。-Backtracking to solve knapsack problem. Classical knapsack problem backtracking C language.
<靳舒馨> 在 2024-11-15 上传 | 大小:744kb | 下载:0

[数据结构常用算法dynamic

说明:动态规划法解决经典背包问题,C语言实现。-Classic dynamic programming method to solve the knapsack problem, C language.
<靳舒馨> 在 2024-11-15 上传 | 大小:803kb | 下载:0
« 1 2 ... .83 .84 .85 .86 .87 1388.89 .90 .91 .92 .93 ... 2656 »

源码中国 www.ymcn.org