-
hashing
将图像提取gist向量,然后计算各向量之间的欧氏距离,进行比较。(Extracted gist vector image, and then calculate the Euclidean distance between vectors, for comparison.)
- 2010-07-17 18:01:25下载
- 积分:1
-
MATLAB
:利用MATLAB软件的GUI功能设计了伺服驱动系统仿真软件包,并对系统动态性能进行了分析计算。
利用设计的软件包可以简单方便地分析伺服驱动系统的动态性能,用以指导实际系统设计。(Using the MATLAB software is GUI features designed servo drive system simulation package, and system dynamic properties were analyzed and calculated.
The use of software packages designed for easy and convenient to analyze the dynamic performance of servo-drive system to guide the actual system design.)
- 2009-11-12 10:01:45下载
- 积分:1
-
music
说明: 很经典的关于计算DOA的算法——music算法,也是所有计算DOA的基础算法(Classic DOA on the calculation algorithm- music algorithm, is also the basis for all calculations DOA algorithm)
- 2008-10-08 16:56:25下载
- 积分:1
-
tsunamiModelling
一个简单的用来计算海啸的小程序。用matlab编写,可以看到一个简单的海啸动态过程。(A simple used to calculate the tsunami small programs. Matlab prepared, you can see a simple tsunami dynamic process.)
- 2011-12-07 13:50:25下载
- 积分:1
-
backsub
have not registered DSD
- 2011-12-14 00:46:05下载
- 积分:1
-
LMS_aokoulvboqi_cos_ganraoduixiao
自适应凹口滤波干扰对消,单一频率的方法的实现。很有效果(Adaptive notch filter interference cancellation, single frequency)
- 2013-03-10 18:58:08下载
- 积分:1
-
sample-for-seededregiongrowing
this app is for sample seeded regiongrowing
- 2015-02-10 00:15:39下载
- 积分:1
-
adaptive4
自适应有限元求解第一类和第二类边界条件的拉普拉斯方程的相关子程序(Adaptive finite element solution of the first and second boundary conditions related to the Laplace equation subroutine)
- 2011-10-05 21:07:14下载
- 积分:1
-
1001-0505(2013)02-0296-05
基于压缩感知的云存储系统状态监测方法1001-0505(2013)02-0296-05(State detection method for cloud storage system based on compressive
sensing)
- 2014-02-01 23:31:26下载
- 积分: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