博得一笑

编程只为博得一笑

所有的代码都自己敲……
    所有的BUG都自己找……
 

博得写的博客

写博客的博得
2005自制游戏《小鱼蛋与小仙女》 下载  Hot      学思湖怪超COOL文字生成器II黄金特别版——华丽登场!!!  New Cool Hot
摘要: 做一个大整数类——要可以很大很大——还能加减乘除的那种: class BigInt { public: BigInt(位长,初始值); BigInt_Add() …… …… } 以后就能方便了啊…… 阅读全文
posted @ 2005-03-01 20:28 博得一笑 阅读(511) 评论(0) 推荐(0) 编辑
摘要: 不知SNOJ的哪个负责同志对F1的记分制有某种说不清的感情的缘故——SNOJ的记分方式简直就是 ——先看这个—— ... 阅读全文
posted @ 2005-03-01 20:19 博得一笑 阅读(5528) 评论(4) 推荐(0) 编辑
摘要: //By BodeSmile //Start at : 2005-2-16 21:00 //Algorithm : 梅森合数(Mersenne Composite Numbers) //note : //关键字:梅森素数 完美数 //相关资料:魅力无穷的梅森素数.doc //完美数 & 梅森素数.doc #include #include using namespa... 阅读全文
posted @ 2005-03-01 20:06 博得一笑 阅读(1147) 评论(0) 推荐(0) 编辑
摘要: //By BodeSmile //Start at : 2005-2-15 21:50 //Algorithm : //note : #include using namespace std; class Base_12; class Base_16 { public: Base_16(int a,int b,int c,int d) { num[0]=d; n... 阅读全文
posted @ 2005-03-01 19:52 博得一笑 阅读(598) 评论(0) 推荐(0) 编辑