自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

CNnumen

If i want, i must try...

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

原创 POJ_1002

<br />#include <cstdlib> #include <iostream> #include <string> #include <vector> #include <algorithm> #include <stdio.h> #include <string.h> using namespace std; char charToNum(char c) { switch(c) { case 'A': case 'B': case '

2010-06-25 14:18:00 672

原创 POJ_3750

<br />#include <cstdlib> #include <iostream> #include <string> #include <vector> using namespace std; int main(int argc, char *argv[]) { //freopen("input.txt", "rt", stdin); //freopen("out.txt", "wt", stdout); int N; cin >>

2010-06-24 15:59:00 909

原创 POJ_3748

<br />#include <stdio.h> #include <stdlib.h> #define SETBIT(x, y) x |= (1 << (y)) #define CLRBIT(x, y) x &= ~(1 << (y)) int main(int argc, char *argv[]) { int R, X, Y; scanf("%x,%d,%d", &R, &X, &Y); CLRBIT(R, X); SETBIT(R, Y); S

2010-06-24 14:59:00 790

高效程序员的45个习惯-读书笔记

自己总结的《高效程序员的45个习惯》,把书中自己感觉较好的段落摘抄下来,稍稍加了点自己的想法,挺好的...

2011-03-18

Qt 很好的例子, 可以参考下哈

在maemo下用qt开发很好的例子, qt的动画效果等

2010-05-22

Symbian C++ 实例源码

Edition5 实例

2009-07-28

空空如也

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

TA关注的人

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