-
一个MP2播放器,可以支持AVI
一个MP2播放器,可以支持AVI-an MP2 player that can support AVI
- 2022-08-24 07:35:12下载
- 积分:1
-
BCB多媒体组件
BCB多媒体组件
- 2022-06-12 08:13:58下载
- 积分:1
-
下载你的你管视频更即时
download your you tube videos more instantly
- 2022-03-16 01:47:19下载
- 积分: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
-
一个用多媒体解码和解码源代码,MPEG2,1解码器
一个用多媒体解码和解码源代码,MPEG2,1解码器-The file includes a multimedia decoder which decodes the mpeg2 and mpeg1 and the source code of
mpeg2,mpeg1 decoder.
- 2022-02-01 12:31:11下载
- 积分:1
-
一个关于AVI的程序代码3
一个关于AVI的程序代码3-an AVI on the code 3
- 2022-03-18 16:19:39下载
- 积分:1
-
Multimedia Application System
多媒体应用系统-Multimedia Application System
- 2022-02-12 11:38:43下载
- 积分:1
-
像苹果系统一样的停靠工具栏
能实现和苹果的操作系统一样的快捷工具停靠栏,支持PNG格式的全彩图片文件,同时支持透明显示,实现超酷的桌面效果,鼠标移到图标上时可以自动奕大。
- 2023-03-19 21:15:03下载
- 积分:1
-
此可用于诺基亚手机播放影片
此可用于诺基亚手机播放影片-this can be used to broadcast films Nokia
- 2022-04-06 14:44:22下载
- 积分:1
-
这是一个8
This an 8-puzzle solver. You input the current state of your annoying little 8 puzzle and it ll use the Hillclimbing Algorithm to calculate a list of moves which you can use to solve the puzzle. It is written in C++ with an interactive text mode based interface. Enter numbers 0-8. Keep your pathlength short as you can, and make the number of nodes between 1 and 65536 (on an x86 machine).
- 2022-01-21 20:52:17下载
- 积分:1