-
TestArray
一个小程序,通过使用vc++调用MATLAB求特征值和特征向量和插值。(A small procedure, by using vc++ to call MATLAB for eigenvalues and eigenvectors and interpolation.)
- 2009-03-02 22:26:32下载
- 积分:1
-
gafap
机器人的路径算法(人工智能§自动规划§用于模拟机器人规划的模拟软件
[zhangzhiguang2.rar] - 用势场法的原理实现的vc搜索最短路径程序,改进后的势场法,实用。
(机器人的路径算法()
- 2010-06-01 18:55:26下载
- 积分:1
-
CVKFilter
原创的,使用vc++实现匀速运动模型(constant velocity)的kalman滤波,可以运行,并有matlab测试程序对滤波结果进行对比。(vc++ constant velocity kalman filter。the matlab m file can obervers the filter results)
- 2011-05-23 15:50:21下载
- 积分: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
-
malloc
ics 的malloc实现,采用分离存储,模拟memory的malloc和free等操作。(to realize the molloc and free operation, the lab of ics class)
- 2014-01-09 10:36:34下载
- 积分:1
-
deepsearch
基于深度优先搜索的电力系统分区:根据节点连接关系确定节点的所属分区,即系统最终分成多少个区域、每个区域包含哪些节点。(Power system Partition based on deep search according to connectivity , i.e., determining the number of sections and nodes in each section.)
- 2016-04-15 08:34:29下载
- 积分:1
-
MIKOV-FUNCTION
学习matlab的方程小程序,没问题额的啊(Learning matlab equation applet, the amount is no problem)
- 2011-09-27 08:32:09下载
- 积分:1
-
display
利用matlab编写的程序,用于音乐播放青花瓷(the function to display songs based on matlab)
- 2012-11-02 10:55:47下载
- 积分:1
-
low-pass-filter-matlab-
三维数字滤波器中的理想低通滤波器的matlab仿真及其结果(3 d digital filters in an ideal low-pass filter matlab simulation and the result)
- 2011-12-13 15:38:43下载
- 积分:1
-
inxpwebbrowser
在XP中应用WEBBRORSER的程序,实现XP的风格.很实用的(in XP WEBBRORSER the application procedures, XP style. Very useful)
- 2007-04-09 14:25:05下载
- 积分:1