把以下四段程式碼加入到你要計算執行時間,即可。 clock_t start, end; start = clock() ; ------------------(程式執行) end = clock() ...
tw.knowledge.yahoo.com