宏定义 | |
| #define | IGNORE_IN_CLASSLIST |
函数 | |
| void | readFromFile (char *FileName, struct ChildrenNum **TreeInfo, int n) |
| void | buildTree (struct Node *root, struct ChildrenNum *treeInfo, double *u) |
| void | initializeRoot (struct Node **Root, char *FileName, double *u, int rootNum, int n) |
| void | initializeRootBinary (struct Node **Root, double *u, int n) |
| void | initializeRootDepth1 (struct Node **Root, double *u, int n) |
| void | merge (struct Node *root, struct Node *maxNode) |
| void | computeMaximalMean (struct Node *root) |
| void | computeMaximalMean_without_nonnegative (struct Node *root) |
| void | computeSolution (double *x, struct Node *root) |
| void | traversalTree (struct Node *root) |
| void | deleteTree (struct Node *root) |
| void | orderTree (double *x, char *FileName, double *u, int rootNum, int n) |
| void | orderTree_without_nonnegative (double *x, char *FileName, double *u, int rootNum, int n) |
| void | orderTreeBinary (double *x, double *u, int n) |
| void | orderTreeDepth1 (double *x, double *u, int n) |
| #define IGNORE_IN_CLASSLIST |
在文件 orderTree.h 第 20 行定义.
| void buildTree | ( | struct Node * | root, |
| struct ChildrenNum * | treeInfo, | ||
| double * | u | ||
| ) |
在文件 orderTree.h 第 216 行定义.
| void computeMaximalMean | ( | struct Node * | root | ) |
在文件 orderTree.h 第 551 行定义.
| void computeMaximalMean_without_nonnegative | ( | struct Node * | root | ) |
在文件 orderTree.h 第 634 行定义.
| void computeSolution | ( | double * | x, |
| struct Node * | root | ||
| ) |
在文件 orderTree.h 第 719 行定义.
| void deleteTree | ( | struct Node * | root | ) |
在文件 orderTree.h 第 794 行定义.
| void initializeRoot | ( | struct Node ** | Root, |
| char * | FileName, | ||
| double * | u, | ||
| int | rootNum, | ||
| int | n | ||
| ) |
在文件 orderTree.h 第 276 行定义.
| void initializeRootBinary | ( | struct Node ** | Root, |
| double * | u, | ||
| int | n | ||
| ) |
在文件 orderTree.h 第 338 行定义.
| void initializeRootDepth1 | ( | struct Node ** | Root, |
| double * | u, | ||
| int | n | ||
| ) |
在文件 orderTree.h 第 420 行定义.
| void merge | ( | struct Node * | root, |
| struct Node * | maxNode | ||
| ) |
在文件 orderTree.h 第 496 行定义.
| void orderTree | ( | double * | x, |
| char * | FileName, | ||
| double * | u, | ||
| int | rootNum, | ||
| int | n | ||
| ) |
在文件 orderTree.h 第 836 行定义.
| void orderTree_without_nonnegative | ( | double * | x, |
| char * | FileName, | ||
| double * | u, | ||
| int | rootNum, | ||
| int | n | ||
| ) |
在文件 orderTree.h 第 879 行定义.
| void orderTreeBinary | ( | double * | x, |
| double * | u, | ||
| int | n | ||
| ) |
在文件 orderTree.h 第 923 行定义.
| void orderTreeDepth1 | ( | double * | x, |
| double * | u, | ||
| int | n | ||
| ) |
在文件 orderTree.h 第 970 行定义.
| void readFromFile | ( | char * | FileName, |
| struct ChildrenNum ** | TreeInfo, | ||
| int | n | ||
| ) |
在文件 orderTree.h 第 116 行定义.
| void traversalTree | ( | struct Node * | root | ) |
在文件 orderTree.h 第 754 行定义.