-
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
-
ofdm_program
一个仿真802.11a的matlab源程序,使用.m文件来编写,参数可以自己来设(802.11a simulation of a matlab source code, use. M documents to prepare, parameters can be set up themselves)
- 2007-10-15 16:20:57下载
- 积分:1
-
maximumlikehood
用最大似然法求解功率谱密度,现代谱估计方法(use the method of maximum likehood to calculate the power spectral density)
- 2010-12-13 13:12:57下载
- 积分:1
-
matlabxiaobofenxigaojijishu_book
说明: matlab小波分析高级技术的书,pdf格式,很不错(The high technique of Wavelet Analysis based on Matlab)
- 2010-03-26 09:12:47下载
- 积分:1
-
matlab
设计电路对自己的电路不确定性的 可以用matlab的simulate仿真一下自己的电路图(this is a simple expriment if you want to study zhe simulate,you can have a look!)
- 2012-11-22 09:52:34下载
- 积分:1
-
zs_pr_exp_4
Matlab神经网络工具箱,利用其中的BP函数,对待测尿沉渣图像进行分类( classification based on BP)
- 2010-09-27 10:18:07下载
- 积分:1
-
atlexamp
Leveraging C++ Applications Using COM An Example Using ATL COM利用COM继承的文档视图结构的应用程序的例子(Leveraging C Applications Using COM An Example Using ATL COM COM files View succession of application examples)
- 2005-02-21 17:36:46下载
- 积分:1
-
Fading-in-wireless-communications-In-wireless-com
It describes the fading in wireless channels
- 2011-02-12 01:04:00下载
- 积分:1
-
getLargestCc
This matlab program will detect the largest connected component
- 2015-03-01 13:50:45下载
- 积分:1
-
datamining[1].rar___zzjiang10820075281058042581
关联规则挖掘算法 Apriori算法的Matlab实现(Association rule mining algorithm Apriori Algorithm Matlab implementation)
- 2010-01-06 20:15:17下载
- 积分:1