class dsge0320{
double cx[]=new double[101];
double a,beta;
public static void main(String [] args) {
dsge0320 test=new dsge0320();
}
dsge0320(){
a=0.33;
beta=0.95;
dsge f=new dsge();
f.a=a;
f.beta=beta;
f.makedata();
cx=f.cx;
}
}
最終更新:2011年03月23日 11:11