资源列表
[数据结构常用算法] danyuanzuiduanlujing
说明:该程序用来求图的单元最短路径,允许用户动态输入图-the procedure used to plan for the shortest path modules, allowing users to input dynamic map<yuyu> 在 2024-11-06 上传 | 大小:9216 | 下载:0
[数据结构常用算法] 20063202514811
说明:本源码是一个算法,请大家多多共享,如有不当之处请谅解。-the source is an algorithm, we share a lot, if anything wrong with the request of understanding.<彭玉辉> 在 2024-11-06 上传 | 大小:6144 | 下载:0
[数据结构常用算法] Family_tree
说明:家谱用于记录某家族历代家族成员的情况与关系。现编制一个家谱资料管理软件,实现对一个家族所有的资料进行收集整理。支持对家谱的增加,删除,更新,统计等各项必须操作,并用计算机永久储存家族数据,方便随时调用。-genealogical records for a family history of members of the family and relationships. Preparation is a records managem<Kong> 在 2024-11-06 上传 | 大小:1235968 | 下载:0
[数据结构常用算法] shujujiegouduoxiangshijisuan
说明:这是一个数据结构实现简单的加减乘除运算的算法源代码,希望能及早通过,我想下载贵网站中的一个代码-This is a simple data structure of the arithmetic computation algorithm source code in hopes early, I want to download your site is a source of<高兴> 在 2024-11-06 上传 | 大小:17408 | 下载:0
[数据结构常用算法] wenfashibie
说明:文法识别 文法识别 文法识别-grammar recognition gra mmar recognition gra mmar recognition grammar grammar Recognition Recognition<胡志明> 在 2024-11-06 上传 | 大小:118784 | 下载:0
[数据结构常用算法] removeDuplicates2
说明:上课的作业,是除去数组中的重复元素,利用数据结构常用算法-class operation is to remove duplication of array elements, the use of commonly used data structures Algorithm<郎斐> 在 2024-11-06 上传 | 大小:974848 | 下载:0
[数据结构常用算法] CaculateRomanpn
说明:计算图p(n,k)罗马支配数的算法,计算罗马支配数是一个np—complete问题,这里给出一个相对高性能的算法。-calculated plan p (n, k) Rome disclaimer few algorithm disclaimer calculated Rome is a few np-complete problem here is a relatively high-performance algorithm.<姜宝琦> 在 2024-11-06 上传 | 大小:9216 | 下载:0
[数据结构常用算法] MiniSpanTree_Kruskal
说明:最小生成树算法程序,已经通过编译的程序,能运行出结果-minimum spanning tree algorithm, compiled by the procedure, the results can run<lipeng> 在 2024-11-06 上传 | 大小:1024 | 下载:0
[数据结构常用算法] PackageProblem
说明:实现背包问题 package problem 1. 问题描述 假设有一个能装入总体积为T的背包和n件体积分别为w1 , w2 , … , wn 的物品,能否从n件物品中挑选若干件恰好装满背包,即使w1 +w2 + … + wn=T,要求找出所有满足上述条件的解。例如:当T=10,各件物品的体积{1,8,4,3,5,2}时,可找到下列4组解: (1,4,3,2)、(1,4,5)、(8,2)、(3,5,2)。 2. 基本<李昭明> 在 2024-11-06 上传 | 大小:9216 | 下载:0