-
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
-
VC-P-P-and-Matlab-mixed-programming
实现VC++与Matlab的混合编程,解决这
个问题, 不仅能更好地发挥Matlab 强大的功能, 还能快速地进行软件开发, 尤其是当软件开发中需要实现复杂的数学算法、图形处理时尤为迫切。(The realization of VC++ and Matlab mixed programming, to solve thisA question, not only can play a better Matlab powerful function, can rapidly in software development, especially when the software development need to realize the complex mathematical algorithms, graphics processing is particularly urgent.)
- 2012-04-02 19:48:08下载
- 积分:1
-
VSkuaijiejian
编程工具Visualstudio快捷键大全,平时常用的快捷键,方便使用。(The programming tool Visualstudio shortcuts, usually the common shortcut keys, easy to use.)
- 2014-11-12 11:40:06下载
- 积分:1
-
qampsk
QAM PSK 信号的调制星座图代码,实现调制信号的星座图显示和比较(the code of QAM&PSK Signal modulation constellation diagram )
- 2013-12-09 16:39:55下载
- 积分:1
-
fenchan
自己写的matlab小程序,用于解线性方程的根。可以参考下(Their own small programs written in matlab for solving linear equations of the root. Can refer to)
- 2011-09-27 10:16:16下载
- 积分:1
-
FLACprogram
FLAC使用手册对于操作过程给与详细说明,对于初学者来说非常实用涵。(FLAC user manual for the operation to give detailed instructions, is very useful for beginners Han.)
- 2009-11-12 17:17:57下载
- 积分:1
-
0307
此源代码是基于COM和ADO的数据库编程,用到了VC++6.0和ACCE(This source code is based on COM and ADO database programming, using the VC++ 6.0 and ACCE)
- 2008-03-07 12:26:19下载
- 积分:1
-
cpp-primer-code
cpp-primer-code预编码,仅供参考(cpp-primer-code pre-coding, for reference only)
- 2009-01-21 08:19:42下载
- 积分:1
-
itpp
一种通信和电子信息领域的C语言函数库,就像MATLAB中的数字信号处理开发包一样好用!(A communications and electronic information field of the C language library, like digital signal processing in MATLAB as easy to use kit!)
- 2011-10-12 14:53:07下载
- 积分:1
-
moshishibie
<图像模式识别-vc++技术实现>的配套光盘源代码(<Image Pattern Recognition-vc technology to achieve> the matching CD-ROM source code)
- 2008-04-26 18:20:47下载
- 积分:1