-
powerSD
这是一个计算功率谱的C语言源程序,采用周期图法估计,可以直接应用与项目中,对做信号处理和图像处理的同志们有用。(this is a psd program that use the C language and it can be used in your project.)
- 2012-01-16 21:39:49下载
- 积分:1
-
MATLAB
详细介绍matlab开发软件的使用以及各种功能介绍(Detail the use of matlab software development as well as the introduction of various functional)
- 2009-02-11 23:53:18下载
- 积分:1
-
bchc
matlab simulink boost converter
- 2012-06-12 03:50:10下载
- 积分:1
-
ruggedexplorer22_user_guide
RUGGEDCOM USER GUIDE
- 2014-01-21 05:26:39下载
- 积分:1
-
MATLAB-DC-motor
电机的MATLAB仿真,包括步进电机,同步电机,直流电机的仿真源代码。内容全面(Motor MATLAB simulation, simulation source code, including stepper motors, synchronous motors, DC motors. Comprehensive)
- 2013-04-17 14:35:45下载
- 积分:1
-
dijkstra算法解决最优路径规划问题
说明: 该模型是dijkstra算法求解路径规划问题,对该方面算法感兴趣的可以借鉴学习(The model is Dijkstra algorithm to solve the path planning problem. Those who are interested in this aspect can learn from it)
- 2021-01-06 19:59:45下载
- 积分: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
-
MaTLAB_graphic
matlab作图精典教案,适合初学者学习使用(matlab drawing classic lesson plans for beginners to learn to use)
- 2011-10-22 01:29:23下载
- 积分:1
-
2013102242160953
人脑图像边缘提取,比较好用的人脑图像边缘提取matlab仿真程序。(The human brain image edge extraction, relatively easy to use the human brain image edge extraction matlab simulation program.)
- 2013-11-24 23:12:15下载
- 积分:1
-
ant
蚂蚁算法求解路径优化问题就是求解有车辆约束问题的matlab程序,包括四个文件。(Ant algorithm for path optimization problems)
- 2009-10-22 20:40:20下载
- 积分:1