10 2019 档案
摘要:#include<windows.h>#include<stdio.h> #define SUCCESS 1 // 执行成功 template<class T>class TreeNode{public: T element; //当前节点存储的数据 TreeNode<T>* pLeft; //指向
阅读全文
摘要:#include<stdio.h>#include<Windows.h> #define SUCCESS 1 // 执行成功 #define INDEX_IS_ERROR -2 // 错误的索引号 #define BUFFER_IS_EMPTY -3 // 缓冲区已空 template <class
阅读全文
摘要:#include<stdio.h>#include<Windows.h> #define SUCCESS 1#define MALLOC_ERROR -2#define INDEX_ERROR -3 template <class T_ELE> class Vector { public: Vect
阅读全文

浙公网安备 33010602011771号