#include "ocsConst.hh"
#include "ocsTools.hh"
#include "ocsReadWriteTools.hh"
#include "ocsRanNumGen.hh"
#include "StatisticsOfArray.hh"
#include <string>
#include <iostream.h>
#include <string.h>
#include <math.h>
#include <fstream.h>
#include <complex.h>
#include <stdlib.h>
#include <stdio.h>
#include <strstream>
Go to the source code of this file.
Classes | |
class | BitString |
Defines | |
#define | _OCS_SYSTEM_HDRS_ |
Enumerations | |
enum | typeBitString { ALL_ZEROS = 0, ALL_ONES = 1, SINGLE_ONE = 2, RANDOM_SIMPLE = 3, RANDOM_EQUAL_ZEROS_ONES = 4, PSEUDO_RANDOM = 5, USER_DEFINED = 6 } |
#define _OCS_SYSTEM_HDRS_ |
enum typeBitString |