-
MATLAB-CPP
用实例演示如何在matlab中调用c++,适用于初学者,很好的例子(With examples demonstrate how to call c++ in matlab for beginners, a good example)
- 2014-01-07 14:04:04下载
- 积分:1
-
Active-power-filters-A-review
APF 资料 比较 总体比较资料 权威 IEEE 重要资料(Comparative information Comparative information APF overall authority IEEE important information)
- 2014-09-07 16:59:20下载
- 积分:1
-
gauss_gen
高斯白噪声序列的产生-使用瑞利分布,
C语言产生1000个点的高斯白噪声序列。(Gaussian white noise sequence to produce- produce 1000 using a Rayleigh distribution point Gaussian white noise sequence)
- 2015-01-27 19:13:27下载
- 积分:1
-
golden
欢迎下载,MATLAB求函数极小值的程序(Welcome to download, MATLAB function for the minimum procedures)
- 2008-01-10 14:25:40下载
- 积分:1
-
SOFM
一个关于神经网络的 SOFM算法的程序 改程序用C语言编写(A SOFM neural network algorithm on the procedure to change procedures for using C language)
- 2009-12-27 12:59:56下载
- 积分:1
-
OLS_Algorithm
说明: 虹膜识别模式识别算法,MATlab程序编制,可采用软件自动转换(Pattern recognition algorithms)
- 2011-04-07 16:38:12下载
- 积分:1
-
Matlab-runcode
A new method for analysing nonlinear and non-stationary data has been developed.
The key part of the method is the `empirical mode decomposition method
with which any complicated data set can be decomposed into a nite and often
small number of `intrinsic mode functions that admit well-behaved Hilbert transforms.
This decomposition method is adaptive, and, therefore, highly ecient.
- 2014-11-29 22:18:46下载
- 积分:1
-
DC_motor_control
This article focuses dc motor control and simulaion in Matlap Simulink SimPower and establish the continuity of human motion in each image frame
- 2009-05-21 15:43:54下载
- 积分: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
-
VCPP-call-matlab-draw-sin-curve
vc++6.0调用matlab的函数,画正弦曲线,比较详细的源码。(vc++6.0 to call matlab function, draw a sine curve, the more detailed source.)
- 2013-03-28 16:57:29下载
- 积分:1