-
dd
说明: 另一种潮流计算程序,本程序使用C语言编写(Another flow calculation procedures, the procedures using the C language)
- 2012-11-20 21:43:07下载
- 积分:1
-
vbmatrix
使用vb和matrix画图,调用matlab函数(Using vb and matrix drawing, call the matlab function)
- 2010-06-26 09:19:36下载
- 积分:1
-
Turbo-MATLAB
这个turbo码的matlab仿真程序~~希望对大家会有用~~谢谢~~我只想要和大家分享一下(The turbo code matlab simulation program we hope will be useful ~ ~ ~ ~ ~ I just want to thank you and share with you)
- 2020-06-30 02:20:01下载
- 积分:1
-
particleFilterTrackTest
通过粒子滤波来跟踪目标 可以在vs2008下直接运行(Through the particle filter to track the targets can be run directly under vs2008)
- 2010-06-22 20:57:07下载
- 积分:1
-
TSP-PSO
TSP-PSO算法的matlab程序文件,有助于了解该算法(The produce of matlab about TSP-POS)
- 2013-04-13 22:37:55下载
- 积分:1
-
Inertial-navigation
这是一本秦永元关于惯性导航的书籍。该书系统地讲解了导航的基础知识。(This is an inertial navigation ROCKETS about books. The book systematically explains the basics of navigation.)
- 2015-03-07 10:51:16下载
- 积分:1
-
houghbianhuan
hough变换,matlab编程。Hough变换是一种使用表决原理的参数估计技术。其原理是利用图像空间和Hough参数空间的点-线对偶性,把图像空间中的检测问题转换到参数空间。通过在参数空间里进行简单的累加统计,然后在Hough参数空间寻找累加器峰值的方法检测直线。(hough transform, matlab programming. Hough transform is a vote on the principle of using a parameter estimation techniques. The principle is the point of the image space using the Hough parameter space and line- duality converting the detection problem in the image space to the parameter space. By a simple statistical accumulated in the parameter space, and then in the Hough parameter space to find a method of detecting the peak accumulator line.)
- 2014-08-27 10:37:38下载
- 积分:1
-
EnumerateAudioCaptureFilterCapabilities
audio card enumerate searching ok.
for multimedia developing project.
thank you
- 2014-01-08 17:50:46下载
- 积分:1
-
rscore
数据标准化处理函数,输入待处理矩阵,参数dim默认或取1,对列进行标准化处理,dim取2对行处理(Standardized data processing functions, input matrix to be processed, the default parameters, or to take a dim, standardization of columns, dim to take two pairs of line processing)
- 2011-09-28 18:46:32下载
- 积分:1
-
fenzhi
#include <iostream.h>
int main()
{
int i(0),sum(0)
while (i<=100)
{
sum=sum+i
++i
}cout<<"sum="<<sum<<endl
return 0;
}
- 2009-12-11 22:03:44下载
- 积分:1