期刊文献+

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

Constructing and Implementation of Verylong Type in C^(++)
下载PDF
导出
摘要 在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.
出处 《计算机科学》 CSCD 北大核心 2008年第1期301-302,F0003,共3页 Computer Science
关键词 面向对象技术 抽象数据类型 超长整型数 Object-oriented technique, Abstract data type(ADT), Verylong integer
  • 相关文献

参考文献3

  • 1冯玉林,黄涛,倪斌.对象技术导论[M].北京:科学出版社,1998.
  • 2Pohl I. Objected-Oriented Programming UsingC++ [M].北京:电子工业出版社,2004.
  • 3Lkiviadis A, Akritas G. Elements of Computer Algebra with Applications [M]. Newyork:WILEY, 1996.

共引文献2

同被引文献9

引证文献1

相关作者

内容加载中请稍等...

相关机构

内容加载中请稍等...

相关主题

内容加载中请稍等...

浏览历史

内容加载中请稍等...
;
使用帮助 返回顶部