资源列表
[数据结构常用算法] migong
说明:数据结构大作业“迷宫搜索”的MFC程序。含深度优先和宽度优先两种演示,可以鼠标编辑地图。界面良好,代码清晰。-Data structure operations " Labyrinth search" MFC program. Containing two kinds of depth-first and breadth-first presentation, you can edit the map mouse. Good interface, clear code.<费定宇> 在 2025-06-18 上传 | 大小:16.68mb | 下载:0
[数据结构常用算法] Integer_Partition
说明:整数划分,是指把一个正整数n写成如下形式: n=m1+m2+...+mi (其中mi为正整数,并且1 <= mi <= n),则{m1,m2,...,mi}为n的一个划分。 如果{m1,m2,...,mi}中的最大值不超过m,即max(m1,m2,...,mi)<=m,则称它属于n的一个m划分。这里我们记n的m划分的个数为f(n,m) 例如但n=4时,他有5个划分,{4},{3,1},{2,2},{2,1,1},{1,1,1,1} -Integer division<谢文> 在 2025-06-18 上传 | 大小:2.34mb | 下载:0
[数据结构常用算法] Datastructure
说明:数据结构的相关算法,堆,栈,链,队等各种PPT以及源码-Data structure related algorithms, heap, stack, chain, other teams and the source PPT<孙景飞> 在 2025-06-18 上传 | 大小:3.05mb | 下载:0
[数据结构常用算法] fiveOpenjudgeProblems
说明:OpenJudge上5道题的源码,分别是1247-Lotto,1370-Gossiping,1621-Polly Nomials,2352-stars,2601-Simple calculations-source code for five problems on OpenJudge, which are 1247-Lotto,1370-Gossiping,1621-Polly Nomials,2352-stars,2601-Simple calculations<Rice> 在 2025-06-18 上传 | 大小:3kb | 下载:0
[数据结构常用算法] Tree_Operate
说明:采用VS2013构建~单文件,其它版本重新编译即可 包含:识别广义表建立二叉树,层次遍历,及非递归前序遍历~~课后小作业,还比较粗糙-~ Using VS2013 build single-file, other versions recompilation comprising: identifying generalized form established tree, traverse the level, and non-recursive preorder traversal ~<Cheng> 在 2025-06-18 上传 | 大小:657kb | 下载:0
[数据结构常用算法] LCSSolveCommonSequence
说明:用备忘录方法求两个序列的最长公共子序列,并对LCS的过程进行详细的格式化的输出,最后输出最长公共子序列及其长度。-Memorandum method for solving two sequences with the longest common subsequence<fasf> 在 2025-06-18 上传 | 大小:2kb | 下载:0
[数据结构常用算法] shortestpath
说明:单源点最短路径算法,给定了源点以及权值,便可以计算从某一源点到其他源点的最短路径-Single-source shortest path algorithm, given a source point and the weights can be calculated from one source to another source shortest path<刘晓> 在 2025-06-18 上传 | 大小:1kb | 下载:0