-
MATLAB-VS-VCPP
这是一个人关于,MATLAB转化为VC++能使用的,.dll文件的方法,很实用(This is a man on, MATLAB into VC++ can use,. Dll file method, it is practical)
- 2013-09-14 17:01:21下载
- 积分:1
-
RgnDemo
使用CRgn对象得到某一特定区域,C++精选学习源码,很好的参考资料。(Use the CRgn object to get a specific area, select learning C++ source code, a good reference.)
- 2013-11-27 07:44:29下载
- 积分:1
-
simple
实现对直流电机的PID控制,其中包含直流电机的动力学模型,控制律的设计方法(DC motor PID control, which contains a dynamic model of the DC motor control law design method)
- 2012-09-20 15:48:42下载
- 积分:1
-
interior-method
说明: 内点法的机组组合程序,采用不可行内点启动的原对偶线性规划内点法,采用了稀疏技术(unit commitment program using interior method)
- 2011-04-05 08:10:36下载
- 积分:1
-
shubiao
(9)鼠标器程序
主程序是shubiao.C,可以使用Turbo C工具来调试。((9) Program mouse
The main program is shubiao.C, you can use Turbo C tools to debug.)
- 2014-12-09 09:42:41下载
- 积分:1
-
wavelet_dwt
小波DWT变换,一般大家是用matlab实现,但是这段程序是用c语言编写。(wavelet dwt)
- 2009-12-24 10:33:50下载
- 积分:1
-
addddd
一个add文件,里面有matlab和vc接口实例。
用vc打开使用(Add a file, there are instances of matlab and vc interfaces. Open to use with vc)
- 2010-05-12 15:24:13下载
- 积分:1
-
blobtrack
opencv自带的跟踪框架程序,方便开发者开发出能够自动检测前景、目标跟踪的算法程序(Opencv own tracking framework application, convenient and developers to develop to be able to automatically detect prospects, the algorithm of target tracking application )
- 2014-12-24 15:43:27下载
- 积分: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
-
nu
说明: 一个多输入多输出小波网络的源程序,用matlab编写,能够实现对时间序列数据的训练预测(A multi-input multi-output wavelet network' s source code, written with matlab, can be achieved on the training time series data forecasting)
- 2010-05-26 19:49:32下载
- 积分:1