摘要: 1 /* PRESET CODE BEGIN - NEVER TOUCH CODE BELOW */ 2 3 #include 4 #include 5 6 typedef struct node 7 { int coef, exp; //coe... 阅读全文
posted @ 2014-05-01 11:06 wujichaomx 阅读(399) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 #include 3 4 typedef struct mdata 5 { 6 int *pTime; 7 int width; 8 int hight; 9 struct mdata *pre; 10 st... 阅读全文
posted @ 2014-05-01 11:03 wujichaomx 阅读(304) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 #include 3 #include 4 #define INIT_STACK_SIZE 100 5 typedef struct 6 { 7 char * chOperator; 8 int dwtop; 9 }OPND;10 11 void I... 阅读全文
posted @ 2014-05-01 11:02 wujichaomx 阅读(450) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 #include 3 #include 4 #define INIT_STACK_SIZE 100 5 typedef struct 6 { 7 char * chOperator; 8 int dwtop; 9 }OPND;10 11 void I... 阅读全文
posted @ 2014-05-01 11:01 wujichaomx 阅读(348) 评论(0) 推荐(0) 编辑
摘要: 大道理是极其简单的,简单到一两句话就能说明白。世上的事情难就难在简单,简单不是敷衍了事,也不是单纯幼稚,而是最高级别的智慧,是成熟睿智的表现。完美的常常是简单的。简单就是真理,简单就是聪明,简单是厚积薄发的力量。学会了简单,其实真不简单。 做事情复杂繁琐往往是因为智慧没有到位。再大的事情,“一分为... 阅读全文
posted @ 2014-05-01 11:00 wujichaomx 阅读(288) 评论(0) 推荐(0) 编辑