自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(2)
  • 资源 (10)
  • 收藏
  • 关注

原创 计算 高次幂相对某个模数的余( (a ^ n)mod p, n 很大 )

在做google codejam 2008 round 1A problem C 的 时候, 从别人代码里学到的 假如 要计算 (a ^ n) , n很大, 直接计算的话, 是个 O(n)的方法有 O(log (n))的方法,如下:       把n表示成2进制, n = n0 * 1 + n1 * 2 + n2 * 4 + ... + nk * (2^k)则    a^n =[

2009-09-10 13:27:00 1206 1

原创 google codejam 2009 Qualification Round Problem C code

#include #include #include using namespace std;const string b("welcome to code jam");//const string b("a");const int MAXLEN = 501; const int m = b.length();int n;string a;int cnt[MAXLEN][20];v

2009-09-04 13:21:00 483

An Introduction to R

R Intro 英文版 R 语言的入门书籍,非常基础,易懂,入门好帮手

2017-12-01

windows resource kit tools for windows xp

2009-1-07下午 工具包 学习Windows Internal 4th edition 用, 欢迎下载

2009-01-07

Windows resurce kit tools for winxp

Windows resurce kit tools for winxp 学习Windows Internals 4th edition

2009-01-07

Windows debugging package 2

工具包第二个包 第二个分卷 Windows调试工具

2009-01-07

Windows debugging package

Windows debugging package 适用于Windows XP 调试工具

2009-01-07

Microsoft Windows Internals, tools package

Microsoft Windows Internals, Fourth edition 一书中用到的部分工具包

2009-01-07

python入门练习代码

Python入门资源 Python语法练习 xml

2008-11-30

Hull3D.rar

计算点集的 3D凸包, 并用openGL显示的程序 dev-cpp工程

2008-10-14

acm-zju.rar

我自己在zoj上做的题的代码 多多指点, 也希望高人们分享你们的代码

2008-10-14

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除