-
problem-LastBossOrigin
问题:找出一个短字符串在一个长字符串中的精确匹配。
要求:基于BWT压缩和FM索引技术的序列匹配,用Burrows-Wheeler transform算法解决该问题。(Problem: find the exact match of a short string in a long string. Requirements: BWT-based compression and indexing techniques sequence matching FM, with the Burrows-Wheeler transform algorithm to solve the problem)
- 2020-12-26 00:09:04下载
- 积分:1
-
inverse
O(n*logn)时间内的求逆序的算法控制台程序,算法实现效率较高。可迅速求出随即生成的数字的逆序数(O (n* logn) time algorithm for reverse console process, algorithm more efficient. Can be generated quickly obtained immediately reverse digit number)
- 2008-07-11 21:33:10下载
- 积分:1
-
HoughChange
检测图形中的直线,在程序中稍微改动,即可检测多条直线(Detection of graphics in a straight line, a slight change in the procedure, can detect more than a straight line)
- 2007-12-09 14:33:41下载
- 积分:1
-
OMP
此程序是无损检测中匹配追踪算法的源代码,有很好的去噪效果.(This program is a non-destructive testing in the matching pursuit algorithm source code, there is a good de-noising effect.)
- 2014-03-18 15:47:11下载
- 积分:1
-
superresoly
超分辨率源代码,用它可以实现超分辨率,提高影像的分辨率,可以使一使(super-resolution source code, using it to achieve super-resolution and improve image resolution, can make a)
- 2004-11-19 18:22:31下载
- 积分:1
-
OutputWord
实现热键截图的功能,把截到的图片保存到制定的文件夹中,然后把图片输出到报表中,形成报表!(Achieve hotkey screenshot function, the cut-off to save the picture to develop a folder, and then the picture output in the report, the formation of statements!)
- 2013-10-18 18:10:43下载
- 积分:1
-
GraphAlgorithm
C++语言下, 关于图论算法的一些模版, 包括一般图最大匹配, km匹配, 最小割等等, 共15个模版(C++ language under the graph theory algorithm on a number of templates, including the maximum matching in general graph, km matching, minimum cut, etc., a total of 15 templates)
- 2009-05-12 08:28:02下载
- 积分:1
-
area
说明: 计算凸包面积,点集Q的凸包是指一个最小凸多边形,满足Q中的点或者在多边形边上或者在其内。(Calculate convex hull area。The convex hull of point set Q is a minimum convex polygon, to meet the Q of the point or polygon or in its inside edge)
- 2010-04-11 01:20:14下载
- 积分:1
-
jindutiao
说明: 一个简单的例子,演示如果通过VC使用进度条空间(A simple example demonstrates how to use progress bar space through VC)
- 2020-06-22 08:40:01下载
- 积分:1
-
Threshold
这是一个阈值分割的小例子,利用阈值分割把原始图片转化为二值图像和灰度图像。(This is a small example of a threshold segmentation using thresholding the original image is converted to binary and grayscale images.)
- 2016-05-03 09:57:20下载
- 积分:1