-
func_ant_colony_image_edge_detection
THIS IS ABOUT MATLAB IMAGE BINARIZATION
- 2010-10-21 01:32:26下载
- 积分:1
-
0
说明: 给定n种物品和一个背包,物品i的重量是Wi,价值是vi,被包容量是C,应该如何选择装入被包的物品,使得装入背包中物品的总价值最大?对于每种物品i,只有两种选择,装入或者不装入.
输入:第一行两个正整数n(物品数)和C(容量)
第二行n个正整数n,表示物品价值
第三行n个正整数n,表示物品重量
输出:第一行表示总价值
第二行n个数(0/1),0表示物品不装入,1表示装入
例如,
输入:
5 10
6 3 5 4 6
2 2 6 5 4
输出
15
1 1 0 0 1
(Species of a given n items and a backpack, the weight of item i is Wi, the value of vi, was packet capacity is C, should be how to choose a package of items to be loaded, the backpack load in the largest total value of goods? For each item i, there are only two options, loaded or not loaded. Input: the first line of the two positive integer n (the number of items) and C (capacity) of the second line of n positive integer n, that the value of the third line of n positive integer n, that the weight of output: the total value of the first line of the second line, said n number of (0/1), 0 that the items do not load, that load 1 for example, enter: 5,106,354,622 6 5 4 output 15 1 1 0 0 1)
- 2009-07-01 23:07:01下载
- 积分:1
-
matlab_-direct_-improved_method-
采用改进的直接法在matlab中进行功率谱密度计算(Calculating the direct method using the improved power spectrum density in matlab)
- 2014-10-26 12:19:06下载
- 积分:1
-
congshuang
MATLAB工具箱的神经网络理论与应用程序源代码 丛爽编,国科学技术大学出版社(Toolbox for MATLAB neural network theory and application source code is compiled Cong Shuang, State University of Science and Technology Press)
- 2013-11-24 23:01:16下载
- 积分:1
-
chapter7_1
语音信号处理教材中,如何训练码书,从这段程序中可以简单地看出(Speech signal processing textbooks, how to train codebook, can simply be seen from this program
)
- 2013-11-25 20:35:05下载
- 积分:1
-
xianxingmoxing
活套解耦控制matlab仿真,供写论文使用(Decoupling control loop matlab simulation, for the use of writing a paper)
- 2014-08-20 14:01:31下载
- 积分:1
-
FoP
Some codes for the solutions of the book Fundamentals of Photonics
- 2012-01-27 01:23:03下载
- 积分:1
-
answer-of-matlab
数值分析上机作业参考答案的第一次上机作业(Numerical analysis on the answer machine operation the first reference work on the machine)
- 2011-11-03 19:58:57下载
- 积分:1
-
Simulated-Annealing-matlab-codes
模拟退火算法matlab程序,有详细使用说明。(Simulated Annealing Matlab codes)
- 2021-04-15 08:08:54下载
- 积分:1
-
MatlabFIR
FIR数字滤波器广泛应用在数字通信系统中,研究其实现方法具有重要意义。Matlab功能强大,利用Matlab辅
助设计DSP应用程序,可大大缩短DSP应用程序的开发时间。介绍了Matlab和CCS及DSP的连接,说明了利用Matlab辅
助DSP实现FIR数字滤波器的过程,及如何在Matlab环境中调试DSP程序,给出了实现结果,并把该结果和单纯在Matlab
环境下实现结果进行比较,前者效果更好,更具有实际应用价值。
(FIR digital filters widely used in digital communication systems, research methods of their realization of great significance. Matlab is powerful DSP using Matlab-aided design applications, can greatly shorten the DSP application development time. Describes the Matlab and CCS and DSP connections, shows DSP using Matlab support the process of realization of FIR digital filters, and how to debug in the Matlab environment, DSP program, are given to achieve results, and to the results and simple in the Matlab environment, achieved results are compared, the former better, more practical application value.)
- 2009-12-11 21:01:37下载
- 积分:1