-
ziyouzhendong
关于自振动仿真的源代码,可以看看,第一传求关注,支持。(Source Courseware)
- 2011-05-14 07:54:18下载
- 积分:1
-
matlab_rtw_c
(1)通过Simulink创建仿真模型;(2)配置相关RTW(Real-Time Workshop)参数;(3)通过RTW(Real-Time Workshop)自动生成C代码文件,并理解主要文件、接口函数和变量的意义;(4)在Visual C++中将生成的C代码作适当修改,编译运行并分析结果。((1) created by Simulink simulation model (2) configuration related to RTW (Real-Time Workshop) parameters (3) RTW (Real-Time Workshop) automatically generate C code files, and understand the main document, interface functions and variables significance (4) Visual C++ generated C code will be modified as appropriate, compile, run and analyze the results.)
- 2011-01-09 23:00:25下载
- 积分:1
-
sfunctin
matlab/s函数的应用,有兴趣的读者可以一起交流。(matlab/s function of the application, interested readers can join the exchange.)
- 2007-09-29 18:47:37下载
- 积分:1
-
DarkShells
gho0st rat sm elta for test only
- 2015-03-15 11:38:18下载
- 积分:1
-
109201293CSharp_MATLAB
interop between C# and matlab
- 2009-05-17 13:21:18下载
- 积分:1
-
444
采用动态规划方法实现的目标分配,后面有MATLAB代码(Solving Weapon Target Assignment
Problem with Dynamic Programming)
- 2010-11-05 23:36:00下载
- 积分:1
-
aerodynamics-of-wind-turbines
Denmark Technical University的大牛Hansen,第二版风力机空气动力学。(Denmark Technical University' s Daniel Hansen, the second edition of wind turbine aerodynamics.)
- 2013-07-19 09:00:35下载
- 积分:1
-
matlog
VRP, for solving vehicle routing problem
- 2012-06-29 21:27:26下载
- 积分:1
-
Image-Compression
图像压缩算法的各种算法,用VC++实现,直接可以编译运行(Image compression algorithms algorithms, using VC++ implementation can be compiled to run directly)
- 2010-07-21 17:58:56下载
- 积分:1
-
recursion
说明: 递归,是函数实现的一个很重要的环节,很多程序中都或多或少的使用了递归函数。递归的意思就是函数自己调用自己本身,或者在自己函数调用的下级函数中调用自己。
递归之所以能实现,是因为函数的每个执行过程都在栈中有自己的形参和局部变量的拷贝,这些拷贝和函数的其他执行过程毫不相干。这种机制是当代大多数程序设计语言实现子程序结构的基础,是使得递归成为可能。(Recursion, is a function to achieve a very important part of many programs are more or less use the recursive function. Recursive mean that the function of its own call to themselves or subordinates in their own function calls a function to call their own. Recursion that can be achieved because the function of each execution in the stack has its own shape parameters and local variables of the copy, the copy and the implementation process has nothing to do other functions. This mechanism is the most modern programming language implementation subroutine structure of the foundation is to make recursion possible.)
- 2009-08-30 16:26:06下载
- 积分:1