#include <iostream.h>#include <stdlib.h>#include <stdio.h>#include <fstream.h>Go to the source code of this file.
Classes | |
| struct | word |
| struct | pointers |
Defines | |
| #define | PREC 8 |
| #define | PRC 12 |
| #define | LEN 30 |
Typedefs | |
| typedef struct word | WORD |
| typedef struct pointers | POINTERS |
Functions | |
| void | Initialize (double **&delta, istream &input, int n, POINTERS *trees) |
| void | Print_output (int i, POINTERS *trees, FILE *output) |
| #define LEN 30 |
Referenced by Finish(), njtree::finish(), Initialize(), main(), and njtree::reduction().
| #define PRC 12 |
Referenced by main(), and njtree::reduction().
References pointers::head, LEN, word::name, name, word::suiv, and pointers::tail.
Referenced by main().
| void Print_output | ( | int | i, | |
| POINTERS * | trees, | |||
| FILE * | output | |||
| ) |
1.5.6