-
一个简单的媒体播放器
在VC++的环境下开发简单的多媒体播放器,功能简单,仅供大家参考-a simple mediaplayer
- 2023-08-22 02:55:04下载
- 积分:1
-
VC开发的视频播放器
VC开发的视频播放器-VC video player
- 2022-05-16 03:40:35下载
- 积分:1
-
spss document
此文件为spss源文件,可以导入spss统计分析软件作为统计分析的基础,此文件是居民存款情况的数据文件-spss document
- 2022-01-24 14:26:40下载
- 积分:1
-
Windows基础、Visual C++、摄像头采集的样本来源,
windows base, visual c++, camera capture sample source,
- 2022-03-07 17:56:26下载
- 积分:1
-
简简单单MP3(SimpleMP3)/小巧的MP3播放器,支持M3U列表,能缩到任务栏 开发环境:vc++6.0,先用Wizard做一个Dialog型的模板,然...
简简单单MP3(SimpleMP3)/小巧的MP3播放器,支持M3U列表,能缩到任务栏 开发环境:vc++6.0,先用Wizard做一个Dialog型的模板,然后逐步修改、完善 想模仿WINAMP,但并不象,见笑了-simple MP3 (SimpleMP3)/compact MP3 player, support for M3U list can be cut back to the task bar development environment : vc 6.0, using a Wizard Dialog- do template and then gradually changes to imitate alpha perfect, but it does not like, laughed at the
- 2022-03-05 01:39:01下载
- 积分:1
-
ffmpeg decoder source code
ffmpeg decoder source code
- 2023-08-22 09:15:03下载
- 积分:1
-
MP3 Baptism 1.0 一个完整的VC++软件源代码,帮助你迅速给MP3文件统一改名。
MP3 Baptism 1.0 一个完整的VC++软件源代码,帮助你迅速给MP3文件统一改名。 -MP3 Baptism 1.01 complete VC software source code, helps you
rapidly to change name for the MP3 document unification.
- 2022-01-26 18:58:39下载
- 积分:1
-
TS PS简单的转换,可参考复用、解复用和MPEG2流
ts to ps simple trans form, can be refer to mux , and demux mpeg2 stream
- 2022-02-06 09:21:25下载
- 积分:1
-
粒子群优化算法是一种基于种群的随机优化算法…
Particle swarm optimization (PSO) is a population based stochastic optimization technique developed by Dr. Eberhart and Dr. Kennedy in 1995, inspired by social behavior of bird flocking or fish schooling. Each particle keeps track of its coordinates in the problem space which are associated with the best solution (fitness) it has achieved so far. (The fitness value is also stored.)
This value is called pbest. Another "best" value that is tracked by the particle swarm optimizer is the best value, obtained so far by any particle in the neighbors of the particle. This location is called lbest. when a particle takes all the population as its topological neighbors, the best value is a global best and is called gbest. Following is the steps of PSO:
- 2023-03-03 01:30:04下载
- 积分:1
-
TS 分离器
这是一个最基本的TS解包代码,通过查看源码可以学习TS相关的基础支持,比如PAT、PMT的结构等等,也可以了解多媒体的一些基础支持!这个代码不是从VLC等移植过来的,而是原原本本按照ISO的文档实现的对188字节TS流的解析,因此重在原理,实用性未必高!
- 2022-05-22 23:17:14下载
- 积分:1