-
Baseline Wavelet Transform Coder Construction Kit
Baseline Wavelet Transform Coder Construction Kit
- 2022-08-07 17:27:51下载
- 积分:1
-
很多MIDI格式的程序源码
很多MIDI格式的程序源码-many MIDI format procedures FOSS
- 2022-05-29 21:34:40下载
- 积分:1
-
成为一个VB控件mediaplayerctl.mediaplayer类mediaplayer1 ..播放器
一个用VB变得播放器 控件 MediaPlayer1 的类 MediaPlayerCtl.MediaPlayer 不是一个已加载的控件类。-Become a player with VB Controls MediaPlayerCtl.MediaPlayer class MediaPlayer1 is not a type of control has been loaded.
- 2022-07-17 03:26:57下载
- 积分:1
-
Media player based on Telechips TCC720 media processor.
Media player based on Telechips TCC720 media processor.
- 2023-01-04 08:45:03下载
- 积分:1
-
dvd 转换到avi的源代码,需要的朋友可以下载来研究下.
dvd 转换到avi的源代码,需要的朋友可以下载来研究下.-dvd avi conversion to the source code, a friend in need can be downloaded to the study.
- 2022-02-03 03:30:22下载
- 积分:1
-
The Joint Video Team (JVT) of ISO/IEC MPEG and the ITU
The Joint Video Team (JVT) of ISO/IEC MPEG and ITU-T VCEG are finalising a new standard for
the coding (compression) of natural video images. The new standard [1] will be known as H.264 and
also MPEG-4 Part 10, “Advanced Video Coding”. The standard specifies two types of entropy coding:
Context-based Adaptive Binary Arithmetic Coding (CABAC) and Variable-Length Coding (VLC).
This document provides a short introduction to CABAC. Familiarity with the concept of Arithmetic
Coding is assumed (see chapter 8 of [2] for an introduction to Arithmetic Coding).-The Joint Video Team (JVT) of ISO/IEC MPEG and the ITU-T JTC 1 are Finalizing a new standard for the coding (compression) of natural video images. The new standard [1] will be known as H.264 and MPEG also-4 Part 10, "Advanced Video Coding." The standard specifies two types of entropy coding : Context-based Adaptive Binary Arithmetic Coding (CABAC) and Variable-Length Coding (VLC). This document provides a short introdu
- 2022-02-13 04:50:50下载
- 积分:1
-
用于制作mp3的播放列表m3u,不用一个一个手动生成。
用于制作mp3的播放列表m3u,不用一个一个手动生成。-Used to create mp3 playlist m3u, not a one manually generated.
- 2022-04-09 21:58:38下载
- 积分:1
-
一个声音频谱分析的小程序,用VB编写。希望对大家有所帮助
一个声音频谱分析的小程序,用VB编写。希望对大家有所帮助-a sound spectrum analysis of the small program in Visual Basic. We hope to help
- 2022-09-23 16:35:02下载
- 积分:1
-
simple exemple for explosion in delphi
simple exemple for explosion in delphi
- 2022-07-15 12:23: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