-
ex42_p132
高阶谱分析中的实现三阶累积量计算的源程序。(High-order spectral analysis of the calculation to achieve third-order cumulants of the source.)
- 2008-03-05 01:46:34下载
- 积分:1
-
Locally-Weighted-Regression
Locally weighted regression (LWR) is a memory-based method that performs a regression around a point of interest using only training data that are ``local to that point. One recent study demonstrated that LWR was suitable for real-time control by constructing an LWR-based system that learned a difficult juggling task.
- 2013-01-10 22:59:48下载
- 积分:1
-
Untitled2x
power flow para perdidas corto circuito
- 2011-08-27 04:11:10下载
- 积分:1
-
6-chapter
MATLAB GUI设计学习手记(第二版)源程序 第6章
本书推荐的学习方法:
1)若您是一个MATLAB初学者,且有充裕的时间来学习GUI设计,您可以从本书的第1章开始循序渐进地学习。
2)若您是一位MATLAB初学者,且时间非常紧迫,建议您先学好第1章,然后依次学习第4章、第5章和第6章,其他章节请根据项目需要有选择性地学习。
3)若您已经掌握了MATLAB的基础语法知识,有一定的MATLAB编程基础,也请浏览一下第1章的内容,尤其是专题分析部分。然后先学习本书第4、5和6章,其他章节请根据项目需要有选择性地学习。
4)若您是一位MATLAB GUI方面的专家或老师,您可以将本书作为一本教学的参考书,本书内容全面、讲解详实、代码精炼,是不可多得的GUI宝典。
(MATLAB GUI design learning Hearts (second edition), the recommended way to learn the source code Chapter 6 of this book: 1) If you are a MATLAB beginners, and there is plenty of time to learn GUI design, you can start from Chapter 1 of the book The step-by-step learning. 2) If you are a MATLAB beginners, and the time is very tight, it is recommended that you first learn to Chapter 1, followed by learning Chapter 4, Chapter 5 and Chapter 6, in other sections based on project needs selective learning . 3) If you have mastered the basic grammar of the MATLAB, the MATLAB Programming Fundamentals, please visit the Chapter 1, in particular thematic analysis section. First learning book chapters 4, 5 and 6, then the other chapters selective learning based on project needs. 4) If you are an expert or teacher of a MATLAB GUI, you can book as a teaching reference books, the book is comprehensive, explain the detailed, refined code, is a rare GUI canon.)
- 2012-11-15 18:33:42下载
- 积分:1
-
isomap-master
用matlab实现的isomap降维算法,该算法为论文原下载算法。(Use matlab to achieve the isomap reduction)
- 2018-12-27 19:30:38下载
- 积分: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
-
advection1Ddiffusion2D
Advection and Disperison in 1D coupled diffusion into 2D matrix, diffusion happens both in 1D and 2D which interconnected 1D and 2D
- 2012-06-18 06:29:55下载
- 积分:1
-
fwy_clc_conv
滤波器,可以实现自相关功能,获取信号的信息。(Filter, you can achieve the autocorrelation function to obtain information signal.)
- 2021-03-01 21:39:34下载
- 积分:1
-
puting
说明: 地磁场在缺陷微磁检测中的计算To the magnetic field in the defect detection of micro-computing(To the magnetic field in the defect detection of micro-computing)
- 2011-03-30 18:47:31下载
- 积分:1
-
ml
说明: 该算法包含极大似然估计的梯度算法和快速ica算法,已经调试成功过,调试时注意所给信号x是行向量还是列向量(The algorithm contains the maximum likelihood estimation of the gradient method and fast ica algorithm, has been debugged, debugging attention given signal x is a row vector or column vector)
- 2010-05-23 10:56:22下载
- 积分:1