资源列表

[数据结构常用算法Critical Path

说明:数据结构中实现图的关键路径的算法,是在TC中运行的。-data structure to achieve the critical path map algorithm is run in the TC.
< 张颌> 在 2024-11-01 上传 | 大小:1024 | 下载:0

[数据结构常用算法程序存储问题

说明:程序存储问题:设有n 个程序{1,2,…, n }要存放在长度为L的磁带上。程序i存放在磁带上的长度是Li ,1≤i≤n 程序存储问题要求确定这n 个程序在磁带上的一个存储方案,使得能够在磁带上存储尽可能多的程序。 编程任务: 对于给定的n个程序存放在磁带上的长度,编程计算磁带上最多可以存储的程序数。 数据输入:由文件input.txt给出输入数据。第一行是正整数n,表示文件个数。接下来的1 行中,有n 个正整数,表示程序存放在磁带上的
<phq> 在 2024-11-01 上传 | 大小:1024 | 下载:0

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

说明:/*数字三角形问题 问题描述: 给定一个由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-11-01 上传 | 大小: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-11-01 上传 | 大小: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-11-01 上传 | 大小:1024 | 下载:0

[数据结构常用算法SimpleMaze007

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

[matlab例程exam3_ami

说明:使用Matlab的M语言写的基带AMI编码程序-use Matlab language to write the M-band coding procedures AMI
<李楠> 在 2024-11-01 上传 | 大小:1024 | 下载:0

[matlab例程plsqsar

说明:比较有用的matlab源码,用于数据回归分析等。-Matlab more useful source for data regression analysis.
<吴惠丰> 在 2024-11-01 上传 | 大小:1024 | 下载:0

[matlab例程给药方案

说明:是使用matlab编制的给药方案的解决过程,此问题是数学实验中的基本问题-using Matlab regimen prepared by the process of resolving this issue is a mathematics test the basic problem
<ddd> 在 2024-11-01 上传 | 大小:1024 | 下载:0

[matlab例程vad1

说明:语音端点检测算法,在matlab里面实现语音端点的准确检测。为读者开发噪声环境下的精确VAD提供思路。-voice endpoint detection algorithm in Matlab voice inside the precise endpoint detection. Readers development under noisy environments to provide accurate VAD ideas.
<王雷> 在 2024-11-01 上传 | 大小:1024 | 下载:1

[matlab例程bistaticPLEunbias

说明:纯方位定位算法,所提供的代码极为有用,对研究数据融合的人不妨可以试一下。-pure positioning algorithm, which provides an extremely useful source of research data integration may be the try.
<徐连> 在 2024-11-01 上传 | 大小:1024 | 下载:0

[数学计算/工程计算vc求星期几源码

说明:是一个利用VC实现的求星期几的小程序.它可以实现你所在日期的是星期几的查询.是一个比较简单的程序.-VC is a realization of a few weeks for a small procedure. It can be achieved in your date is a few weeks of inquiries. It is a relatively simple procedure.
<陈天> 在 2024-11-01 上传 | 大小:1024 | 下载:0

源码中国 www.ymcn.org