资源列表
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,再次
BaseOnLevent
- 基于小波的去噪算法,实验高斯加性白噪声的去噪-a denoising based on wavelet
fusion
- 实现了基于小波的图像融合,并取得了良好的融合效果。-refusion based on wavelet
QQ
- matlab编程的好工具 toolbar-toolbar welcome
shuzituxiang
- 这是一个数字图像处理的matlab仿真程序,效果比较好-This is a digital image processing matlab simulation program, the effect is better
latticefilters
- This mat lab code for adaptive lattice filters.-This is mat lab code for adaptive lattice filters.
TheDigitalFilterDesignInAKindOfDigitalReceiver
- 本文利用MATLAB编写的一种中频数字接收机的程序-In this paper, the preparation of a MATLAB-IF digital receiver procedures
100
- matlab实用程序百例,初学者必备的源代码-matlab utility 100 cases, the necessary source code for beginners
annealing
- 简单实用的模拟退火算法(SB/SW) 提供一个对理解模拟退火算法很好的程序示例-Simple and practical simulated annealing algorithm (SB/SW)
ST
- 自适应信号处理s变换工具箱,及其实例,包含量个程序-S Transform Adaptive Signal Processing Toolbox, and the examples included in the volume of procedures
InThePowerFlowCalculationOfReactivePowerOptimizati
- 潮流计算在电力无功优化中的应用,基于MATLAB环境的编程,有详细说明和源代码。-In the power flow calculation of reactive power optimization, based on the MATLAB programming environment, there is a detailed descr iption and source code.