文件名称:超长正整数的加法

  • 所属分类:
  • 其它
  • 资源属性:
  • [Text]
  • 上传时间:
  • 2008-10-13
  • 文件大小:
  • 2.2kb
  • 下载次数:
  • 0次
  • 提 供 者:
  • 姚**
  • 相关连接:
  • 下载说明:
  • 别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容均来自于网络,请自行研究使用

请设计一个算法来完成两个超长正整数的加法。

*问题分析与算法设计

首先要设计一种数据结构来表示一个超长的正整数,然后才



能够设计算法。

首先我们采用一个带有表头结点的环形链来表示一个非负的



超大整数,如果从低位开始为每 个数字编号,则第一位到第四



位、第五位到第八位...的每四位组成的数字,依次放在链表的



第一个、第二个、...结点中,不足4位的最高位存放在链表的最



后一个结点中,表头结点的值规定为-1。-requested to design a lgorithm to complete two long integer is the additive. * Analysis and design of the first algorithm to design a data structure to indicate a supernatural being rounded up before they can be designed algorithm. First, we used a table with the first node of the said circular chain to a large non-negative integers, starting from the low figures for each, the first one place to fourth, fifth to eighth places ... each consisting of four figures, followed on the List of the first, second,. .. node, less than the maximum four-stored in a linked list of nodes Finally, the table first node provides for the value -1.
(系统自动生成,下载前可以参看下载内容)

下载文件列表

压缩包 : 29782214超长正整数的加法.rar 列表
超长正整数的加法.txt

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度更多...
  • 请直接用浏览器下载本站内容,不要使用迅雷之类的下载软件,用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*主  题:
*内  容:
*验 证 码:

源码中国 www.ymcn.org