-
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
-
tiaoma
Matlab环境下的一种条形码识别算法。(A barcode recognition algorithms in Matlab environment.)
- 2012-09-06 14:49:48下载
- 积分:1
-
THUYEN
有关 Filters 的毕业论文 电力电子方面的(About the thesis of power electronics Filters)
- 2014-09-07 17:06:29下载
- 积分:1
-
rr
说明: ma yi sparse representation classification .EXTENDED YALE B database.recognition rate 95 。(ma yi sparse representation classification. recognition rate 95 .)
- 2011-03-31 15:28:38下载
- 积分:1
-
onlineextremlinermachinestudy
matlab版本的OLELM算法(在线极速序列机器学习算法),能进行模型训练和函数拟合。(matlab version OLELM algorithm (line speed serial machine learning algorithms), capable of model training and function fitting.)
- 2013-09-04 14:29:31下载
- 积分:1
-
667-exe
darkeden 6.67 ver exe file!!
- 2014-01-15 15:20:52下载
- 积分:1
-
DSP_WORKS
说明: Matlab实验各源代码及报告,与信号与处理实验相配套(Matlab source code and reports of all experiments, and Signal Processing Experiment matched with)
- 2011-02-22 14:10:43下载
- 积分:1
-
Hinfcontrol
robust hinf control
- 2009-05-29 09:32:41下载
- 积分:1
-
MATLAB-tutorial-R2010a
MATLAB教程R2010a本书以MATLAB R2010a为基础修订,系统讲解MATLAB基本环境和操作要旨;分章阐述符号计算、数值计算、计算结果可视化及编程精要;举例展现MATLAB精华工具Simulink的功能级和元器件级仿真能力;举例剖析MATLAB界面编辑器的用法和图形用户界面(GuI)的制作要求;简要勾画MATLAB和Word集成一体的Notebook环境。 (MATLAB tutorial R2010a)
- 2012-04-13 20:11:42下载
- 积分:1
-
Archive
this file gives the parameters of a model estimated from given data. this is usfull in estimationa and forecasting
- 2014-09-15 16:01:10下载
- 积分:1