| Diploma Thesis Percolation Simulation C++ Sourcecode Documentation |
#include <math.h>#include "constants.h"#include <sys/timeb.h>#include <iomanip>#include <stdlib.h>#include <iostream>#include <time.h>#include <stdio.h>#include <string>#include <float.h>#include <list>#include <vector>#include <set>#include "little_helpers.h"#include "my_vector.h"#include "sphere.h"#include "cellcount.h"#include "cluster.h"#include "analyze.h"#include "quicksort.h"#include "boxing.h"#include "divide_and_conquer.h"#include "measure.h"#include "statistics.h"#include "statistics_old.h"#include "results.h"#include "datafiles.h"#include "counters.h"#include "ff.h"#include "svg.h"Include dependency graph for configuration.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Defines | |
| #define | COORDFLOAT float |
| #define | REAL double |
| #define | NUMBER long |
| #define | COUNTER int |
| #define | LONGBITS unsigned long |
| #define | EXIT_OUTOFMEMORY 1 |
Typedefs | |
| typedef std::list< NUMBER > | NUMLIST |
Variables | |
| const COORDFLOAT | GRIDSIZE = (COORDFLOAT)1 |
| char | version [] = "v8.71" |
| char | FILEHEAD [] = "results/count" |
| char | FILEHEAD1 [] = "results/" |
| char | FILEHEAD2 [] = "results/" |
| char | FILENAME1 [] = "results/unitsphere.txt" |
| char | FILENAME2 [] = "results/max_ff.txt" |
| REAL | FILE_FROM = 0.85 |
| REAL | FILE_TO = 1.5 |
| const int | SEED4 = 4 |
| const int | SEED5 = 50 |
| const int | SEED6 = 42 |
| const int | SEED7 = 137 |
| clock_t | pause_milliseconds = 5000 |
| clock_t | drawpause_milliseconds = 1 |
| REAL | distance_effect = 0.5 |
|
|
|
|
Definition at line 46 of file configuration.h. |
|
|
Definition at line 12 of file configuration.h. Referenced by analyze::mean_without_lr_spanningcls(), nonspanning_clusters(), results::one_result::one_result(), results::one_result::perc_all_dirs(), results::one_result::percolate(), reset_clusters(), cluson::set_spanning_dirs(), counters::setR_count_analyze_step(), spanning_directions(), analyze::spanning_directions(), spanning_dirs_and_clusters(), and analyze::spanning_dirs_and_clusters(). |
|
|
|
|
Definition at line 67 of file configuration.h. |
|
|
Definition at line 110 of file configuration.h. |
|
|
Definition at line 109 of file configuration.h. |
|
|
Definition at line 42 of file configuration.h. Referenced by starters::into_file(), starters::into_file2(), and datafiles::set_and_show_filename(). |
|
|
Definition at line 43 of file configuration.h. Referenced by starters::into_file(), starters::into_file2(), and datafiles::set_and_show_filename(). |
|
|
Definition at line 34 of file configuration.h. Referenced by starters::into_file(), starters::into_file2(), and datafiles::set_and_show_filename(). |
|
|
Definition at line 35 of file configuration.h. Referenced by starters::into_file7_pt1(), main(), and datafiles::save_results8(). |
|
|
Definition at line 36 of file configuration.h. Referenced by optimize::cuts_test_average_time(), ff::find_ff_with_criterion_scanning_N_and_dim(), ff::find_ffc_scanning_N_and_dim(), ff::find_mean_ff_with_criterion(), ff::find_mean_ffc(), starters::into_file7_pt1(), main(), datafiles::save_results8(), commandline::show_commandline_options(), graphics::svg_circles(), and graphics::svg_test(). |
|
|
Definition at line 37 of file configuration.h. Referenced by starters::unitspheredimensions(). |
|
|
Definition at line 38 of file configuration.h. Referenced by starters::max_ff(). |
|
|
|
Definition at line 108 of file configuration.h. |
|
|
Definition at line 49 of file configuration.h. Referenced by starters::into_file7_starter(), starters::into_file8(), and starters::into_file8_starter(). |
|
|
Definition at line 50 of file configuration.h. |
|
|
Definition at line 51 of file configuration.h. |
|
|
Definition at line 52 of file configuration.h. Referenced by ff::find_ff_with_criterion_scanning_N_and_dim(), and ff::find_ffc_scanning_N_and_dim(). |
|
|
Definition at line 25 of file configuration.h. Referenced by datafiles::create_clusteranalysis_resultfile(), datafiles::create_ff_bestresults_file(), datafiles::create_ff_file(), datafiles::create_ffc_bestresults_file(), datafiles::create_ffc_file(), and main(). |
| Diploma Thesis Sourcecode
Documentation check out the text and the executable binaries |