package io4;
public class pro {
String[] index=new String[500];
String[] credit=new String[500];
String[] dic_index=new String[500];
String[] dic_credit=new String[500];
int fastline,lastline;
int creditx,credity;
int number_index,number_credit;
double[][] v=new double[300][300];
double[][] vs=new double[300][300];
double[][] a=new double[300][300];
double[] im=new double[300];
double[] ex=new double[300];
double[]inv_p=new double[300];
double[] inv_g=new double[300];
double[] c_p=new double[300];
double[] c_p2=new double[300];
double[] c_g=new double[300];
double[] good=new double[300];
double[] c_g2=new double[300];
double[] de=new double[300];
double[] w=new double[300];
double[] r=new double[300];
double[] tax=new double[300];
double[] y=new double[300];
String[] code=new String[50];
public static void main(String[] args) {
pro test=new pro();
}
pro(){
int tr;
String str="K,"+"農林水産業,鉱業,食料品,繊維,パルプ・紙,化学,石油・石炭製品,窯業・土石製品,";
str=str+"一次金属,金属製品,一般機械,電気機械,輸送用機械,精密機械,その他の製造業,";
str=str+"建設業,電気・ガス・水道業,卸売・小売業,金融・保険業,不動産業,運輸業,";
str=str+"情報通信業,サービス業,政府サービス生産者,対家計民間非営利サービス生産者";
String[] name=str.split(",");
int s;
code[1]="agl";
code[2]="mining";
code[3]="food";
code[4]="cloth";
code[5]="paper";
code[6]="chemical";
code[7]="oil";
code[8]="ceramic";
code[9]="fe";
code[10]="metal";
code[11]="machine";
code[12]="elec";
code[13]="car";
code[14]="camera";
code[15]="other";
code[16]="con";
code[17]="power";
code[18]="shop";
code[19]="money";
code[20]="land";
code[21]="transport";
code[22]="info";
code[23]="service";
code[24]="gov";
code[25]="school";
for(s=1;s<26;s++){
System.out.println(code[s]+","+name[s]);
}
int yy;
for(yy=2005;yy<2014;yy++){
iox sub3=new iox();
sub3.makedata(yy);
index=sub3.dic_index;
credit=sub3.dic_credit;
number_index=sub3.number_index;
number_credit=sub3.number_credit;
a=sub3.a;
y=sub3.y;
de=sub3.de;
w=sub3.w;
tax=sub3.tax;
r=sub3.r;
ex=sub3.ex;
im=sub3.im;
inv_p=sub3.inv_p;
inv_g=sub3.inv_g;
c_p=sub3.c_p;
c_g=sub3.c_g;
c_p2=sub3.c_p2;
c_g2=sub3.c_g2;
good=sub3.good;
}
}
}
最終更新:2015年04月18日 17:25