资源列表

« 1 2 ... 84 85 86 87 88 8990 91 92 93 94 ... 2656 »

[数据结构常用算法d

说明:串的实验(实现串替换) 还是数据结构课程的实验-Experimental string (string realize replacement) or the data structure of the experimental curriculum
<xuhujun> 在 2024-11-20 上传 | 大小:1kb | 下载:0

[数据结构常用算法Findstr

说明:Findstr.cpp运行结果: GetNext-IndexKMP的结果: 输入主串s:acabaabcaabaabcac 输入模式串t:abaabcac 主串s长=17 模式串t长=8 next[0]=-1 next[1]=-1 next[2]=0 next[3]=0 next[4]=1 next[5]=-1 next[6]=0 next[7]=-1 next[8]=0 模式串在主串的位置从第10
<周任红> 在 2024-11-20 上传 | 大小:1kb | 下载:0

[数据结构常用算法hezhaowu

说明:八皇后 的非递归算法 适合初学数据结构的朋友们-8 Queen
<hzw> 在 2024-11-20 上传 | 大小:1kb | 下载:0

[数据结构常用算法duilie

说明:循环双端队列的建立以及一些简单的操作,如插入、删除。-Cycle of double-ended queue, as well as the establishment of some simple operations such as insert, delete.
<周任红> 在 2024-11-20 上传 | 大小:1kb | 下载:0

[数据结构常用算法kuohaopipei

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

[数据结构常用算法xishuM1

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

[数据结构常用算法expre

说明:表达式求值。给个包括加减乘除和括号的表达式,计算出结果。-Expression is evaluated. Months including the addition and subtraction to multiplication and division and the expression in brackets, the calculated results.
<周任红> 在 2024-11-20 上传 | 大小:1kb | 下载: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-11-20 上传 | 大小:1kb | 下载: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-11-20 上传 | 大小:1kb | 下载: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-11-20 上传 | 大小:1kb | 下载: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-11-20 上传 | 大小:1kb | 下载:0
« 1 2 ... 84 85 86 87 88 8990 91 92 93 94 ... 2656 »

源码中国 www.ymcn.org