-
2_090830123034
74H166资料参考,帮助你更好的写好程序应用等(74H166 reference material to help you better application of written procedures)
- 2010-08-16 14:10:49下载
- 积分:1
-
HebbNN
简单的神经网络学习规则赫布matlab代码。
这是不知情的初学者学生。它可应用于如简单的任务逻辑“和“,”或“,”不是“简单的图像和分类。
(Simple Matlab Code for Neural Network Hebb Learning Rule.
It is good for NN beginners students. It can be applied for simple tasks e.g. Logic "and", "or", "not" and simple images classification.)
- 2011-05-23 11:12:26下载
- 积分:1
-
SKULL-EDGE-DETECTION
用于提取人脑颅骨的内外边界,能将头皮与脑组织全部舍去,主要用于颅骨修复领域。(Used to extract the boundaries of the human skull, mainly for skull repair area.)
- 2011-10-08 19:36:20下载
- 积分:1
-
Simulink
MATLAB软件中的另一种形式的仿真Simulink,分别仿真了BPSK,16QAM,2FSK,QPSK(MATLAB software in another form of simulation Simulink, were simulated BPSK, 16QAM, 2FSK, QPSK)
- 2020-12-17 09:59:13下载
- 积分:1
-
spwm1
sinusoidal pulse width modulation technique, power systems
- 2011-02-03 23:19:11下载
- 积分:1
-
zjtl
证据推理的一个算法,可以改成matlab的语言代码(Evidential reasoning)
- 2013-03-16 10:22:36下载
- 积分:1
-
TSP_PSO
某一PSO算法优化TSP路径优化的问题,城市已经给定。(TSP scheme in a new version using some conventional PSO algorithm)
- 2014-02-16 17:00:17下载
- 积分:1
-
GAbp
遗传算法优化神经网络的通用的matlab程序,希望对大家有帮助(Genetic algorithm optimization neural network)
- 2009-10-27 13:43:41下载
- 积分:1
-
MyDspToolbox
使用Matlab Gui实现的数字信号处理常用算法,包括卷积,FFT,FIRIIR数字滤波器设计,最佳滤波器,自适应滤波,卡尔曼滤波等(Implemented using the Matlab Gui commonly used digital signal processing algorithms, including convolution, FFT, FIRIIR digital filter design, the best filters, adaptive filtering, Kalman filtering, etc.)
- 2010-01-25 18:19:46下载
- 积分: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