上一页 1 2 3 4 5 6 7 ··· 9 下一页

2013年10月11日

摘要: 自己写东西好孤单,好无助。 阅读全文
posted @ 2013-10-11 02:34 shizuka 阅读(117) 评论(0) 推荐(0) 编辑

2013年10月10日

摘要: 10多天没碰代码了,刚有点精神,调了下,消除部分的逻辑都OK了!可以做表格到DATA的部分了!先PYTHON:excel -> xml再tinyxml: xml -> data 阅读全文
posted @ 2013-10-10 04:35 shizuka 阅读(117) 评论(0) 推荐(0) 编辑
摘要: 用struct做map的key会需要"operator #include #include using namespace std;//////////////////////////////////////////////////////////////////////////struct s{ int x; int y;};void main(){ map m; s* a = new s; a->x = 1; a->y = 2; s* b = new s; b->x = 1; b->y = 2; m.insert(pair(a, ... 阅读全文
posted @ 2013-10-10 03:30 shizuka 阅读(278) 评论(0) 推荐(0) 编辑

2013年9月22日

摘要: 这两天重写了,消除后本身的下落计算还有问题,新产生的块下落和消除已经OK了。消除算法真的很要命。最后还是回归最开始的想法,用递归的方式不断的SPREAD来得到消除的数据。快到月底了,得勤写写了,要不找工作都费劲了。 阅读全文
posted @ 2013-09-22 11:49 shizuka 阅读(172) 评论(0) 推荐(0) 编辑

2013年9月12日

摘要: 试过才知道一点都不简单,虽然表现出的逻辑是错的,但是至少运行上是正确的。 阅读全文
posted @ 2013-09-12 06:13 shizuka 阅读(114) 评论(0) 推荐(0) 编辑

2013年9月11日

摘要: 终于有个雏形了,再给自己一些时间做做看吧。 阅读全文
posted @ 2013-09-11 10:19 shizuka 阅读(110) 评论(0) 推荐(0) 编辑

2013年9月8日

摘要: 何したい、どこ行きたい、何のために生きる、ほし物何。ちゅと寂しい。 阅读全文
posted @ 2013-09-08 23:46 shizuka 阅读(83) 评论(0) 推荐(0) 编辑

2013年9月6日

摘要: 阅读全文
posted @ 2013-09-06 01:13 shizuka 阅读(95) 评论(0) 推荐(0) 编辑

2013年8月25日

摘要: 阅读全文
posted @ 2013-08-25 15:36 shizuka 阅读(142) 评论(0) 推荐(0) 编辑

2013年8月19日

摘要: #include #include using namespace std;templateclass S{public: S() {} static T* t; static void gen() { static T p; t = &p;/* t = new T();*/ }};class A : public S { public: char carr[1024]; };A* A::t = NULL;class B : public S { public: char carr[2048]; };B* B::t = N... 阅读全文
posted @ 2013-08-19 07:06 shizuka 阅读(295) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 9 下一页

导航