-
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
-
实现音频文件的播放――单声道录音、立体声录音并保存为.wav文件。...
实现音频文件的播放――单声道录音、立体声录音并保存为.wav文件。-Realize an audio file of the broadcast- mono sound, stereo sound recording and save it as. Wav files.
- 2022-04-01 14:19:20下载
- 积分:1
-
法国巴黎大学提供的开源项目。该软件的设计目标为: 1.多媒体音视频播放器,能识别几乎所有的媒体文件格式:mpeg1,mpeg2,mpeg4等等(realplay...
法国巴黎大学提供的开源项目。该软件的设计目标为: 1.多媒体音视频播放器,能识别几乎所有的媒体文件格式:mpeg1,mpeg2,mpeg4等等(realplay的格式无法识别); 2.作为网络传输音视频流媒体的客户端和服务器端,已经实现了rtsp,rtp以及unicast和multicast等各个流媒体功能; 3.跨平台。现在已经支持的平台有:windows,unix,linux,MAC OS X,BeOS,QNX等等操作系统; 我在该项目上花了不少时间,如果遇到了问题可以来问我!zhong_clock@sohu.com-University of Paris, France, the open-source project. The software is designed to : 1. Multimedia audio and video players, can identify almost all the media file formats : mpeg1, mpeg2, mpeg4, etc. (realplay the format will not be identifiable); 2. As network transmission audio and video streaming media client and server side, had already achieved RTSP, rtp Unicast and multicast, and other streaming media capabilities; 3. cross-platform. Now support the following platforms : Windows, Unix, Linux, Mac OS X, BeOS, QNX operating system, etc.; The project, I spent a lot of time if they can come to the question I asked! Zhong_clock@sohu.com
- 2022-02-21 11:26:52下载
- 积分:1
-
多媒体实时定时器
多媒体实时定时器 -The real time timer for multimedia
- 2022-07-27 20:14:04下载
- 积分:1
-
the video of the original code, under all conditions, video capture source
有关视频方面的原代码,有各种条件下的视频捕获原代码-the video of the original code, under all conditions, video capture source
- 2022-01-24 09:05:14下载
- 积分:1
-
这是一个DVB
DVB-T发射编码程序
对码流按DVB格式进行OFDM编码调制。-This is a DVB-T sender coding program,which can translate streaming code into OFDM model on DVB format
- 2023-07-07 21:50:02下载
- 积分:1
-
一个用vb编的程序,可以用时钟直观的算出一天中时钟的时针和分针重合的时刻....
一个用vb编的程序,可以用时钟直观的算出一天中时钟的时针和分针重合的时刻.-a vb series with the procedure, you can use the visual clock calculated day clock anti-clockwise and looked coincidence of the moment.
- 2023-04-21 06:05:03下载
- 积分:1
-
a good audio source
一个不错的音频源码-a good audio source
- 2022-03-05 22:17:43下载
- 积分:1
-
AudioSamples
音频转换大师1.3源码,音频转换大师1.3源码,音频转换大师1.3源码
- 2022-10-21 14:55:04下载
- 积分:1
-
A music player source code, how to have any ask please contact me
一款音乐播放器源码,如何有任何问起请与我联系-A music player source code, how to have any ask please contact me
- 2022-11-11 04:15:03下载
- 积分:1