Changes between Version 6 and Version 7 of jazz/09-09-01


Ignore:
Timestamp:
Sep 1, 2009, 11:33:23 PM (15 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/09-09-01

    v6 v7  
    1414~/MultiBoost$ make
    1515}}}
     16{{{
     17#!diff
     18diff -Naur MultiBoost/src/IO/ClassMappings.cpp MultiBoost.new/src/IO/ClassMappings.cpp
     19--- MultiBoost/src/IO/ClassMappings.cpp 2006-02-17 05:13:23.000000000 +0800
     20+++ MultiBoost.new/src/IO/ClassMappings.cpp     2009-09-01 23:26:50.000000000 +0800
     21@@ -25,6 +25,7 @@
     22 #include "Defaults.h" // for MB_DEBUG
     23 #include <fstream> // for ifstream
     24 #include <iostream> // for cerr
     25+#include <cstdlib>     // for exit
    1626
     27 //////////////////////////////////////////////////////////////////////////////////////////////
     28 //////////////////////////////////////////////////////////////////////////////////////////////
     29diff -Naur MultiBoost/src/Utils/Args.cpp MultiBoost.new/src/Utils/Args.cpp
     30--- MultiBoost/src/Utils/Args.cpp       2006-02-17 05:14:15.000000000 +0800
     31+++ MultiBoost.new/src/Utils/Args.cpp   2009-09-01 23:28:27.000000000 +0800
     32@@ -19,6 +19,7 @@
     33 */
     34
     35 #include "Args.h"
     36+#include <cstdlib>     // for exit
     37
     38 namespace nor_utils {
     39
     40diff -Naur MultiBoost/src/WeakLearners/MultiStumpLearner.h MultiBoost.new/src/WeakLearners/MultiStumpLearner.h
     41--- MultiBoost/src/WeakLearners/MultiStumpLearner.h     2006-02-17 05:14:39.000000000 +0800
     42+++ MultiBoost.new/src/WeakLearners/MultiStumpLearner.h 2009-09-01 23:29:04.000000000 +0800
     43@@ -36,6 +36,7 @@
     44 #include <vector>
     45 #include <fstream>
     46 #include <cassert>
     47+#include <limits>      // for numeric_limits
     48
     49 using namespace std;
     50
     51diff -Naur MultiBoost/src/WeakLearners/SingleStumpLearner.h MultiBoost.new/src/WeakLearners/SingleStumpLearner.h
     52--- MultiBoost/src/WeakLearners/SingleStumpLearner.h    2006-02-17 05:14:39.000000000 +0800
     53+++ MultiBoost.new/src/WeakLearners/SingleStumpLearner.h        2009-09-01 23:11:52.000000000 +0800
     54@@ -36,6 +36,7 @@
     55 #include <vector>
     56 #include <fstream>
     57 #include <cassert>
     58+#include <limits>      // for numeric_limits
     59
     60 using namespace std;
     61}}}
    1762 * [備忘] 用 ffmpeg 轉換 JPG 成 FLV
    1863  * [http://stackoverflow.com/questions/751003/converting-stream-of-jpg-files-to-flv-stream Converting stream of jpg files to FLV stream]