自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

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

原创 hdu 1423 greatest common increasing subsequence

/*Greatest Common Increasing SubsequenceTime Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total Submissi

2010-08-31 19:09:00 544

原创 zoj 1843 yahtzee

/*The game of Yahtzee involves 5 dice, which are thrown in 13 rounds. A score card contains 13 categories; each round may be scored in a ca

2010-08-31 15:21:00 447

原创 uva 548 Tree

好多次都re,原来是栈不够用。。。把递归改成迭代就ac了。。。  Tree You are to determine the value of the leaf node in a given binary tree that is

2010-08-24 18:20:00 370

原创 linux的管道与重定向牛刀小试

chengouxuan@chengouxuan-laptop:~/Desktop$ cat > isum.c#include int main(){ int a, b; while(scanf("%d%d", &a, &b) != EOF) printf("%d/n

2010-08-14 10:54:00 330

利用赫夫曼树做的简单文件压缩程序

利用赫夫曼书做的简单文件压缩程序,字符界面,英文提示。

2010-06-17

有自动游戏功能的俄罗斯方块

一个俄罗斯方块游戏,可以让电脑自动游戏,开发环境codeblocks8.02 + wxwidgets2.8.10 + mingw

2010-03-03

3D游戏编程大师技巧(中)

3D游戏编程大师技巧,想学游戏编程必看。 3D游戏编程大师技巧,想学游戏编程必看。

2009-03-17

空空如也

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

TA关注的人

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