-
Visual C++多媒体开发指南配套源码(1428KB)
Visual C++多媒体开发指南配套源码(1428KB)-Visual C Guide to the development of supporting multimedia source (1428KB)
- 2022-07-02 18:17:37下载
- 积分: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
-
RTDX软件过程AGR
rtdx softwar process agr-rtdx softwar process agree
- 2022-06-26 13:09:04下载
- 积分:1
-
midi synthesis
midi synthesis
- 2023-04-03 03:35:03下载
- 积分:1
-
实现录音功能。通过耳机播放声音,一个微…
实现了录音功能。通过耳机播放声音,麦克风可以录音,并进行播放-Realize the recording function. To play a sound through the headphones, a microphone can be recorded and broadcast
- 2022-01-26 05:22:20下载
- 积分:1
-
cloud formation and transformation process
云的形成和变换过程-cloud formation and transformation process
- 2022-02-21 03:55:38下载
- 积分:1
-
Brazil ISDB
Brazil ISDB-T Video spec
- 2022-12-25 22:55:03下载
- 积分:1
-
debugging YUV display YUV images can be generated to provide for the convenience...
调试YUV显示时可提供YUV图像生成器,方便调试。-debugging YUV display YUV images can be generated to provide for the convenience of debugging.
- 2022-04-07 14:10:37下载
- 积分:1
-
C program to draw display lists in opengl
这个程序将显示详细的显示列表如何创建和动态更新这些。
- 2022-07-21 02:50:17下载
- 积分:1
-
嵌入在网页中使用MediaPlayer播放器,视频播放器自动实现…
利用mediaPlayer播放器嵌入在网页上,实现视频播放自动跳转到试题测试,并记录成绩的课件制作-Use mediaplayer player embedded in web pages, video player automatically realize Jump to questions testing, and record the results of the Courseware
- 2022-01-26 01:50:25下载
- 积分:1