资源列表

« 1 2 ... .71 .72 .73 .74 .75 2076.77 .78 .79 .80 .81 ... 2656 »

[数据结构常用算法SUANFA

说明:计算机算法课程中的实验 单源点最短路径问题 可以自由输入有向权图 -Computer algorithms course experiments, single source shortest path problem has to be free to enter the right of Figure
<lanrui> 在 2024-09-28 上传 | 大小:1024 | 下载:0

[数据结构常用算法hannuota

说明:算法思路:   1.如果只有一个金片,则把该金片从源移动到目标棒,结束。   2.如果有n个金片,则把前n-1个金片移动到辅助的棒,然后把自己移动到目标棒,最后再把前n-1个移动到目标棒.   3.单纯对于有N个金片要挪动的步数求出, 可以使用递推方法,满足递推方程f(i) = f(i - 1) * 2 + 1-Algorithm idea: 1. If there is only a gold film, while th
<huaying> 在 2024-09-28 上传 | 大小:364544 | 下载:0

[数据结构常用算法queen

说明:在一个8×8国际象棋盘上,有8个皇后,每个皇后占一格;要求皇后间不会出现相互“攻击”的现象,即不能有两个皇后处在同一行、同一列或同一对角线上。问共有多少种不同的方法。-In an 8 × 8 chess set, there' s eight, each accounting for one' s cell request will not be mutual between Queen' s " attac
<huaying> 在 2024-09-28 上传 | 大小:337920 | 下载:0

[数据结构常用算法bianli

说明:遍历二叉树 是指以一定的次序访问二叉树中的每个结点,并且每个结点仅被访问一次见图-Binary tree traversal refers to a certain tree in order to visit each node and each node has been visited only once see Figure
<huaying> 在 2024-09-28 上传 | 大小:314368 | 下载:0

[数据结构常用算法data_structure

说明:数据结构与程序设计——C++语言描述(影印版)习题的答案 【作  者】Robert L.Kruse,Alexander J.Ryba -Data Structure and Program Design- C++ language descr iption (photocopy edition) Exercise the answer 【作者】 Robert L. Kruse, Alexander J. Ryba
<hu jin> 在 2024-09-28 上传 | 大小:2544640 | 下载:0

[数据结构常用算法suanfa

说明:算法实现单元点最短路径问题,算法实现单元点最短路径问题-Algorithm unit point shortest path problem algorithm unit point shortest path problem
<xiaofei> 在 2024-09-28 上传 | 大小:1024 | 下载:0

[数据结构常用算法queue

说明:提供队列数据结构的相关操作,用C语言实现,效率较高!-Queue data structure to provide the relevant operation, using C language, and more efficient!
<孙兴> 在 2024-09-28 上传 | 大小:411648 | 下载:0

[数据结构常用算法Disucz

说明:disucz数据结构,详细介绍disucz的数据结构,是学习disucz的必备电子书-disucz data structure, a detailed introduction disucz data structure is an essential study disucz eBook
<8foot> 在 2024-09-28 上传 | 大小:58368 | 下载:0

[数据结构常用算法binarytree

说明:实现二叉树的各种操作,包括建立,遍历,查找等具体的内容-Bintree realize the various operations, including the establishment, traverse, search, such as specific content
<zlg> 在 2024-09-28 上传 | 大小:182272 | 下载:0

[数据结构常用算法qsort

说明:快速排序算法,支持自定义快速排序算法和c++库排序算法。-Quick Sort algorithm, support for custom quick sort algorithm and c++ library sorting algorithm.
<liy> 在 2024-09-28 上传 | 大小:1024 | 下载:0

[数据结构常用算法dongtaiGH

说明:该算法主要是为了在图中找到强连通分支,请看源码注释。-The algorithm is mainly for the map to find strongly connected branch, see the source notes.
<李雯> 在 2024-09-28 上传 | 大小:1024 | 下载:0

[数据结构常用算法binary_tree

说明:二叉树三种遍历的非递归算法 给出二叉树先序、中序、后序三种遍历的非递归算法,此三个算法可视为标准算法,直接用于考研答题。-Binary Tree Traversal three non-recursive algorithm
<zhangli> 在 2024-09-28 上传 | 大小:1024 | 下载:0
« 1 2 ... .71 .72 .73 .74 .75 2076.77 .78 .79 .80 .81 ... 2656 »

源码中国 www.ymcn.org