• <ins id="pjuwb"></ins>
    <blockquote id="pjuwb"><pre id="pjuwb"></pre></blockquote>
    <noscript id="pjuwb"></noscript>
          <sup id="pjuwb"><pre id="pjuwb"></pre></sup>
            <dd id="pjuwb"></dd>
            <abbr id="pjuwb"></abbr>
            隨筆-11  評(píng)論-20  文章-0  trackbacks-0
             1 #ifndef TIMER_CLASS
             2 #define TIMER_CLASS
             3 
             4 #include <time.h> // declares clock_t type, function clock(),
             5                   // and constant CLOCKS_PER_SEC
             6 
             7 class timer
             8 {
             9    private:
            10 
            11       // starting and ending time measured in clock ticks
            12       clock_t startTime, endTime;
            13 
            14    public:
            15       timer();
            16             // initialize the timer.
            17             // Postconditions: set the starting and ending event times to 0.
            18             // this creates an event whose time is 0.0
            19 
            20       void start();
            21             // start timing an event.
            22             // Postcondition:    record the current time as the starting time
            23         void stop();
            24             // stop timing an event.
            25             // Postconditon:    record the current time as the ending time
            26       double time() const;
            27             // return the time the event took in seconds by computing
            28             // the difference between the ending and starting times.
            29 };
            30 
            31 // ***********************************************************
            32 //      timer class implementation
            33 // ***********************************************************
            34 
            35 // constructor. set starting and ending times to 0
            36 timer::timer():startTime(0), endTime(0)
            37 {}
            38 
            39 // determine clock ticks at start
            40 void timer::start()
            41 {
            42    startTime = clock();
            43 }
            44 
            45 // determine clock ticks at end
            46 void timer::stop()
            47 {
            48    endTime = clock();
            49 }
            50 
            51 // return the elapsed time in seconds
            52 double timer::time() const
            53 {
            54    return (endTime-startTime)/double(CLOCKS_PER_SEC);
            55 }
            56 
            57 #endif   // TIMER_CLASS
            58 
            59 

            posted on 2009-08-31 21:28 diwayou 閱讀(565) 評(píng)論(0)  編輯 收藏 引用 所屬分類: 數(shù)據(jù)結(jié)構(gòu)與算法
            亚洲欧洲久久久精品| 国产精品gz久久久| 精品久久久久久国产| 国产成人精品久久| 久久99国产精品一区二区| 日本国产精品久久| 国产欧美一区二区久久| 久久久噜噜噜久久中文字幕色伊伊| 免费一级欧美大片久久网| 性欧美大战久久久久久久久| 国产欧美久久久精品| 久久精品青青草原伊人| 99久久精品无码一区二区毛片| 久久线看观看精品香蕉国产| 无码精品久久一区二区三区| 久久夜色精品国产噜噜亚洲AV| 国产综合久久久久| 久久国产欧美日韩精品| 99久久成人18免费网站| 久久精品人人做人人爽电影蜜月| 久久精品国产亚洲AV无码娇色| 伊人色综合久久天天| 香蕉久久夜色精品升级完成| 久久久精品人妻无码专区不卡| 少妇精品久久久一区二区三区| 国产69精品久久久久99| 精品久久久久久久无码| 亚洲香蕉网久久综合影视| 精品伊人久久久| 亚洲综合久久久| 欧美日韩成人精品久久久免费看| 久久99国产综合精品| 久久亚洲精品无码AV红樱桃| 亚洲中文字幕久久精品无码APP| 久久综合九色综合久99| 国产产无码乱码精品久久鸭| 亚洲AV成人无码久久精品老人| 一本大道加勒比久久综合| 久久这里只有精品久久| 久久精品免费观看| 欧美精品一区二区精品久久|