-
One_Dimensional_PML
programme matlab 1D pml
- 2010-05-06 21:44:01下载
- 积分:1
-
pmsm
在matlab2011b环境下 搭建了永磁同步电机空间矢量调制的仿真模型,仿真效果比较满意。另外根据需要自己搭建了pmsm的电机本体模型。(In matlab2011b environment to build a simulation model of permanent magnet synchronous motor space vector modulation, simulation results were satisfactory. Also, according to the need to build their own model of pmsm the motor body.)
- 2014-12-19 15:21:33下载
- 积分:1
-
KPCA
核主成分分析是一种流行的非线性特征提取方法(
Kernel principal component analysis is a popular nonlinear feature extraction method)
- 2014-01-07 19:38:43下载
- 积分:1
-
GA-opt-BP
用遗传算法优化bp神经网络,很好用,可以试试。(GA opt bp)
- 2013-01-09 13:03:20下载
- 积分:1
-
5
一道程序编译顺序的考题,涉及到函数调用的先后顺序及运算符号的优先级等问题。下面我展开给你讲。
C的程序编译总是从main函数开始的,这道题的重点在“fun((int)fun(a+c,b),a-c)) ”语句。
系统首先要确定最外层 fun()函数的实参,第一个参数的确定需要递归调用fun()函数(不妨称其为内层函数)。内层函数的两个参数分别为x=a+b=2+8=10、y=b=5,执行函数体x+y=10+5=15,于是得外层函数的参数x=15。其另一个参数y=a-c=2-b=-6,再次执行函数体,得最终返回值x+y=15+(-6)=9。 (Compiling together the sequence of test procedures, involving the sequence of function calls and operator symbols, such as the priority problem. Now I give you to start speaking. Procedures for C compiler always start from the main function and at这道题the focus of " fun ((int) fun (a+ c, b), ac)) " statement. System must first determine the most outer layer of fun () function of real parameters, the first parameters of recursive calls required fun () function (may be called the inner function). Inner function separately for the two parameters x = a+ b = 2+8 = 10, y = b = 5, to execute the function body x+ y = 10+5 = 15, then the outer function parameters were x = 15 . Its another parameter y = ac = 2-b =- 6, once again to execute the function body may eventually return the value of x+ y = 15+ (-6) = 9.)
- 2009-03-15 15:36:23下载
- 积分:1
-
compression111
用MATLAB实现的各种图像压缩方法,有BTCODE,PYRAMID,DCTCOMPR,IMCOMPR等。(MATLAB various image compression method, BTCODE, PYRAMID. DCTCOMPR, IMCOMPR so.)
- 2006-06-07 15:42:58下载
- 积分:1
-
huise
说明: 灰色理论的应用,是一种成语实现,用于预测数据。(Application of Grey theory is a kind of idiom to achieve, to predict the data.)
- 2011-03-26 15:15:22下载
- 积分:1
-
matlabshixianpipeilvboqi
利用matlab程序设计出匹配滤波器的功能源码(Procedures designed to use matlab function of matched filter source)
- 2009-02-19 18:13:47下载
- 积分:1
-
MATLAB-GUI-kongzhijiemian
本程序实现对图像的打开、退出操作,以及图像旋转、添加噪声、图像平滑(椒盐噪声处理、均值低通滤波处理、中值滤波处理)、图像直方图显示、预测编码,在MATLAB中用GUI实现。(This program implements the image is opened, quit the operation, as well as image rotation, adding noise, image smoothing (salt and pepper noise processing, the mean low-pass filtering, median filtering process), histogram display, predictive coding, in MATLAB using GUI implementation.)
- 2014-11-13 13:04:59下载
- 积分:1
-
f_Stationary
This matlab source is to detect stationary segments in the nonstationary siganl.
- 2013-01-31 20:24:56下载
- 积分:1