clsung’s blog site, or you can call me AlanSung
下面這程式真有清掉嗎?
九月 18th, 2008 | Tags: c++ | Category: Programming, c++ | Comments (2)
目前會的,就是 在 for loop 中, schedule 設為 dynamic 與 guided 的不同。
九月 7th, 2008 | Tags: c++, openmp | Category: Programming, c++ | Leave a comment
std::string ws2s(const std::wstring& s) { std::string temp(s.length(), ‘ ‘); std::copy(s.begin(), s.end(), temp.begin()); return temp; }
Update: 好心人提供的文章
八月 29th, 2008 | Tags: c++ | Category: Programming | Comments (14)