摘要:
#include<stdio.h>#include<iostream.h>#include <stdlib.h>#include <time.h>#include<ctime>#define MAXSIZE 10000void test(){int b[MAXSIZE];int count =0 ;srand(time(0));// sr... 阅读全文
posted @ 2009-09-09 09:38
tony smith
阅读(2297)
评论(0)
推荐(1)
摘要:
FIRST CODE:#include<iostream>#include<ctime>using namespace std;int main(){time_t begin,end;begin=clock();//your codeend=clock();cout<<"runtime: "<<double(end-begin)/CLOCKS_PER... 阅读全文
posted @ 2009-09-09 09:26
tony smith
阅读(829)
评论(0)
推荐(0)

浙公网安备 33010602011771号