-
11912888matlab
Very low cost, low component count charger/adapter – replaces linear transformer based solutions
• Extremely simple circuit configuration designed for high volume, low cost manufacturing
- 2009-03-01 10:59:59下载
- 积分:1
-
ypz
遗传算法的概念最早是由Bagley J.D在1967年提出的;而开始遗传算法的理论和方法的系统性研究的是1975年,这一开创性工作是由Michigan大学的J.H.Holland所实行。当时,其主要目的是说明自然和人工系统的自适应过程。
(The concept of genetic algorithm by the Bagley JD was first proposed in 1967 and start method of genetic algorithm theory and systematic research in 1975, this pioneering work is undertaken by the University of Michigan JHHolland the practice. At that time, its main purpose is to describe the natural and artificial adaptive process.)
- 2010-12-21 11:12:01下载
- 积分:1
-
Newton-search-algorithm
使用Matlab coder生成Cpp文件与VC++混合编程实现牛顿搜索算法求n次方根。Matlab使用2011a版本。(Use Matlab coder generates Cpp files with VC++ mixed programming algorithm for n-th Newton root search. Matlab using 2011a version.)
- 2011-11-27 14:50:46下载
- 积分:1
-
MATLAB_vc_hybrid
介绍了matlab与vc的混合编程,和常见问题解决方案(Introduces MATLAB and VC mixed programming, and common problems and Solutions)
- 2012-05-07 13:45:27下载
- 积分:1
-
VBaMatlabexchenge-data
VB与matlab混合编程,实现VB与matLAB数据传递,完成相关编程(VB and matlab mixed programming, data transfer between VB and matLAB, complete the relevant programming)
- 2013-10-29 10:10:58下载
- 积分:1
-
zj2
说明: 计算电梯分层情况下的各个区间电梯的RTT期望值,并找出最小值,记录下此时的分层方法。(Calculated under the various layered elevator elevator RTT interval expectations, and identify the minimum, record the time of stratification.)
- 2010-04-23 09:11:35下载
- 积分:1
-
gscale
matlab的gscale函数功能是将强度图像等映射到别的值范围。(Function of matlab gscale intensity images is mapped to another range.)
- 2013-05-22 18:00:54下载
- 积分:1
-
Kalman
This is satellite flight software
This is satellite attitude control system software
- 2011-05-30 04:32:37下载
- 积分:1
-
MWinnd_TurbiiA
一种基于MATLAB Simullink的风力发电系统的风力机模型。
(A based the MATLAB Simullink wind power system wind turbine model.)
- 2012-07-19 20:16:32下载
- 积分: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