2014-06-15から1日間の記事一覧

C++ Amp のindexクラスについて、の簡単明瞭サンプル。 #include using namespace concurrency;void test1() { std::vector data(10); for (int count = 0; count { data[count] = count; // 0,1,2,3,4 } concurrency::array a(2,5, data.begin(), data.end(…