摘要: Context.javapackage edu.interpreter;public class Context { private String input; private int output; public String getInput() { return... 阅读全文
posted @ 2014-05-18 15:53 剑风云 阅读(177) 评论(0) 推荐(0) 编辑
摘要: 拓扑图1234测试: 阅读全文
posted @ 2014-05-18 13:57 剑风云 阅读(127) 评论(0) 推荐(0) 编辑
摘要: State.javapackage edu.state;public abstract class State { public abstract void doSomething(Person person);}LState.javapackage edu.state;public clas... 阅读全文
posted @ 2014-05-18 12:57 剑风云 阅读(369) 评论(0) 推荐(0) 编辑
摘要: //#define LOCAL#include#include#include#includeint const MAX_N=101;typedef struct Point{ int x,y; bool operatorVec[i].y) { ... 阅读全文
posted @ 2014-05-18 10:31 剑风云 阅读(194) 评论(0) 推荐(0) 编辑
摘要: //#define LOCAL#include#includeusing namespace std;int const MAX_N=100001;int const INF=10000000;int N,M,x[MAX_N];void init(){ for(int i=0;i1) {... 阅读全文
posted @ 2014-05-18 10:06 剑风云 阅读(262) 评论(0) 推荐(0) 编辑