rcppparallel

    1熱度

    2回答

    我是C++編程的新手,嘗試通過R來試驗Rcpp。 我創建了一個函數來從字符串中產生所有可能的k-mers。它的工作原理以及在它的串行形式: #include <Rcpp.h> #include <string> #include <iostream> #include <ctime> // using namespace Rcpp; // [[Rcpp::export]] std::