Universidad Católica Boliviana "San Pablo"
UNIVERSIDAD CATÓLICA BOLIVIANA “SAN PABLO” CÓDIGO FUENTE YAMILEY FLORES CÁCERES 88 1985. for (int i = 0; i < rowCount; i++) { 1986. num3 = ((tabla[i][145] / 100) * (fpu * 100) 1987. / ((80 * (fy * 10) * (0.8 * h)))) 1988. (Math.pow(0.8 * h / bw, 0.5)); 1989. tabla[i][217] = (tabla[i][216] == CASO_1) ? Math.min(num1, num2) 1990. : Math.min(Math.min(num1, num2), num3); 1991. } 1992. } 1993. 1994. private void generateColumn219() { 1995. for (int i = 0; i < rowCount; i++) { 1996. tabla[i][218] = (tabla[i][210] > tabla[i][217]) ? OK : NO_CUMPLE; 1997. } 1998. } 1999. 2000. private double buscarVAcero(double numBus, int colBus, int colRet) { 2001. int fila = 0; 2002. boolean h = false; 2003. for (int i = 0; i < ROW_COUNTS_ACERO && !h; i++) { 2004. if (tablaAcero[i][colBus] == numBus) { 2005. fila = i; 2006. h = true; 2007. }
RkJQdWJsaXNoZXIy Mjc5NTQw