文章分类 -  C++

大整数处理类(cpp文件)
摘要:大整数处理类实现文件 阅读全文

posted @ 2009-11-04 08:18 龖龖 阅读(389) 评论(0) 推荐(0)

大整数处理类(头文件)
摘要://///////////////////integer.h#include <iostream>#include <string>#include <cstring>#include <math.h>using namespace std;#define MAXSIZE 256/**************************** @class name: BigInteger* @author: LoongFee* @date: 2009-11-03****************************/class BigInteger 阅读全文

posted @ 2009-11-04 08:13 龖龖 阅读(447) 评论(0) 推荐(0)

导航