-
Inverted-pendulum
对二阶倒立摆进行仿真,利用S函数搭建模块,实现对非线性二阶倒立摆的控制仿真(Inverted pendulum on the second simulation, the use of S-function to build the module, to achieve second-order non-linear simulation of inverted pendulum control
)
- 2011-07-09 21:51:11下载
- 积分:1
-
数值计算方法的相关代码
有关二分法、试值法、帕德逼近、高斯消去的代码,可供数值计算方法学习者参考(About dichotomy, test method, Pader approximation, Gaussian elimination of code, numerical calculation method for learner reference)
- 2020-11-06 16:39:49下载
- 积分: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
-
shuangcanshushuangmenxianjiance
双参数的双门限语音端点检测程序MATLAB代码 可直接运行(Two parameters of the double threshold endpoint detection procedures MATLAB code can be directly run)
- 2015-03-30 14:39:04下载
- 积分:1
-
zj2
说明: 计算电梯分层情况下的各个区间电梯的RTT期望值,并找出最小值,记录下此时的分层方法。(Calculated under the various layered elevator elevator RTT interval expectations, and identify the minimum, record the time of stratification.)
- 2010-04-23 09:11:35下载
- 积分:1
-
半不变量法概率潮流计算 CMPPF IEEE34
实现半不变量法概率潮流计算,并与蒙特卡洛模拟法作比较(Probabilistic power flow based on cumulants, compared with monte-carlo simulink method)
- 2021-05-09 17:58:35下载
- 积分:1
-
dzcl
海量工业数据处理使用,包括了稳态测试,剔除坏值,计算标准差和平均值等(Massive use of industrial data processing, including the steady-state test, remove bad values, calculate the standard deviation and mean, etc.)
- 2013-08-23 19:15:20下载
- 积分:1
-
xinhao
此程序适合对数字基带信号的仿真,并对两径信道传递函数曲线分析(This program suitable for digital base-band signal simulation, and the two-path channel transfer function curve analysis)
- 2009-03-13 23:11:04下载
- 积分:1
-
huffman
图像处理MATLAB源代码,这个是哈夫曼编码(huffman)
- 2009-03-24 12:14:24下载
- 积分:1
-
VC_call_matlab
给出了如何从vc里调用matlab文件、命令的详细设置过程和例子,(Given how to call matlab in vc documents, detailed command set-up process and examples)
- 2007-08-22 18:41:54下载
- 积分:1