码迷,mamicode.com
首页 > 其他好文 > 详细

[小工程]大数类

时间:2018-10-14 19:13:44      阅读:141      评论:0      收藏:0      [点我收藏+]

标签:let   连续   表示   tip   乘法   NPU   you   int   lis   

突然发现自己从来没有写过正儿八经的大数.于是在退役之前写一把.
希望能在用到大数时替代掉慢死的Python.
项目地址Github.com/Frankaiyou/LargeIntegar

Completed

  • [x] Input;
  • [x] Output;
  • [x] Compare size;
  • [x] Integar Addition;
  • [x] Integar substruction;

ToDoList

  • [ ] Fix the memory assignation when addition or substruction;
  • [ ] Fix the Output that appear Prefix zero;
  • [ ] Fix the Compare;
  • [ ] Multiplicaion;
  • [ ] division;
  • [ ] Manage the memory;

实现思路是用一段连续的int32来表示整段数字, 每个int32只用4位, 为的是方便乘法操作.

[小工程]大数类

标签:let   连续   表示   tip   乘法   NPU   you   int   lis   

原文地址:https://www.cnblogs.com/qdscwyy/p/9787181.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!