-
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
-
2
说明: matlab SIMULINK Arabic tutorial part 2
- 2014-10-10 14:02:53下载
- 积分:1
-
MATLAB-Optimization-Toolbox
文件是一个Matlab优化工具箱,主要内容是线性规划模型、非线性规划模型、二次规划模型、多目标规划模型和最大最小化模型。(The file is a Matlab optimization toolbox, the main content is a linear programming model, nonlinear programming model, quadratic programming model, a multi-objective programming model and maximum minimization model.)
- 2013-05-18 11:28:16下载
- 积分:1
-
xudianchimokuai
蓄电池simulink模型 适合做蓄电池在matlab中建模参考学习(battery simulink model)
- 2013-12-30 10:32:03下载
- 积分:1
-
agilent_wimax_ofdm
AGILENT关于OFDMA设计的难得的参考资料(This application note is a guide
to effective measurement and
troubleshooting of IEEE 802.16e
OFDMA “Mobile WiMAX” signals,
components, and systems. The
most distinctive term used to
describe this new technology is
OFDMA or orthogonal frequency
division multiple access, and
therefore we will use the term
OFDMA in this note as a compact
reference to the signal and its
associated standard.)
- 2009-11-17 17:04:08下载
- 积分:1
-
Arnold
Arnold置乱变换的matlab程序,希望对大家有帮助。(Arnold scrambling transform matlab program)
- 2015-04-19 16:59:50下载
- 积分:1
-
Grey-method
灰色预测方法,重点讲解的灰色预测的基本理论和详细实现方案,给出了5个用matlab编好的灰色预测程序的实现。(Grey prediction method to highlight the basic theory of gray forecast and detailed implementation gives five good gray prediction using matlab program implementation.)
- 2013-12-21 20:40:34下载
- 积分:1
-
shoujisheji
手机设计指南,一些手机设计的案例文件,非常实用(mobile)
- 2010-01-26 22:25:44下载
- 积分:1
-
[Poon][2006]-Engineering-Optics-With-MATLAB
Good book about Matlab and optics
- 2013-03-17 19:32:56下载
- 积分:1
-
sample-code-for-image-histogram
color histogram of an image
- 2013-09-20 09:23:38下载
- 积分:1