资源列表
[数据结构常用算法] 最大k乘积问题
说明:/*最大k乘积问题 问题描述: 设I是一个n位十进制整数。如果将I划分为k段,则可得到k个整数。这k个整数的乘积称为I的一个k乘积 。 试设计一个算法,对于给定的I和k,求出I的最大k乘积(n<=10)。 示例:输入为 : 4 3 结果:1234 */-/ k* Product of the biggest problems Descr iption : I set up is a n-bit decimal integer. If I will be divided into k, k<phq> 在 2025-06-11 上传 | 大小:1kb | 下载:0
[数据结构常用算法] 最大子长方体问题
说明:*Cube:最大子长方体问题 问题描述: 一个长,宽,高分别为m,n,p的长方体被分割成个m*n*p个小立方体。每个小立方体内有一个整数。 求所给长方体的最大子长方体。子长方体的大小由它所含所有整数之和确定。 */-* Cube : The biggest problem for rectangular Problem descr iption : a long, wide and high respectively m, n, p rectangular cut into the 000 m*<phq> 在 2025-06-11 上传 | 大小:1kb | 下载:0
[数据结构常用算法] SimpleMaze007
说明:迷宫的又一解法。该算法简单、实用、可读性强,是学习递归和回溯很好的例子。-maze of another solution. The algorithm is simple, practical and readable study is recursive and backtracking good example.<NEU> 在 2025-06-11 上传 | 大小:1kb | 下载:0
[数据结构常用算法] dzint
说明:STL算法实现的大整数加减法的程序, 能够进行正负数的加减,而且是动态数组的, 因此可以无限输入,这是本人这学期的大作业-STL algorithms and the largest integer addition and subtraction procedures, plus or minus a few to carry out addition and subtraction, but is a dynamic array, it can be unlimited importatio<曾郁荣> 在 2025-06-11 上传 | 大小:1kb | 下载:0
[数据结构常用算法] 混合排序
说明:这是一个运用多种排序法对数据进行排序的程序,排序时间复杂性小,空间复杂性小,排序速度快.压缩包包括源程序文件,再vc中运行.-This is a use of a variety of data sequencing procedures for ordering, scheduling time complexity of small, space complexity of small, fast order. Compressed including source files, then<xtbc> 在 2025-06-11 上传 | 大小:1kb | 下载:0
[数据结构常用算法] AOE-net
说明:该程序能实现的功能,若活动图有回路则无法计算出关键路径,即解决了判断工程的可行性问题。通过对工程活动的输入,可以建立任意的AOE网进行判断。对于输入的网,可以计算出每个活动的最早开始时间,最迟开始时间和全工程可以完成的最早时间,并找出关键路径和关键活动。-the program can achieve the functional, if a circuit map activities can not be calculated critical path, that is a judgmen<邱孝杰> 在 2025-06-11 上传 | 大小:1kb | 下载:1
[数据结构常用算法] eight_huanghou
说明:八皇后问题,回溯算法的经典例子,此程序可以扩展至n皇后问题。-eight Queen's problems, backtracking algorithms classic example of this procedure can be extended to n Queen's problem.<wf> 在 2025-06-11 上传 | 大小:1kb | 下载:0