摘要
大整数运算应用广泛,但常常受限于计算机硬件与软件的能力。研究并设计了一个用于大整数运算的C++抽象类作为大整数运算的统一接口,采用链表实现动态分配存储空间,从而可以实现各种类型、无限大的整数科学计算。
The operations of large integer are always limited by the ability of computer hardware and software.We researched and designed a C++ abstract class as an interface of operating large integer.In this class,We dynamically allocate memory space by linked list,so we can realize scientific computing of all kind and infinitely great integer.
出处
《软件导刊》
2010年第1期26-28,共3页
Software Guide
关键词
大整数
链表
抽象类
Large Integer
linked List
Abstract Class