-
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
-
pingchafuzhuhanshu
平差辅助函数,用于平差过程中需要使用的函数模型(Adjustment helper function for function model adjustment process requires the use of)
- 2014-02-17 10:17:15下载
- 积分:1
-
678c317fbe3e
this is saple program for file system implementtion in purebasic
- 2014-12-05 17:41:07下载
- 积分:1
-
MATLAB-with-matleb
Visual C++ 与Matlab混合编程,可以让Visual C++程序员快速进行matlab编程(Visual C++ with matleb combine pragraming )
- 2011-11-07 13:45:07下载
- 积分:1
-
BoxDimension_TS
求混沌时间序列的盒子维(box dimension)覆盖法(Seeking chaotic time series box dimensions (box dimension) covering method)
- 2015-03-18 16:33:47下载
- 积分:1
-
grid-supression-in-frequency-domain
去处干涉条纹最有效的频域消除法,非常实用,效果极佳。(supress grid by frequency domain, very practical with high efficency)
- 2014-02-03 21:51:36下载
- 积分:1
-
OFDM
OFDMmatlab仿真程序,改程序是一个仿真系统,附有文档说明。(OFDMmatlab simulation program, the reform process is a simulation system, accompanied by documentation.)
- 2013-10-25 21:11:40下载
- 积分:1
-
junzhilvbonmd
MATLAB对数字信号进行均值滤波,尤其是对数字图像(MATLAB for digital signals mean filter, especially for digital images)
- 2014-02-22 18:43:06下载
- 积分:1
-
tanhaoqiang
谭浩强(第三版) 程序代码及习题答案.rar(Hao (third edition) program code and answer the questions. Rar)
- 2013-11-21 18:51:28下载
- 积分:1
-
ARIMAyuce000
基于ARIMA时间序列模型对风速进行拟合,预测短时间的风速(Based on ARIMA time series model fitting for wind speed forecasting wind speed for a short period of time
)
- 2016-08-13 15:58:04下载
- 积分:1