会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
质点314
博客园
首页
新随笔
联系
管理
订阅
2012年7月30日
大三时候实现的,关于大整数(超过long范围)加减乘除操作的头文件,并包含了实现RSA加解密的函数
摘要: 1 #include<iostream> 2 #include<time.h> 3 #include<string.h> 4 using namespace std; 5 6 7 class BigNum{ 8 private: 9 int *num; //数值 10 int *yu; //余数 11 int n; ...
阅读全文
posted @ 2012-07-30 14:21 质点314
阅读(403)
评论(0)
推荐(0)
编辑
公告