-
Boosting
Boosting原理及在分类上的应用PPT,学习boosting原理流程,该算法的一般情况。(Boosting principle and the application of the classification PPT, learning processes boosting principle)
- 2013-08-03 16:52:07下载
- 积分:1
-
50HZ陷波器的C程序源码
50Hz陷波器,visio studio。。。。。(50Hz band stop filter)
- 2017-06-28 11:46:45下载
- 积分:1
-
图片卡通化
命令行程序,参考论文Image abstraction by flow-based ,实现图片卡通化的程序,效果十分理想,但美中不足的是运算速度较慢qvq
- 2023-05-16 17:55:03下载
- 积分:1
-
vlc_analysis_xxx
VLC最初是VideoLan项目的客户端程序(VideoLan是一个从网络进行视频流处理的程序开发项目)。它原本是在É cole Centrale Paris的学生开发的,在遵从GPL协议条件下在2001年2月1日发布。现在被世界范围内的开发者共同开发。(vlc is a good project whith)
- 2009-11-18 19:25:18下载
- 积分:1
-
VCPP
此资料能够使自己充分的了解VC++,而且还能在其中熟悉语言环境。(This information can make their full understanding VC++, but also the environment in which you are familiar with the language.)
- 2013-09-23 12:23:03下载
- 积分:1
-
VC++ 依据特定字符拆分字符串
int CFileFun::SplitCString(CString strIn, CStringArray& strAryRe, LPCTSTR lpstr){ASSERT(lpstr);strAryRe.RemoveAll();int len1 = strIn.GetLength();int len2 = _tcslen(lpstr);if (0 == len1 || 0 == len2){return 0;}int pos1 = 0, pos2 = 0;while ((pos2 = strIn.Find(lpstr, pos1)) != -1){strAryRe.Add(strIn.Mid(pos1, pos2 - pos1));pos1 = pos2 + len2;}//加上最一个...if (len1 > pos1 + 1){strAryRe.Add(strIn.Mid(pos1));}return strAryRe.GetSize();}
- 2022-05-23 06:16:19下载
- 积分:1
-
Spherical_Harmonic
普林斯顿开发的快速球面调和变换算法,我把它移植到windows下,并做成链接库,可以直接调用(Princeton rapid development of the spherical harmonic transform algorithm, I transpose it to the windows, and causing link library, and can directly call)
- 2007-01-13 13:06:38下载
- 积分:1
-
C++ PC_PC串口通信实例.pdf(图文教程)
MFC, PC端到PC端 通过串口通信
- 2020-04-06下载
- 积分:1
-
welchPowerSpectrumC
Welch法功率谱估计的C语言程序 相关人员可以参考(Welch method of power spectrum estimation of the C language program)
- 2010-10-27 20:16:56下载
- 积分:1
-
UG_job
UG二次开发中其重要作用的能够建立块得功能(UG secondary development of its important role in the establishment of the block was able to function)
- 2012-01-03 23:19:33下载
- 积分:1