mh2tip/test2/datay.js

54 lines
890 B
JavaScript
Raw Normal View History

2023-02-17 17:21:00 +08:00
type = new Array(12);
at = new Array(12);
h = new Array(12);
cn = new Array(4);
cz = new Array(4);
type[1] = "連 12";
type[2] = "連 12+5";
type[3] = "連 12+5+4";
type[4] = "連 12+5+4+2";
type[5] = "拡 4+3+3";
type[6] = "拡 5+4+4";
type[7] = "拡 4+4+4+3+3";
type[8] = "拡 5+4+4+3+3";
type[9] = "貫 6×3";
type[10] = "貫 6×4";
type[11] = "貫 6×5";
type[12] = "貫 6×6";
at[1] = "12";
at[2] = "17";
at[3] = "21";
at[4] = "23";
at[5] = "10";
at[6] = "13";
at[7] = "18";
at[8] = "19";
at[9] = "18";
at[10] = "24";
at[11] = "30";
at[12] = "36";
h[1] = "1";
h[2] = "2";
h[3] = "3";
h[4] = "4";
h[5] = "3";
h[6] = "3";
h[7] = "5";
h[8] = "5";
h[9] = "3";
h[10] = "4";
h[11] = "5";
h[12] = "6";
cn[1] = "0.4";
cn[2] = "1.0";
cn[3] = "1.5";
cn[4] = "1.5";
cz[1] = "0.5";
cz[2] = "0.75";
cz[3] = "1.0";
cz[4] = "1.125";