-
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
-
vif
文章Image information and visual quality的程序———应用视觉保真度(VIF)的方法(Article Image Information and Visual quality program--- visual fidelity (VIF))
- 2013-04-24 21:20:29下载
- 积分:1
-
NeuralNetwork_RBF
说明: 基于matlab 的rbf神经网络计算,下载解压缩后直接运行(The rbf neural network-based computing matlab, download directly after extracting run)
- 2009-08-28 11:14:33下载
- 积分:1
-
Wireless-communication-diversity
无线通信分集合并的仿真程序,开发环境matlab,最大比值合并(Collection and wireless communications sub-simulation program, the development environment matlab, the maximum ratio combination)
- 2011-05-07 23:36:14下载
- 积分:1
-
remote-sensing-image-correction
用matlab写的用于遥感影像几何精校正的程序,可以进行一次,二次和三次多项式的校正(Write using matlab for remote sensing image geometric precision correction procedures can be the first, second and third order polynomial correction)
- 2012-06-29 21:48:15下载
- 积分:1
-
mesh2
Simulation Of Patch Antenna Using MATLAB
- 2011-10-22 03:56:24下载
- 积分:1
-
Main_1D_Haar
调用函数来计算正,逆哈尔1-D DWT的主程序(Main program for calling functions to compute forward and inverse Haar 1-D DWT)
- 2013-11-23 23:01:18下载
- 积分:1
-
ICI
说明: 该文档介绍了高速移动情况下,由于多普勒频移导致的ICI干扰问题。描述了问题的产生,解决的算法,并附有自消除、最大似然估计、卡曼滤波参数估计的matlab仿真(introuces the ICI problem in high-speed mobile radion channel.Describe the reasons ,algorithms,such as Self-cancellation,ML,Kalman.And the M files
are atteched)
- 2010-04-16 11:30:08下载
- 积分:1
-
PC-LINT
代码检查的PC-lint工具源码,实现在Windows上图形化检测代码是否符合规范。(the source code of PC-lint on windows)
- 2014-09-02 22:56:45下载
- 积分:1
-
adj2inc
convert an adjency to edge list
- 2012-10-14 17:22:22下载
- 积分:1