# 基于CUDA的多序列比对并行算法的设计与实现 **Repository Path**: ma_yuzhen/clustal ## Basic Information - **Project Name**: 基于CUDA的多序列比对并行算法的设计与实现 - **Description**: 是我的毕设项目,提供完整的毕业论文,答辩 PPT 以及源码 - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2023-09-06 - **Last Updated**: 2023-09-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #### 基于CUDA的多序列比对并行算法的设计与实现 算法的具体描述,实现方法与运行效果,可以看上传的论文或者阅读此系列博客 [生物信息学(1)——双序列比对之Needleman-Wunsch(NW)算法详解及C++实现](https://blog.csdn.net/baidu_41860619/article/details/118069970) [生物信息学(2)——双序列比对之Smith-Waterman(SW)算法详解](https://blog.csdn.net/baidu_41860619/article/details/118071038) [生物信息学(3)——双序列比对之BLAST算法简介](https://blog.csdn.net/baidu_41860619/article/details/118071607) [生物信息学(4)——多序列比对之CLUSTAL算法详解及C++实现](https://blog.csdn.net/baidu_41860619/article/details/118071986) [生物信息学(5)——基于CUDA的多序列比对并行算法的设计与代码实现](https://blog.csdn.net/baidu_41860619/article/details/118072183)