自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

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

原创 zoj1028 图

2008-06-25 09:32:00 493

原创 zoj 1028 Flip and Shift

/**证明: 首先, 若n为奇数,则必然可以完成任务 将n个球遍号为1,2,...,n 若从1位置开始,进行 n-1次连续的 (flip, shift, shift), 则 除了球1外, 所有球的位置都 减了2, 而球1最后到达原来球n-1的位置。(见图, 可以知道, 相当于交换球1和2的位置)

2008-06-25 09:21:00 1355

原创 ZOJ 1025 Wooden sticks

#include #include using namespace std;struct node{ int len, wt; node* nxt;};node* list=NULL;void Insert(node* lst, int l, int w){

2008-06-24 14:23:00 579

原创 ZOJ 1093 Monkey and banana

#include #include #define MAXN 30#define MAX(a, b) a>b?a:b#define MIN(a, b) a>b?b:ausing namespace std;struct Block{ int w, l, h;}blks[3*MAXN];int n;

2008-06-24 12:54:00 758

原创 ZOJ 1039 尚未解决

#include #include #include #define MAX (1024*512)using namespace std;int BIT[19];int win[MAX];void PrintBit(int a){ int k = 1; for

2008-06-20 11:25:00 471

原创 zoj 1011NTA

//#include #include #define MAXN 15 #define MAXK 10#define MAXL 10using namespace std;int m, n, k;struct mypair{ int a, b; mypair *next;

2008-06-19 15:54:00 1415 1

原创 zoj1014 不使用表达式树 ac

#include #include using namespace std;void getSubExpr( const string& expr, int idx, string& res);int main(){ char name; string expr; string query;

2008-06-17 18:02:00 463

原创 zoj 1038 T9 mobile input method

#include #include #include using namespace std;struct Key{ int num; char ch[4];};const Key keys[10] = { {}, {}, {3, {a, b,

2008-06-17 13:20:00 809

原创 zoj 1014 ---未解决

/**基本思路, 先把表达式转化成表达树表示, 然后根据查询, 找子树可能导致Wrong answer 的原因: 乘幂算符号是右结合的?**/#include #include #include #include #include #define EXPR 1#define TERM 2#defin

2008-06-16 15:35:00 643

原创 ZOJ 1013 Great Equipment ---- DP

/***Zoj 1013 Great Equipment 主要思路 遍历所有可能的携带方案组合(x, y, z)其中, x 为携带的第0中设备数量, y为携带的第1种设备数量, z为携带的第2种设备数量。 使用Dynamic progromming 来计算可能的携带方案 ****/#include #include

2008-06-14 11:42:00 1578

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关注的人

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