搜索资源列表
hmmer-2[1].3.2linux
- 这是一个基于HMM 模型的生物多序列比对算法的linux实现版本。hmmer-This is a biological model based on HMM multiple sequence alignment algorithm to achieve the linux version. hmmer
C++并发编程实战源码
- 《C++并发编程实战》是一本基于C++11新标准的并发和多线程编程深度指南。内容包括从std::thread、std::mutex、std::future和std::async等基础类的使用,到内存模型和原子操作、基于锁和无锁数据结构的构建,再扩展到并行算法、线程管理,最后还介绍了多线程代码的测试工作。