-
Untitled
Matlab中生成MIF格式的文件,满足Quartus中载入数据需要(Matlab generated MIF file formats to meet the data needs to load Quartus)
- 2011-08-01 13:05:21下载
- 积分:1
-
Handwheelinput
手轮输入是用MPC07运动控制卡开发出的,希望对初学数控得点帮助(Hand wheel input is used to develop MPC07 motion control card, and hope to get some help beginners NC)
- 2009-12-11 19:25:24下载
- 积分:1
-
s003
说明: 可以连续播放多帧图片,并对图片进行相应的处理(Playing for multi-frame image, and image processing accordingly)
- 2010-04-06 10:48:56下载
- 积分:1
-
deadbeatcontrol
仿真为单相并网逆变器的仿真模型,使用matlab进行搭建,使用无差拍控制的方法,希望进行探讨(Simulation of single-phase grid-connected inverter simulation model using matlab to build, using deadbeat control, and I hope to explore)
- 2015-12-05 10:35:29下载
- 积分:1
-
sfsagfs
一种可以穿透还原卡和还原软件的代码......................................................................(mofeng)
- 2010-03-05 01:24:47下载
- 积分:1
-
BDEcode
Normalized Cuts Clustering
- 2011-01-24 21:01:43下载
- 积分:1
-
Matlab-CALL-EPANET
应用matlab 调用epanet 软件进行管网水力学计算。(Application to call Matlab epanet software pipe network hydraulic calculation.)
- 2013-04-27 10:48:13下载
- 积分: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
-
classic-C-program
D F P变尺度法子程序
matlab程序
Powell法子程序
内点惩罚函数法子程序
进退法子程序
黄金分割法子程序
外点惩罚函数法子程序
(relay)
(D F P variable scale recourse procedures Matlab procedures Powell recourse procedures point penalty function tool procedures stop recourse procedures 0.618 recourse procedures Point Penalty Function tool (relay))
- 2006-06-02 12:09:39下载
- 积分:1
-
mexhandle
you can pass C++ objects between different MEX functions without first converting to a MatLab compatible format(you can pass objects between different C ME X functions without first converting to a MatLa b compatible format)
- 2006-12-08 00:59:45下载
- 积分:1