討論串[問題] unix下 c++程式 CLOCKS_PER_SEC 與CLK_ …
共 7 篇文章
首頁
上一頁
1
2
下一頁
尾頁

推噓1(1推 0噓 0→)留言1則,0人參與, 最新作者WalkingIce ( 殺手哥吉拉 13)時間16年前 (2009/02/14 20:51), 編輯資訊
1
0
0
內容預覽:
你要算程式跑了多久是嗎?. 1 #include <stdlib.h>. 2 #include <stdio.h>. 3 #include <time.h>. 4. 5 int main() {. 6 clock_t start,finish;. 7 start = times(NULL);. 8
(還有903個字)

推噓1(1推 0噓 1→)留言2則,0人參與, 最新作者allanyh (allan)時間16年前 (2009/02/15 01:33), 編輯資訊
0
0
0
內容預覽:
謝謝,. 不過我的gcc compiler warning,而且出來start=-1,finish=-1結果都是0. warning: implicit declaration of function `int times(...)'. warning: implicit declaration o
(還有216個字)
首頁
上一頁
1
2
下一頁
尾頁