摘要
在高级语言编程中,由于受到机器内存限制,对于超出一定范围的精度不能处理的。为了解决计算机处理高精度的需要,本文利用数组特点,自行设计算法。并给出了相应的C程序予以实现。
Because of the limited EMS memory of the computer, the advanced language programme can not deal with precision that go beyond a scope range. To meet the need of high precision, the paper works out it's own arithmetic according to the characteristic of array. And offers corresponding C program to put it into practice.
出处
《科技信息》
2007年第36期102-102,82,共2页
Science & Technology Information
关键词
数组
算法
C语言
array
arithmetic
C-Language