-
MusicPlayer
一个好用的音乐播放器源码,最终程序编译后只有几十KB。VC++2010编译通过。
AppWizard has created this MusicPlayer application for you. This application
not only demonstrates the basics of using the Microsoft Foundation classes
but is also a starting point for writing your application.(
AppWizard has created this MusicPlayer application for you. This application
not only demonstrates the basics of using the Microsoft Foundation classes
but is also a starting point for writing your application.)
- 2015-08-25 15:34:53下载
- 积分:1
-
fenzhi
#include <iostream.h>
int main()
{
int i(0),sum(0)
while (i<=100)
{
sum=sum+i
++i
}cout<<"sum="<<sum<<endl
return 0;
}
- 2009-12-11 22:03:44下载
- 积分:1
-
calendar
说明: 显示具体日期、多种整体风格还有多种日期格式(Show specific date, a variety of overall style, there are many date formats)
- 2010-04-20 20:54:29下载
- 积分:1
-
QPSK
10mQPSK C++代码 rrc滤波(10mQPSK C++ rrc)
- 2013-12-25 10:13:16下载
- 积分:1
-
convanddft
一些VC++的数字信号处理程序,其中包括dft,fft,卷积的运算(conv and dft)
- 2009-04-08 13:24:27下载
- 积分:1
-
Particle-Filter-Note
粒子滤波跟踪算法学习的好文档。为个人读书心得,主要从三个角度去理解粒子滤波,由浅入深,有学习价值!(Particle filter tracking algorithm to learn a good document. For personal reading experience, mainly from the three perspectives to understand the particle filter, Deep learning value!)
- 2011-01-17 15:12:15下载
- 积分:1
-
vlfeat-0.9.13-bin.tar
特别牛的SIFT实现,VLFeat 0.9.13,代码特别清晰。C语言编写,有matlab接口。还包括了SIFT, MSER, k-means, hierarchical k-means等相关算法。(A library implements popular computer vision algorithms including SIFT, MSER, k-means, hierarchical k-means. )
- 2011-08-28 11:17:19下载
- 积分:1
-
oneweichafen
一维的有限差分源代码,,matlab,简单易学,方面使用,有限差分的优点就是计算简便高效(One-dimensional finite difference code)
- 2011-08-28 09:43:10下载
- 积分:1
-
encoder
encoder of speech compression
- 2010-03-02 16:46:44下载
- 积分:1
-
ga
说明: 蚁群算法程序演示,vc++的源程序,vb开发的演示课件(Ant colony algorithm demo program, vc++ the source code, vb demonstration courseware development)
- 2011-11-07 19:31:51下载
- 积分:1