07 2019 档案
摘要:1 #ifndef BITREE_H_INCLUDED 2 #define BITREE_H_INCLUDED 3 4 /************************************************ 5 *文件名: BiTree.h 6 *创建人: 水龙头 7 *日 期: 2019.7.22 8 *描 述: 二叉树的基本操作 ...
阅读全文
摘要:#include <iostream>using namespace std;#define N 1000int BigNumFactorial(int Num[], int n);void Print(int Num[], int Index, int n);int main(void){ int
阅读全文