-
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
-
code-vrpmtw
algorithm base for the MACS_VRPTW
- 2010-05-13 01:01:58下载
- 积分:1
-
DANCISHU
统计一段文字中单词的数目,程序可运行,效果正确(The number of words in a text statistics, the program can be run, the effect is correct)
- 2014-12-07 20:04:38下载
- 积分:1
-
VC
说明: 使用VC++调用Matlab程序,利用自带的Matlab引擎实现数据交换。(Using VC++ calling Matlab program, using the Matlab engine comes with data exchange.)
- 2010-12-02 10:15:39下载
- 积分:1
-
DSP_C
用c语言程序编写的一些算法程序,非常宝贵,吐血奉献。(gsdahhdfdsahdhfuj5r4wytryu56urteryertrt)
- 2009-10-12 10:22:59下载
- 积分:1
-
pass
查看星号密码的代码,比较初级,只是发送一个消息,去掉其密码属性。(View an asterisk password code, compare the primary, only to send a message, remove the password attribute.)
- 2010-01-07 01:52:48下载
- 积分:1
-
ex
说明: matlab神经网络,用于神经网络的建模。希望有用(matlab neural network for neural network modeling. Hope that useful)
- 2011-03-30 15:05:49下载
- 积分:1
-
spinverter
单相光伏并网逆变器 孤岛检测 双环控制 MPPT最大功率追踪(Single-phase photovoltaic inverter islanding detection dual-loop control)
- 2015-11-25 13:16:39下载
- 积分:1
-
vlfeat-0.9.13-bin.tar
特别牛的SIFT实现,VLFeat 0.9.13,代码特别清晰。C语言编写,有matlab接口。还包括了SIFT, MSER, k-means, hierarchical k-means等相关算法。(A library implements popular computer vision algorithms including SIFT, MSER, k-means, hierarchical k-means. )
- 2011-08-28 11:17:19下载
- 积分:1
-
Matlab
MATLAB各种指令综合,可方便使用、查询,非常适合初学者下载。(MATLAB various commands comprehensive, easy-to-use, inquiry, is ideal for beginners to download.)
- 2009-07-12 19:03:08下载
- 积分:1