-
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
-
眼动跟踪使用 opencv
凝视跟踪通过定期摄像头使用 opencv 库--这一项目可以使人做凝视跟踪时尽量减少依赖使用 opencv 2.4.8 使用常规的网络摄像头执行是在纯 c + + 和理想情况下应作为 windows/Linux 和 mac osx 工作没有问题欠缺所有支持的平台目前该代码被开发在 windows 上使用 visual studio 2012
- 2022-06-16 09:58:11下载
- 积分:1
-
图像处理,伪彩色,源程序
图像处理,伪彩色,源程序-image processing, pseudo-color, and the Source
- 2022-03-15 14:22:01下载
- 积分:1
-
一个完整的播放器,VS2005编写的很好用的,功能也很完全,好东西就大家分享。...
一个完整的播放器,VS2005编写的很好用的,功能也很完全,好东西就大家分享。-A complete player, VS2005 prepared very well used, function is also very complete, good things to share with you all.
- 2023-05-02 23:00:04下载
- 积分:1
-
程序cdreader
一个CDREADER程序- a program about cdreader
- 2022-08-13 04:04:23下载
- 积分:1
-
(1)“MP3目录”下为完整的播放器CoolPlayer的全部代码,“解码源码”目录下为单独的MP3解码部分。
(2)本程序可在Windows 200...
(1)“MP3目录”下为完整的播放器CoolPlayer的全部代码,“解码源码”目录下为单独的MP3解码部分。
(2)本程序可在Windows 2000、Visual C++6.0环境下编译通过,在MP3Debug目录下有可直接运行的执行文件。
(3)本程序没有特殊的软硬件要求,但对于特别陈旧的硬件,可能会不支持。-(1) "MP3 directory" for a complete player CoolPlayer all the code, "decoder source" directory as a separate part of the MP3 decoder. (2) the procedures in Windows 2000, Visual C Compiler 6.0 environment, in MP3 Debug directory can be run directly on the implementation document. (3) The procedure does not require special hardware, but especially for old hardware may not support.
- 2023-07-17 15:20:04下载
- 积分:1
-
Webcam Face Tracking,real
Webcam Face Tracking,real-time images from a webcam and converts them to grayscale images. Then, it extracts pre-defined feature vectors from the images and sends them to Support Vector Machine (SVM) to get the classification. Using the result, our program will be able to control the mouse cursor in real-time. -Labs WebCam Face Tracking, real-time images from a webcam and converts the m to grayscale images. Then, it extracts pre-defined feature vectors from t he images and sends them to Support Vector Machi ne (SVM) to get the classification. Using the re sult. our program will be able to control the mouse cur prosecutors in real-time.
- 2022-03-21 19:25:41下载
- 积分:1
-
Thank you download other people's two original author. Compiler Note :* 7 3...
下载别人的谢谢原作者2. 程序编译说明:用3*7数组定义21个音阶。读取已有的自编的乐谱文件,按文中内容奏乐,若文中有不合规定的字符,显示”press any key to exit”。用getmsckey()函数来得到频率数组坐标,用play()函数获取拍数及频率数组坐标。-Thank you download other people"s two original author. Compiler Note :* 7 3 array definition 21 chromatic. Readers have written the scores of documents, according to the text content of music, if the text were irregularities of the characters, shows that the "press any key to exit." With getmsckey () function to get the frequency array coordinates with play () function to obtain the number and frequency shoot array coordinates.
- 2022-08-03 17:26:46下载
- 积分:1
-
字符叠加的演示。其中FilterTitleOverlay是一个实现字符
叠加的Trans...
字符叠加的演示。其中FilterTitleOverlay是一个实现字符
叠加的Trans-In-Place Filter,注册名为“HQ Title Overlay Std.”。这个
Filter已经在《DirectShow开发指南》一书中详细介绍过,本书修正了一些问题。
SimplePlayer也是《DirectShow开发指南》一书介绍的一个简单的媒体文件播放
器,本书将其与字符叠加Filter集成,使媒体文件播放的同时能够进行字符叠加。-characters superimposed demonstration. FilterTitleOverlay which is a realization of the characters superimposed Trans-In-Place Filter, a registered "HQ Title Overlay Std." . Filter in the "DirectShow Development Guide," a detailed account of the book, the book that a number of issues. SimplePlayer also "DirectShow Development Guide," a book about a simple media player, the book and its characters superimposed Filter integrated media player at the same time to carry out characters superimposed.
- 2023-02-07 02:00:03下载
- 积分:1
-
最强大的手机视频转换软件,我一直在用,呵呵,很…
手机视频转换功能最强的软件,我一直在用,很不错的哦-The most powerful mobile video conversion software, I have been using, oh, very good
- 2022-05-09 00:46:54下载
- 积分:1