搜索资源列表
-
0下载:
遗传算法(Genetic Algorithm)是模拟达尔文生物进化论的自然选择和遗传学机理的生物进化过程的计算模型,是一种通过模拟自然进化过程搜索最优解的方法。压缩包中包含了由C++语言编写的算法。-Genetic Algorithm (Genetic Algorithm) is a simulation of the biological theory of evolution Darwin' s natural selection and genetic mechanism of th
-
-
8下载:
问题:找出一个短字符串在一个长字符串中的精确匹配。
要求:基于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
-
-
0下载:
这是压缩感知的追踪算法的全部代码,比较简单,大家看看吧。-This is a compression algorithm to track the perception of all the code, is relatively simple, we look at it.
-