-
粗糙度matlab程序
计算一维和二维表面粗糙度Ra,根据需要自行选择。(Calculate one and two dimensional surface roughness Ra, according to the needs of your choice.)
- 2017-08-01 21:59:44下载
- 积分:1
-
MatlabPID
笔者费了很大的经历找到的matlab实例资料,希望大家好好利用,绝对经典的好资料哦(Programming with vc for the sample program, which contains many of the author s experience, I hope you make good use of)
- 2011-12-22 10:18:56下载
- 积分:1
-
Simulated-Annealing-of-matlab-matlab
Simulated Annealing of matlab
- 2013-01-14 11:48:49下载
- 积分:1
-
Viterbi算法简洁注释版
说明: Viterbi算法源程序,注释简洁,利于使用(Viterbi algorithm source, concise notes, beneficial use)
- 2005-11-10 17:06:54下载
- 积分:1
-
MFC-WINDOWSTASKMANAGER-JOY
基于windows的任务管理器开发设计 windows task mananger(Based on the windows task manager development and design windows task mananger)
- 2014-02-07 16:52:34下载
- 积分:1
-
heatmaps
教你如何做热图(heatmap),可以显示图像的百分比。(A mathod to tell you how to make a heatmap.)
- 2014-11-01 14:08:47下载
- 积分:1
-
Play-music-under-loc1
FDGSL HOERHIJBDFIORTHDFUOI
- 2013-11-30 04:41:46下载
- 积分:1
-
RCS_fdtd1d
基于FDTD的1D点源分布远远场场分布,程序简单,易于阅读和使用,适合初学者。
(FDTD-based one-dimensional distribution of far field point source field distribution, the program is simple, easy to read and use, suitable for beginners.)
- 2011-12-28 16:17:39下载
- 积分:1
-
Matlab-CALL-EPANET
应用matlab 调用epanet 软件进行管网水力学计算。(Application to call Matlab epanet software pipe network hydraulic calculation.)
- 2013-04-27 10:48:13下载
- 积分: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