-
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
-
一个关于视频捕获记数的图象实时处理程序主要用vfw编写,
一个关于视频捕获记数的图象实时处理程序主要用vfw编写,-A notation on the video capture real-time image processing to prepare the main VFW,
- 2022-12-21 18:05:04下载
- 积分:1
-
声音相关,可调节声音的代码,主要用一些API函数实现
声音相关,可调节声音的代码,主要用一些API函数实现-Sound-related, adjustable sound code, the main use some API function implementation
- 2022-03-18 09:31:07下载
- 积分:1
-
x264视频编解码算法实现的一个非常实用的例子程序
x264视频编解码算法实现的一个非常实用的例子程序-H.264 video codec algorithm of a very practical example of procedures
- 2022-08-22 04:29:20下载
- 积分:1
-
iphone 31天开源工程中的第一个,一个精美的计时器
iphone 31天开源工程中的第一个,一个精美的计时器-Just like any good programmers we decided to bite this off the same day Apple lifted the NDA even faced with the time constraints. Needless to say the first app will be VERY simple, however it does demonstrate some stuff I stumbled on the first time I started coding against the iPhone SDK.
The app is "Minutes to Midnight" it is simply a countdown of the time left I have to finish this app before tomorrow :). This idea came from my friend Chris Craft who committed (and completed!) 30 day of Windows Mobile development.
To get started fire up xCode and
* Click: File->New Project.
From the "New Project" dialog
* Select: iPhone OS->Applications-> View-Based Application
* Name It: I named mine "MinutesToMidnight"
This project already has a UIView we that will be the main view of or application. I imagine a count down looking like a plastic alarm clock which of cource counts backwards to zero. Let make o
- 2022-03-18 20:51:05下载
- 积分:1
-
一个可以下载和播放Windows Media文件的程序
一个可以下载和播放Windows Media文件的程序-A program which can download and play Windows Media
- 2022-01-27 18:42:06下载
- 积分:1
-
利用delphi编成控制摄像头
利用delphi编成控制摄像头-delphi program for controlling cameria
- 2022-05-28 00:18:27下载
- 积分:1
-
一个C++BUILDER下使用的视频捕捉控件,多的不说了,大家下载用一下...
一个C++BUILDER下使用的视频捕捉控件,多的不说了,大家下载用一下-a C BUILDER use of video capture control, many not, we use about downloading
- 2022-07-16 11:29:42下载
- 积分:1
-
Signal spectrum to establish the concept of understanding the signal through the...
建立信号的频谱概念 理解信号通过线性系统的基本分析方法及其物理意义 掌握系统的时域分析和频域分析的对应关系 培养学生分析、对比、归纳、总结的能力 -Signal spectrum to establish the concept of understanding the signal through the linear system analysis methods and their basic physical meaning master system time-domain analysis and frequency domain analysis of the relationship between train students to analyze, contrast, summarize, sum up the capacity of
- 2022-05-27 16:26:44下载
- 积分:1
-
用VB6.0做的简单的多媒体编程
适合小程序的编程爱好者
谢谢批评指正...
用VB6.0做的简单的多媒体编程
适合小程序的编程爱好者
谢谢批评指正-VB6.0 do simple multimedia programming suitable for the small Programming lovers Thank criticism correction
- 2022-02-21 03:03:21下载
- 积分:1