资源列表

« 1 2 ... .34 .35 .36 .37 .38 2039.40 .41 .42 .43 .44 ... 2656 »

[数据结构常用算法数字三角形问题

说明:/*数字三角形问题 问题描述: 给定一个由n行数字组成的数字三角形如下图所示。试设计一个算法,计算出从三角形的顶至底的一条路径,使该路径经过的数字总和最大。 7 3 8 8 1 0 2 7 4 4 4 5 2 6 5 编程任务: 对于给定的由n行数字组成的数字三角形,编程计算从三角形的顶至底的路径经过的数字和的最大值-/* Digital triangle Issue Descr iption : given an OK by the
<phq> 在 2024-09-29 上传 | 大小:1024 | 下载:0

[数据结构常用算法最大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. I
<phq> 在 2024-09-29 上传 | 大小:1024 | 下载: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 r
<phq> 在 2024-09-29 上传 | 大小:1024 | 下载:0

[数据结构常用算法SimpleMaze007

说明:迷宫的又一解法。该算法简单、实用、可读性强,是学习递归和回溯很好的例子。-maze of another solution. The algorithm is simple, practical and readable study is recursive and backtracking good example.
<NEU> 在 2024-09-29 上传 | 大小:1024 | 下载: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,
<曾郁荣> 在 2024-09-29 上传 | 大小:1024 | 下载:0

[数据结构常用算法维纳滤波程序

说明:一个用自适应维纳FIR滤波器消除脑电波中的干扰(转)-an adaptive Wiener FIR filter brain waves to eliminate the interference (switch)
<启东> 在 2024-09-29 上传 | 大小:1024 | 下载:0

[数据结构常用算法迷宫END

说明:利用C语言实现迷宫算法。 利用随机函数生成迷宫,并显示所有路径!-use C language maze algorithm. Using random function generator maze, and that all paths!
<叶兆源> 在 2024-09-29 上传 | 大小:1024 | 下载:0

[数据结构常用算法顺序栈的基本操作

说明:顺序栈的基本操作,一共9个,与吴伟民数据结构课本完全一致,用C实现-order stack the basic operation, a total of nine, and Xiulan WU Weimin textbooks data structure is fully consistent with achieving C
<李雷> 在 2024-09-29 上传 | 大小:1024 | 下载: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
<xtbc> 在 2024-09-29 上传 | 大小:1024 | 下载:0

[数据结构常用算法AOE-net

说明:该程序能实现的功能,若活动图有回路则无法计算出关键路径,即解决了判断工程的可行性问题。通过对工程活动的输入,可以建立任意的AOE网进行判断。对于输入的网,可以计算出每个活动的最早开始时间,最迟开始时间和全工程可以完成的最早时间,并找出关键路径和关键活动。-the program can achieve the functional, if a circuit map activities can not be calculated cr
<邱孝杰> 在 2024-09-29 上传 | 大小:1024 | 下载:1

[数据结构常用算法线性表元素删除

说明:线性表元素删除运算,删除线性表L中第i个位置上的元素-linear elements to delete Table Operational delete Table L linear section i positions on the elements
<> 在 2024-09-29 上传 | 大小:1024 | 下载:0

[数据结构常用算法叶子结点统计

说明:递归算法求统计二叉树T中叶子结点的数目,数据结构常用算法-recursive algorithm for statistical binary tree T leaf node of the number of commonly used data structures Algorithm
<> 在 2024-09-29 上传 | 大小:1024 | 下载:0
« 1 2 ... .34 .35 .36 .37 .38 2039.40 .41 .42 .43 .44 ... 2656 »

源码中国 www.ymcn.org