-
imageprocess
该程序是在matlab环境下gui界面编写的,集成了图像处理的基本功能。图像大小变换,加噪去噪、滤波、插值、截图、旋转角度等功能(The program in matlab environment prepared by the gui interface, integrated image processing functions. The size of the image transformation, adding noise denoising, filtering, interpolation, screenshots, rotation angle)
- 2013-01-01 16:36:47下载
- 积分:1
-
Matlab_sn
Matlab 编译文件的性能优化,对于初学者很有帮助(Matlab Compiler Performance Optimization document, useful for beginners)
- 2007-04-19 18:32:34下载
- 积分:1
-
3D
说明: 三维拓扑优化基于变密度法的拓扑优化设计采用OC算法(three dimension topology optimization)
- 2012-12-23 18:47:49下载
- 积分:1
-
Dielectric
propagation of 1_d wave in peresenc of dielectric slab
- 2012-12-30 23:45:07下载
- 积分:1
-
Series-system-PID-control
根据串级控制原理,使用MATLAB编程实现系统控制(According to the principle of cascade control, system control using MATLAB programming)
- 2014-08-11 22:25:21下载
- 积分:1
-
dataentry
电力系统状态估计MATLAB算法,内附readme 详细说明了使用方法和步骤 有专门的txt文件 可以输入自己的bus阵 line阵等 即可进行状态估计(Power system state estimation MATLAB algorithms included readme Describe use specialized txt file and steps can input their own bus array line array can be estimated state)
- 2013-03-23 11:23:17下载
- 积分:1
-
Exercise10 Sparse Coding
稀疏自编码,用于自动提取输入图像特征,作为分类器输入,MATLAB代码(Sparse self coding, which is used to automatically extract input image features, is used as classifier input, MATLAB code.)
- 2018-05-14 21:47:53下载
- 积分:1
-
matlab4
matlab 学习资料 第四章 matlab 绘图(Chapter IV of learning materials matlab mapping matlab)
- 2009-05-23 12:43:03下载
- 积分:1
-
ECG
此代码用于ECG波形的QRS检测,采用常见的可实时检测波形的算法。(This code for the ECG waveform of QRS detection, the use of commonly available real-time detection algorithm waveform.)
- 2007-07-14 20:54:00下载
- 积分: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