Universidad Católica Boliviana "San Pablo"
UNIVERSIDAD CATÓLICA BOLIVIANA “SAN PABLO” CÓDIGO FUENTE YAMILEY FLORES CÁCERES 4 70. {12, 1.27, 0.888, 3.99}, 71. {16, 1.99, 1.578, 5.00}, 72. {20, 2.84, 2.466, 5.97}, 73. {22.5, 3.87, 3.040, 6.97}, 74. {25, 5.07, 3.850, 7.98} 75. }; 76. private static final int ROW_COUNTS_ACERO = 8; 77. private static final int COLUMN_COUNTS_ACERO = 4; 78. /*constantes*/ 79. private static final String[] NAME_TRAMOS = {"Exterior", "Interior"}; 80. private static final byte EXTERIOR = 0; 81. private static final byte INTERIOR = 1; 82. private static final byte OK = 2; 83. private static final byte NO_CUMPLE_AUM_BARRAS = 3; 84. private static final byte REVISAR = 4; 85. private static final byte NO_CUMPLE = 5; 86. private static final byte CASO_1 = 6; 87. private static final byte CASO_2 = 7; 88. /*dimensiones de la matriz*/ 89. private static final int COLUMN_COUNTS = 221; 90. private static final int ROW_COUNTS_CROSS = 17; 91. private int COL_COUNTS_CROSS; 92. private int rowCount;
RkJQdWJsaXNoZXIy Mjc5NTQw