-
针对BD9436的音量控制程序,包含BASS的调节等。
针对BD9436的音量控制程序,包含BASS的调节等。-BD9436 for the volume control program, including the adjustment of BASS.
- 2022-09-28 17:55:03下载
- 积分:1
-
MPEG3解码程序
MPEG3解码程序-MPEG3 decoding procedures
- 2022-10-27 12:30:04下载
- 积分:1
-
外观很酷的MP3播放器
外观很酷的MP3播放器-appearance cool MP3 player
- 2022-05-28 03:59:12下载
- 积分:1
-
MP4的解码源程序,用C编写,包含解码的流程,和一些重要函数的实现,供参考...
MP4的解码源程序,用C编写,包含解码的流程,和一些重要函数的实现,供参考-MP4 decoder source files, using C, the process includes the decoder, and some important function of the realization for reference
- 2022-02-04 10:06:42下载
- 积分:1
-
Visual C++ audio and video processing technology and engineering practice, LU Ji...
Visual C++ 音频视频处理技术及工程实践,陆锦正 周冬梅编著随书光盘,包括以Visual c++ 2005为开发平台的多个工程实例及源码
-Visual C++ audio and video processing technology and engineering practice, LU Jin ZHOU Dong-mei is compiled CDs with books, including Visual c++ 2005 as a development platform for various projects in the examples and source code
- 2022-07-04 02:33:31下载
- 积分:1
-
用vc6.0编写的一个播放器,能够播放.wav .mpeg格式的视频,同时还能够显示具体的帧数,有暂停,定位功能。...
用vc6.0编写的一个播放器,能够播放.wav .mpeg格式的视频,同时还能够显示具体的帧数,有暂停,定位功能。-Vc6.0 prepared by a player, can play. Wav. Mpeg format video, but also able to show concrete frames, with the suspension, the positioning function.
- 2022-07-03 11:31:24下载
- 积分:1
-
GDI+是.net提供的一个强大的图像处理接口,但目前大部分书籍还是停留在GDI的SDK(或VC)的程序。我在SDK的框架上添加了不到20行的代码实现了用GDI...
GDI+是.net提供的一个强大的图像处理接口,但目前大部分书籍还是停留在GDI的SDK(或VC)的程序。我在SDK的框架上添加了不到20行的代码实现了用GDI+引入图像,这可比以前的GDI编写近百行代码简便多了,有兴趣的朋友可以下载,包括可执行程序和源代码。(用的是.net外壳)。-yes. Net provide a powerful image processing interface, but the majority of books are still stuck in the SDK GDI (or VC) procedures. In the framework SDK add less than 20 lines of code to achieve the introduction of using GDI+ images, comparable to the previous GDI prepared nearly 100 lines of code more simple, interested friends can be downloaded, including the executable and source code. (With a yes. Net shell).
- 2023-05-05 01:10:03下载
- 积分:1
-
Data Structure for DV
Data Structure for DV-Based Audio, Data and Compressed Video ― 25 and 50 Mb/s
- 2022-07-03 15:11:55下载
- 积分: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
-
最简单的录音程序
最简单的录音程序-most simple recording procedures
- 2023-01-05 04:00:03下载
- 积分:1