摘要:
// 获取程序运行时间.cpp : 定义控制台应用程序的入口点。// #include "stdafx.h"#include #include using namespace std;int _tmain(int argc, _TCHAR* argv[]){ clock_t Start=0,Finish=0; double Totaltime=0; for(int i=0;i<10;i++) { ... 阅读全文
posted @ 2014-03-18 11:32
麻辣咸鱼
阅读(258)
评论(0)
推荐(0)

浙公网安备 33010602011771号