资源列表

« 1 2 ... .46 .47 .48 .49 .50 1051.52 .53 .54 .55 .56 ... 2656 »

[数据结构常用算法Ackerman

说明:已知Ackerman函数定义如下: (1) 根据定义,写出它的递归求解算法; (2) 利用栈,写出它的非递归求解算法。 -Known Ackerman function is defined as follows: (1) By definition, a recursive algorithm to write it (2) the use of the stack, write its non-recursive algorithm.
<冯灿灿> 在 2025-06-19 上传 | 大小:12kb | 下载:0

[数据结构常用算法BBB

说明:设有一个有向图存储在邻接表中。试设计一个算法,按深度优先搜索策略对其进行拓扑排序。并以右图为例检验你的算法的正确性。-There is a directed graph stored in the adjacent table. Trial design an algorithm, depth-first search strategy by the topology of its sort. And to test your example picture on the right algor
<冯灿灿> 在 2025-06-19 上传 | 大小:7kb | 下载:0

[数据结构常用算法ccc

说明:在二叉搜索树上删除一个有两个子女的结点时,可以采用以下三种方法: (1) 用左子树TL上具有最大关键码的结点X顶替,再递归地删除X。 (2) 交替地用左子树TL上具有最大关键码的结点和右子树TR上具有最小关键码的结点顶替,再递归地删除适当的结点。 (3) 用左子树TL上具有最大关键码的结点或者用右子树TR上具有最小关键码的结点顶替,再递归地删除适当的结点。可随机选择其中一个方案。 试编写程序实现这三个删除方法,并用实例说明哪一个方法最易于达到平衡化。 -In the bin
<冯灿灿> 在 2025-06-19 上传 | 大小:7kb | 下载:0

[数据结构常用算法Mouse

说明:电子老鼠闯迷宫 如下图12×12方格图,找出一条自入口(2,9)到出口(11,8)的最短路径。 -Chuang Electronic Mouse maze as illustrated 12 × 12 grid map, to find a self-entry (2,9) to export (11,8) shortest path.
<zhangkai> 在 2025-06-19 上传 | 大小:1kb | 下载:0

[数据结构常用算法cstruct

说明:c语言版的单向链表,双向链表,队列的模板实现,只需要2句话,就可以在你的程序中使用单向链表,双向链表,队列。
<zhangjunfeng> 在 2025-06-19 上传 | 大小:27kb | 下载:0

[数据结构常用算法recall

说明:回溯.rar是一种系统地搜索问题的解的方法。回溯算法的基本思想是:从一条路往前走,能进则进,不能进则退回来,换一条路再试。-Back. Rar is a systematic search of the solution method. The basic idea of backtracking algorithm is: from one way forward, can be entered into, can not enter the return to, try another ro
<李一凡> 在 2025-06-19 上传 | 大小:602kb | 下载:0

[数据结构常用算法a

说明:实现了按字典序全排列的递归算法,能够输出字符进行按字典序的排列的所有结果-Dictionary order to achieve the full array by recursive algorithm, to output characters are ordered by lexicographic ordering of all results
<邵伯仲> 在 2025-06-19 上传 | 大小:1kb | 下载:0

[数据结构常用算法123

说明:kmp模式匹配的实现 也就是字符串匹配的kp算法实现-kmp pattern matching is the realization of a string matching algorithm kp
<邵伯仲> 在 2025-06-19 上传 | 大小:1kb | 下载:0

[数据结构常用算法knn.files

说明:数据挖掘knn算法的实现,
<liu> 在 2025-06-19 上传 | 大小:13kb | 下载:0

[数据结构常用算法yuan

说明:通过一学期的时间学习数据结构,总结出的心得小程序-Through a semester of time to learn data structures, summed up the experience of small programs
<袁媛> 在 2025-06-19 上传 | 大小:8kb | 下载:0

[数据结构常用算法huang

说明:狄克斯特拉算法 输入顶点和边集课计算最短路径长度和最短路-狄克斯特拉 algorithm input vertex and edge set class shortest path length and the shortest path
<司光明> 在 2025-06-19 上传 | 大小:1kb | 下载:0

[数据结构常用算法mathlib_double

说明:一个C++语言的数学库头文件 包含向量、矩阵等类及相关函数-a C++ head file on math,include vector,matrix class and some useful functions.
<yaokun> 在 2025-06-19 上传 | 大小:4kb | 下载:0
« 1 2 ... .46 .47 .48 .49 .50 1051.52 .53 .54 .55 .56 ... 2656 »

源码中国 www.ymcn.org