2014年5月9日

【HDOJ】2612 Find a way

摘要: BFS。 1 #include 2 #include 3 #include 4 #include 5 using namespace std; 6 7 #define INF 0x3fffffff 8 9 typedef struct node_st {10 int x, y, ... 阅读全文

posted @ 2014-05-09 15:24 Bombe 阅读(145) 评论(0) 推荐(0) 编辑

【原创】如何构建MIPS交叉编译工具链

摘要: 运行环境:Ubuntu12.04PC提前安装库:flex,bison,libncureses5-dev,texinfo,这些库提前apt-get install。需要重新安装:gawk(先apt-get remove mawk, 然后apt-get install gawk,工具链构建完成后可恢复)... 阅读全文

posted @ 2014-05-09 10:51 Bombe 阅读(6109) 评论(0) 推荐(0) 编辑

导航