会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
我的天空
菜刀在手,谁主沉浮~
博客园
首页
新随笔
联系
管理
订阅
2013年3月30日
大整数模拟
摘要: 大整数模拟,很常用,记录下。1. 加法模拟:string res,a,b;res = a + bstring &_string_add_string(const string &a, const string &b, string &res) { int sum_value = 0, a...
阅读全文
posted @ 2013-03-30 22:22 海滨银枪小霸王
阅读(110)
评论(0)
推荐(0)
公告