-
audio_compression
audio compression matlab code
- 2009-04-05 04:05:00下载
- 积分:1
-
dc-buck-boost
dc buck boost converter in power
- 2013-12-10 22:36:10下载
- 积分:1
-
MATLAB_robot_planning
这是关于机器人路径规划的遗传算法代码.代码简单实用,非常适合初学者学习参考。(This is the code genetic algorithm of robot path planning. )
- 2015-03-28 10:09:49下载
- 积分:1
-
SAW_correlator_no_temp_diff
surface acoustic wave (correlator no temp diff)
- 2014-01-17 22:49:57下载
- 积分:1
-
spwm
用proteus仿真实现逆变器,基本实现闭环控制,单片机是ATMEGA88。(The inverters are simulated by proteus, and the closed-loop control is basically realized. The single chip computer is ATMEGA88.)
- 2019-07-10 15:16:08下载
- 积分:1
-
geom2d
Library to handle and visualize geometric primitives such as points,lines, circles and ellipses, polygons...
The goal is to provide a low-level library for manipulating geometrical primitives, making easier the development of more complex geometric algorithms.
- 2010-03-03 14:59:17下载
- 积分:1
-
contourlet
通过飞下采样的轮廓博变换进行图像去噪,算法用MATLAB语言编写,更具文献进行编写的,可以直接运行(Fly through the outline of the sampling transform for image denoising, algorithm using MATLAB language to write, write more documents, can be directly run)
- 2021-04-01 09:09:08下载
- 积分:1
-
The--fuzzy-adaptive-control-of-robot
通过对模糊自适应进行研究,并将其用到机器人的控制中,得到好的控制性能(Based on the fuzzy adaptive study, and its use in the control of the robot, to get good control performance)
- 2016-11-26 13:41:51下载
- 积分:1
-
PSO
关于PSO算法 ,这是一个与自适应控制有关,也是控制的输入.(On the PSO algorithm, which is a relevant and adaptive control as well as control input.)
- 2007-12-10 15:51:04下载
- 积分: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