摘要:
GuoZai.javapackage edu.facade2;public class GuoZai { public void mai() { System.out.println("买股票"); }}GuPiao.javapackage edu.facade2;publ... 阅读全文
posted @ 2014-05-17 18:06
剑风云
阅读(283)
评论(0)
推荐(0)
摘要:
目录:ClassA.javapackage cn.itcast.domain;public class ClassA { public String say() { return "Hello World!"; }}applicationContext.xml Cla... 阅读全文
posted @ 2014-05-17 17:30
剑风云
阅读(731)
评论(0)
推荐(0)
摘要:
阅读全文
posted @ 2014-05-17 11:30
剑风云
阅读(101)
评论(0)
推荐(0)
摘要:
int const MAX_N=100000;int par[MAX_N];//父亲int rank[MAX_N];//树的高度//初始化n个元素void init(int n){ for(int i=0;i#includeint const MAX_N=100000;int const MA... 阅读全文
posted @ 2014-05-17 10:30
剑风云
阅读(139)
评论(0)
推荐(0)

浙公网安备 33010602011771号