-
m_to_COM
在VISUAL C++ 6.0编译器环境下,实现MATLAB中COM组件的开发。(In VISUAL C++ 6.0 compiler environment, to achieve the development of MATLAB, COM components.)
- 2010-05-17 16:02:07下载
- 积分:1
-
bolieda
说明: 一个模拟雷达杂波的程序代码,对开发雷达模拟方面有借鉴作用。(A simulated radar clutter the code, the development of radar simulation serve as a reference.)
- 2011-04-09 21:14:29下载
- 积分:1
-
read_txt_1
过于滤波,采用卡尔曼滤波有关的方法。比较简单。打开文件,希望有用(kalman filter)
- 2011-12-09 21:20:28下载
- 积分:1
-
mhuffmana
matlab程序,完成hufffman编解码的功能
(matlab program to complete the hufffman codec function)
- 2012-08-07 01:41:18下载
- 积分:1
-
matlaba
matlab代码 各种信息 对于初学者很有用(matlab code a variety of useful information for beginners)
- 2013-04-11 10:59:30下载
- 积分:1
-
fangwenkongzhi
访问控制课设报告,自主访问控制和基于角色的访问控制(Report class-based access control, discretionary access control and role-based access control)
- 2014-01-11 23:12:58下载
- 积分:1
-
Matlab
图像模板匹配算法用MATLAB来试验,有例子大家可以看看,有上占还不完好,有能力的自己改改(Image template matching algorithm using MATLAB to test, there are examples we can see, there are not well accounted for, the ability of their changed)
- 2009-05-16 12:04:25下载
- 积分:1
-
2002063920060390MATLABjihe
图象处理基础算法原代码MATLAB 集合。(image processing algorithms based on the original MATLAB code set.)
- 2006-12-13 15:15:50下载
- 积分:1
-
matlab
MATLAB中文使用手册,能对MATLAB有个基本的了解,简约。(MATLAB Chinese user manual, can have a basic understanding of MATLAB, simple.)
- 2010-09-29 11:23:15下载
- 积分:1
-
compare
int compare(const char* a, const char* b, int size)
{
for (int i = 0 i < size i ++)
{
if (a[i] != b[i])
{
return i
}
}
return -1
}
(int compare(const char* a, const char* b, int size)
{
for (int i = 0 i < size i++)
{
if (a[i] != b[i])
{
return i
}
}
return-1
}
)
- 2014-09-02 13:53:50下载
- 积分:1