-
control of the PC speaker they can play music control (18KB)
控制PC喇叭使其可以演奏音乐的控件(18KB)-control of the PC speaker they can play music control (18KB)
- 2023-03-12 07:55:03下载
- 积分:1
-
视频图像的编解码,将原始图像压缩成MPEG4格式,然后在客户端解压缩显示...
视频图像的编解码,将原始图像压缩成MPEG4格式,然后在客户端解压缩显示-Video codec, the original image will be compressed into MPEG4 format, and then decompress on the client display
- 2022-06-19 17:57:48下载
- 积分:1
-
一个在程序中嵌入日历的程序
一个在程序中嵌入日历的程序-a process embedded in the procedures calendar
- 2022-06-18 05:15:32下载
- 积分:1
-
一个开源的播放器界面,做的还可以,不过需要xmplayer的引擎才可以播放的...
一个开源的播放器界面,做的还可以,不过需要xmplayer的引擎才可以播放的
- 2022-03-01 08:11:14下载
- 积分:1
-
国外mm_x264 filter最新版动态库
国外mm_x264 filter最新版动态库-Foreign mm_x264 filter the latest version of
- 2022-03-16 23:34:31下载
- 积分:1
-
audio video software codec library
audio video software codec library
- 2022-05-07 08:27:46下载
- 积分:1
-
advanced video codec devices
高级视频解码编码器-advanced video codec devices
- 2022-01-31 03:56:42下载
- 积分:1
-
用vc++编的小游戏,球在界面内飞,鼠标所代表球要不被这些小球碰到,可作为c++的入门程序...
用vc++编的小游戏,球在界面内飞,鼠标所代表球要不被这些小球碰到,可作为c++的入门程序-With vc++ Series game, the ball flying in the interface, mouse, represented by the ball or the ball touched by these, can be used as c++ Entry procedures
- 2022-01-26 04:10:27下载
- 积分:1
-
移动动画的实现,通过鼠标点击移动图片,也可以自动移动,显示动化效果。...
移动动画的实现,通过鼠标点击移动图片,也可以自动移动,显示动化效果。-mobile animation to achieve, through mouse clicks moving pictures, can also automatically mobile, dynamic display of results.
- 2022-10-05 10:15:03下载
- 积分: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