登录
首页 » matlab » NewtonIteration

NewtonIteration

于 2013-12-17 发布 文件大小:1KB
0 60
下载积分: 1 下载次数: 15

代码说明:

  求最小PID可达方差,用于评价PID控制系统的控制系能,比最小方差控制最为评价基准更可靠(PID up to find the minimum variance control system for evaluation of PID control system can be more than the minimum variance control most reliable evaluation criteria)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 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
  • 123
    光伏并网发电系统的MPPT电压控制策略仿真(MPPT voltage grid-connected PV systems Control Strategy Simulation)
    2014-05-24 21:50:31下载
    积分:1
  • dynamics
    关于matlab的一些知识,希望对大家有用。(Some knowledge on matlab, I hope to be useful.)
    2011-10-20 22:37:24下载
    积分:1
  • mathmatical-calculation-with-matlab
    CG、Gauss、SOR、Jacobi迭代法matlab程序 自己收藏的源程序(CG, Gauss, SOR, Jacobi iteration method matlab program his collection of source code)
    2014-12-16 10:26:43下载
    积分:1
  • kalmanf
    Basic Kalman filter, heavily commented, for beginners to Kalman filtering.
    2011-08-22 00:44:15下载
    积分:1
  • pso-5
    经典粒子群算法的matlab实现代码。用函数进行测试实验,并给出算法寻优迭代的效果图(Classical PSO algorithm matlab. Experiments with test functions, and gives an iterative optimization algorithm renderings)
    2014-02-18 16:21:54下载
    积分:1
  • least_square_paramete_solution
    控制行业中重要的least square parameter solution,里面使用了一个例子,可以将输入改变然后使用(control of the most important sectors least square parameter solution , which use an example, we can then use the importation of change)
    2006-10-24 22:53:40下载
    积分:1
  • block
    matlab图像处理下的特定图像的识别与距离的测量(matlab image processing of the specific image recognition and distance measurement)
    2013-08-04 11:52:04下载
    积分:1
  • FDTD_TM_PC
    计算光子晶体透射的FDTD程序的matalb源程序(Calculation of photonic crystal transmittance of FDTD procedure matalb source)
    2008-06-17 00:10:06下载
    积分:1
  • MATLAB-Image-changing
    MATLAB图像变换源码,包括CWT、DCT、DFT和DWT。(Matlab image from source code, including cwt, dct, dft and dwt.)
    2011-06-15 11:18:50下载
    积分:1
  • 696524资源总数
  • 103938会员总数
  • 55今日下载