-
straight for the painting of a simple small program
用于画直线的一个简单的小程序-straight for the painting of a simple small program
- 2022-08-16 14:58:48下载
- 积分: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
-
控制声音
For Controlling Sound
- 2022-08-09 07:31:00下载
- 积分:1
-
VRML小程序,使用VRML制作些简单物体
VRML小程序,使用VRML制作些简单物体-VRML Applet
- 2022-02-04 12:19:13下载
- 积分:1
-
图像处理
image processing
This book is a doc on image processing. Each chapter explains basic
concepts with words and gures, shows image processing results with photographs,
and implements the operations in C. Information herein comes
from articles published in The C/C++ Users Journal from 1990 through
1998 and from the rst edition of this book published in 1994. This second
(electronic) edition contains new material in every chapter.
- 2022-09-09 09:55:02下载
- 积分:1
-
NXP official SAA7121 source code, very detailed realize all the performance func...
NXP官方SAA7121源代码,非常详尽的实现了所有功能函数,原用于NXP自家的trimedia平台,标准C,移植很容易。-NXP official SAA7121 source code, very detailed realize all the performance function, the original home for NXP
- 2023-08-14 11:20:02下载
- 积分:1
-
the new audio and video software, and new software, a full range of functions, c...
c#实现的一款音视频软件,原创软件,功能齐全,代码简洁-the new audio and video software, and new software, a full range of functions, code simplicity
- 2022-02-07 12:02:44下载
- 积分:1
-
19个完全完整的经典游戏和图象处理源代码
19个完全完整的经典游戏和图象处理源代码-19 full integrity of the classic games and image processing source code
- 2023-01-12 13:55:03下载
- 积分:1
-
用VC 实现视频监控录像,
用VC 实现视频监控录像,-with VC Video Surveillance video
- 2022-08-20 23:28:04下载
- 积分:1
-
ITU G.729是一
G.729 is an ITU-T ADPCM speech codec standard covering the transmission of voice at rates of 16, 24, 32, and 40 kbit/s. It was introduced to supersede both G.721, which covered ADPCM at 32 kbit/s, and G.723, which described ADPCM for 24 and 40 kbit/s. G.726 also introduced a new 16 kbit/s rate. The four bit rates associated with G.726 are often referred to by the bit size of a sample, which are 2-bits, 3-bits, 4-bits, and 5-bits respectively.
- 2022-11-24 14:20:03下载
- 积分:1