C++中超长整型类型的构造与实现  被引量:1

Constructing and Implementation of Verylong Type in C^(++)

在线阅读下载全文

作  者:杨有[1] 李晓虹[1] 尚晋[2] 

机构地区:[1]重庆师范大学数学与计算机科学学院,重庆400047 [2]重庆电子职业技术学院计算机二系,重庆400021

出  处:《计算机科学》2008年第1期301-302,F0003,共3页Computer Science

摘  要:在C++中对整型类型进行扩展,使该种类型定义的数据在操作上不受数据范围的限制。采用的原理是面向对象技术,用字符串存放数据,运算符重载来提供运算,并将数据和操作进行封装,以标准的接口提供服务,最终用户可以像使用基本类型一样地使用它。这种类型可广泛用于计算机代数中。The int type in C++ is expanded so that the data defined by this type will not be limited by the range. This is constructed and implemented based on object-oriented techniques: store data as string, overload the operator, encapsulate the data and operations, and provide service using standard interfaces. Eventually users can use this type as the primitive data type. This type is wildly used in computer algebra.

关 键 词:面向对象技术 抽象数据类型 超长整型数 

分 类 号:TP311.1[自动化与计算机技术—计算机软件与理论]

 

参考文献:

正在载入数据...

 

二级参考文献:

正在载入数据...

 

耦合文献:

正在载入数据...

 

引证文献:

正在载入数据...

 

二级引证文献:

正在载入数据...

 

同被引文献:

正在载入数据...

 

相关期刊文献:

正在载入数据...

相关的主题
相关的作者对象
相关的机构对象