-
Windows Media Player播放器万能解码器插件
Windows Media Player播放器万能解码器插件-Windows Media Player player universal decoder plug-ins
- 2022-01-25 19:36:06下载
- 积分:1
-
一个采用visual c++开发的视频/音频服务器,完全调试通过。
一个采用visual c++开发的视频/音频服务器,完全调试通过。-a development using visual c video/audio servers, debugging through completely.
- 2022-12-22 08:50:03下载
- 积分:1
-
在综合画任意曲线,直线,矩形,三角形,……
里面的内容全面,可以画直线、任意曲线、三角形、矩形、平行线、平行四边形、正圆、椭圆、正多边形、任意多边形。图形的操作有:选定、复制、删除、移动、镜象、旋转等操作。属性可以自动统计出屏幕上有什么图形、分别是什么图形,每种图形有多少种。图形的保存:保存的图形可以用AUTOCAD、PHOTOSHOP、MICROSOFT VISO、IE等一系统画图软件都可以打开,总之,只要是标准接口都可以打开,其他的图形也可以在这个软件里面进行修改等操作,很方便、很实用,代码也很简单。里面还包含有制作文档,测试文档,需要及功能说明文档.........,是VC++爱好者、学习、研究的好软件。-inside comprehensive, linear paintings, arbitrary curves, triangular, rectangular, parallel lines, parallelogram, Circular and oval, regular polygon, arbitrary polygon. Graphics operations : selection, copy, delete, move, mirror, and rotating operations. Statistics attributes can automatically screen out what graphics, what is graphics, graphics number of each species. Graphics preserved : the preservation of graphics can be used AutoCAD, Photoshop, MICROSOFT VISO, IE a system such as drawing software to be opened, in a word, as is standard interfaces can be opened, other graphics can be in the software inside operational changes, very convenient, very practical, code is also very simple. They also incl
- 2022-02-10 14:10:11下载
- 积分:1
-
263视频编码解码器
可以播放YUV视频文件,并将YUV格式转换为263格式...
鸟哥私房菜,关于Linux系统下的操作,喜欢Linux的可以来-Costa Rica bird private kitchens, on the Linux system under the operation, like Linux, you can take a look at
- 2023-01-07 21:15:08下载
- 积分:1
-
Dshow的一个例子,自己写的。用于显示采集的图像
Dshow的一个例子,自己写的。用于显示采集的图像-Dshow an example of his writing. For the images shown Acquisition
- 2023-04-23 21:35:03下载
- 积分:1
-
C++编写的RealPlayer播放器,完美模拟RealPlayer,切更小巧,更精致...
C++编写的RealPlayer播放器,完美模拟RealPlayer,切更小巧,更精致-C++ to prepare the RealPlayer player, a perfect simulation of RealPlayer, cut smaller, more refined
- 2022-08-06 21:35:22下载
- 积分:1
-
MPEG2TS流分析程序,输入TS流文件可以是视频和音频的欧…
MPEG2TS流解析程序,输入为TS流文件,可以将视频和音频解析出来。-MPEG2TS flow analysis procedure, input TS stream files can be video and audio out to resolve.
- 2023-08-28 18:40:03下载
- 积分:1
-
网络音频播放系统
应用背景完成将网络音频资源下载到本地,并进行转换,同时可实现同步播放。关键技术
下载网络音频资源到本地
多线程同时下载
下载的同时进行音频格式的转换
实时播放网络音频资源
- 2022-07-09 23:44:05下载
- 积分:1
-
err
ACM代码总结
经过了一段时间的努力,我再Pku上也算是有了一个阶段性的总结拉,下面是我就这段时间搞ACM来的一些代码的总结,具体的一些题目类型的总结看本Blog的相关文章。
huicpc26 ACM_PKU 代码总结
1、DP(动态规划)
/*1080-HumanGeneFunctions.cpp*/
观察题目给出的一个最优解:
AGTGATG
-GTTA-G
将其从某一处切开,如果左边部分的分值不是最大,那么将其进行调整,使其分值变大,
则整个解分值变大,与已知的最优矛盾。所以左边部分的分值必是最大。
同理,右边也是。可见满足最优子结构的性质。考虑使用DP:
设两个DNA序列分别为s1,s2,长度分别为len1,len2,score为分值表。
-err
- 2022-07-06 13:40:44下载
- 积分:1
-
TS Stream parsing tool code by self, you can refer it, to pasre video pes, audio...
TS Stream parsing tool code by self, you can refer it, to pasre video pes, audio pes, video GOP, not AC3 audio
- 2022-02-12 07:29:07下载
- 积分:1