c語言clock()計時函數(結果很精準)

#include<stdio.h> #include<time.h> clock_t start, stop; //clock_t爲clock()函數返回的變量類型 double duration; int main() { start=clock(); //****************************** //*這裏寫你所要測試運行時間的程序 * /
相關文章
相關標籤/搜索