-
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
-
tuxingxue
这是一本关于图形学实验的指导书里面有对图形学的具体讲解(tuxingxue)
- 2009-05-18 00:21:46下载
- 积分:1
-
filer
自己写的中值滤波剔野程序,用于信号野值剔除。很简单,其中算法可替换(Write your own wild tick median filtering program for the signal, excluding outliers. Very simple algorithm which can be replaced)
- 2014-04-07 10:50:52下载
- 积分:1
-
lzwGif
gif格式图片生成,包括动画生成,是非常好的入门学习资料。(gif format image generation, including animation generation, is a very good learning materials.)
- 2013-12-09 20:43:10下载
- 积分:1
-
ATOCP
此程序为摄影测量的一个小环节,主要功能是求解影像畸变差,可根据相机内参数求解,简单实用(This program is a small part of photogrammetry, the main function is to solve the differential image distortion can be solved according to the camera parameters, simple and practical)
- 2013-11-08 14:48:01下载
- 积分:1
-
Delaunay
说明: 对三角划分算法的研究,对以前方法的改进,以达到良好的效果,(Triangulation algorithm to study the improvement of previous methods in order to achieve good results,)
- 2008-09-05 21:03:07下载
- 积分:1
-
Automatic-Building-Extraction.pdf
3D 点云建筑物分割代码3D 点云建筑物分割代码3D 点云建筑物分割代码(3D point cloud, buildign segmentation3D point cloud, buildign segmentation3D point cloud, buildign segmentation)
- 2020-08-01 21:08:35下载
- 积分:1
-
SART
SART图像重建代码 基于C++ 主要用于CT等射线处理(code of image and with a wide application of CT, x-RAY , ETC)
- 2017-09-16 12:48:22下载
- 积分:1
-
NURBSsurface
一个生成NURBS曲面的程序,是在Visual下运行的(A NURBS surface generation program is run under Visual)
- 2021-04-11 17:38:58下载
- 积分:1
-
LBP
线性反投影算法(Linear Back Projection,简称 LBP)又称累加法,是最早使用的一种简单(ECT图像重建)成像算法。它将通过某点的所有投影射线进行累加,再反向估算出该点的密度值。从成像观点分析,它是不完全的雷登逆变换(完整的雷登逆变换包括微分、希尔伯特变换、反投影和归一化等步骤)。(Linear back projection algorithm (Linear Back Projection, referred LBP), also known as cumulative method, is the first to use a simple (ECT image reconstruction) imaging algorithms. It accumulates all projection rays through a point, then reverse the estimated density value of the point. From the image point of view analysis, it is not exactly the inverse transform Leiden (Leyden complete inverse transformation involving differential Hilbert transform backprojection and normalization steps, etc.).)
- 2015-06-08 10:20:16下载
- 积分:1