-
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
-
mp3 format of the document, very good, suitable for research and development of...
mp3的格式文档,非常不错,适合研究和开发多媒体的人员学习-mp3 format of the document, very good, suitable for research and development of multimedia learning
- 2022-05-16 06:20:26下载
- 积分:1
-
可调的语气让KTV ~这是一个简单的程序~可以在家想…
调音做KTV~这是一个简单的程序~可以在家里想写的KTV
- 2022-01-25 14:45:34下载
- 积分:1
-
能够使用相同的代码在Unix和MS
To be able to use the same code on both unix and MS-Windows platforms, I decided to write some simple wrapper classes for the existing thread functions on those platforms
- 2022-01-28 23:53:36下载
- 积分:1
-
拿赛尔
Nassar - Improving the Inertial Navigation System INS Error Model for INS and INS-DGPS-Nassar- Improving the Inertial Navigation System INS Error Model for INS and INS-DGPS
- 2022-04-02 08:09:53下载
- 积分:1
-
用于处理MP3音频文件的程序,采用Visual c++编写
用于处理MP3音频文件的程序,采用Visual c++编写-MP3 audio files to deal with the procedure for the Visual c++ to prepare
- 2022-02-03 02:58:32下载
- 积分:1
-
point
点对点的视频会议源代码,采用客户/服务器模式,直接输入对方的ip就可以连接上-point-to-point video conferencing source code, client/server model, direct input on each other"s ip can connect
- 2022-09-17 20:30:03下载
- 积分:1
-
一个简单的PCM编码程序,旨在演示PCM编码的原理,希望能够对大家有所帮助。...
一个简单的PCM编码程序,旨在演示PCM编码的原理,希望能够对大家有所帮助。-PCM coding a simple procedure to demonstrate the principle of PCM coding, I hope to be able to help everyone.
- 2022-01-23 11:24:14下载
- 积分:1
-
Samlpe how to OCR image
Samlpe how to OCR image
- 2022-06-14 10:08:20下载
- 积分:1
-
可设定提醒时间和提醒事件
可设定提醒时间和提醒事件-time can be set to remind the incident and reminded
- 2022-01-28 02:34:38下载
- 积分:1