|
TRF Language Model
|
include all the wb-written modules More...
#include "wb-log.h"#include "wb-option.h"#include "wb-file.h"#include "wb-string.h"#include "wb-vector.h"#include "wb-lhash.h"#include "wb-trie.h"#include "wb-heap.h"#include "wb-mat.h"#include "wb-iter.h"#include <iostream>#include <iomanip>#include <fstream>#include <cmath>#include <algorithm>#include <omp.h>Go to the source code of this file.
Macros | |
| #define | _wbMain int main(int _argc, char** _argv) |
| define the main function More... | |
| #define | ERROR(b) { cout<<b<<endl; return 0; } |
| Error. More... | |
| #define _wbMain int main(int _argc, char** _argv) |
define the main function
Definition at line 47 of file wb-system.h.
| #define ERROR | ( | b | ) | { cout<<b<<endl; return 0; } |
Error.
Definition at line 50 of file wb-system.h.