-
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
-
matlabxiabo
小波域内去噪滤波器matlab代码(MATLAB 图像处理与计算机视觉 )(Wavelet domain denoising filter matlab code (MATLAB image processing and computer vision))
- 2012-10-29 17:26:04下载
- 积分:1
-
SaveImage2File_vs2010
将窗口保存为JPG、PNG等图片格式,演示了CImage类在VC++中的应用,在VS2010下编译通过。(Save the dialog windows as JPG, PNG file, demonstrated the the CImage class in VC++, compiled by VS2010 under.)
- 2021-04-05 14:09:03下载
- 积分:1
-
Towards a Monitoring Framework for Worldwide Grid
Towards a Monitoring Framework for Worldwide Grid Information Services. Serafeim. europar04
- 2005-12-06 22:29:47下载
- 积分:1
-
svmlight
第二个:matlab 和C++联合用于SLSVM,另外一种风格的(the second file: matlab and c++ together for SVM)
- 2011-12-28 09:43:45下载
- 积分:1
-
chatting
一个简单的即时聊天工具 通过IP进行连接 具有聊天记录功能(A simple Instant Messenger to connect via IP with chat function)
- 2011-07-12 17:05:38下载
- 积分:1
-
DirectSound-document
DirectSound 开发指南,作者:智慧的鱼,编辑:中华视频网.介绍DirectSound实用开发技巧和DirectSound开发高级技。(a document of directsound)
- 2012-06-26 09:10:44下载
- 积分:1
-
LSB
基于LSB的信息隐藏技术——MFC——编译已经通过运行正常(LSB-based Information Hiding- MFC- has been compiled by running the normal)
- 2021-04-26 20:18:45下载
- 积分:1
-
Mwheeelanalyya
Matlab中实现轮对分析的程序源码和相关的程序源码包,,能实现火车轮轨接触关系的分析
(Round of analysis of program source code and related procedures source package in Matlab, train wheel-rail contact analysis of the relationship)
- 2012-08-07 01:53:32下载
- 积分:1
-
Testing_with_the_Stability_Application_Legacy
详细介绍了如何利用BMP SDK中的稳定性借口来进行BREW稳定性测试(Described in detail how to use the stability of BMP SDK BREW excuse for stability testing)
- 2011-01-06 22:30:53下载
- 积分:1