资源列表

« 1 2 ... .10 .11 .12 .13 .14 2115.16 .17 .18 .19 .20 ... 2656 »

[数据结构常用算法kuohaopipei

说明:括号匹配的算法,就是判断{[(这三种左括号是否有相应的右括号匹配。-Parentheses matching algorithm is to determine ([(left bracket whether these three have the corresponding right parenthesis to match.
<周任红> 在 2024-09-28 上传 | 大小:1024 | 下载:0

[数据结构常用算法migong

说明:用回溯法求解迷宫问题,就是按某种方式走,不行的话就往后退,试试别的路,直到走通为止。-With backtracking maze solving problems is by some way away, if not就往retreat, try other way until the pass so far away.
<周任红> 在 2024-09-28 上传 | 大小:1024 | 下载:0

[数据结构常用算法xishuM1

说明:十字链表的定义与相关操作,十字链表的建立及输出。-Cross linked lists the definition and related operations, the establishment of cross linked list and output.
<周任红> 在 2024-09-28 上传 | 大小:1024 | 下载:0

[数据结构常用算法expre

说明:表达式求值。给个包括加减乘除和括号的表达式,计算出结果。-Expression is evaluated. Months including the addition and subtraction to multiplication and division and the expression in brackets, the calculated results.
<周任红> 在 2024-09-28 上传 | 大小:1024 | 下载:0

[数据结构常用算法tu-matrix

说明:图可以采用邻接矩阵、邻接表等多种方式来存储,本程序实现图的邻接矩阵存储-Chart can be used adjacency matrix, adjacency lists to store a variety of ways, this program graph adjacency matrix storage
<youjing> 在 2024-09-28 上传 | 大小:1024 | 下载:0

[数据结构常用算法tu-table

说明:图可以采用邻接矩阵、邻接表等多种方式存储,本程序实现图的邻接表存储-Chart can be used adjacency matrix, adjacency list a variety of ways, such as storage, this procedure realize Graph Adjacency List Storage
<youjing> 在 2024-09-28 上传 | 大小:1024 | 下载:0

[数据结构常用算法tu-table-DFS

说明:本程序采用深度优先的方法完成图的遍历,包括连通图和非连通图。-This procedure used the method of depth-first traversal of the complete diagram, including the connected graph and non-connected graph.
<youjing> 在 2024-09-28 上传 | 大小:1024 | 下载:0

[数据结构常用算法szzh

说明:本程序适用栈来完成不同数制之间的数值转换,是栈这种数据结构的一种典型应用。-This procedure applies to the stack to complete the different values between the number of system conversions, such stack data structure is a typical application.
<youjing> 在 2024-09-28 上传 | 大小:1024 | 下载:0

[数据结构常用算法mazePath

说明:本程序实现某一已知迷宫的路径搜索,简单实用。经过修改可以做为栈的一个典型应用示例。-This procedure is known to achieve a path maze searching, simple and practical. Modified stack can be used as a typical application example.
<youjing> 在 2024-09-28 上传 | 大小:1024 | 下载:0

[数据结构常用算法FastQuery

说明:/*快速排序采用分治算法,将所需要排序的内容从文件读入放入数组a[p:r],按以下三个步骤进行排序 以a[p]为基准元素将数组分为三段,将大于基准元素的放到后面的单元,小的放到前面的单元, 再用递归对a[p:q-1],a[q+1:r]进行排序,最后合并 时间复杂度:最坏时间复杂度:O(n2) 平均时间复杂度:O(nlogn) */-/* Quick sort algorithm using sub-rule
<stone> 在 2024-09-28 上传 | 大小:1024 | 下载:0

[数据结构常用算法bosongfenjiu

说明:泊松分酒游戏 游戏中实现泊松分酒的 全部算法 -Poisson sub-game game of liquor at liquor Poisson realize the full algorithm
<> 在 2024-09-28 上传 | 大小:1024 | 下载:0

[数据结构常用算法fibonacci

说明:fibonacii函数的实现 算到第20项-Operators realize fibonacii function to the first 20
<hello> 在 2024-09-28 上传 | 大小:1024 | 下载:0
« 1 2 ... .10 .11 .12 .13 .14 2115.16 .17 .18 .19 .20 ... 2656 »

源码中国 www.ymcn.org