File:  [Repository ATC2] / ADD_ver_10 / Attic / calculosmatrices.h
Revision 1.2: download - view: text, annotated - select for diffs
Wed Feb 15 13:00:30 2006 UTC (18 years, 7 months ago) by rico
Branches: MAIN
CVS tags: Version_10, HEAD
*** empty log message ***

/******************************************************************************/
/* MÓDULO: calculosmatrices.h                                                 */
/*                                                                            */
/* Prototipos de funciones utilizadas en el módulo 'CalculosMatrices.c'       */
/******************************************************************************/
/* Fecha: 29 de septiembre de 2005                                            */
/******************************************************************************/


/* MÓDULO 'Notificaciones.c' */

void Notificar(char *mensaje, unsigned char accion, unsigned char eco);



/* MÓDULO 'Matrices.c' */

unsigned char ** CrearMatriz();
void IniciarMatriz(unsigned char **matriz);
void LiberarMemoriaMatriz(unsigned char **matriz);



/* MÓDULO 'Auxiliares.c' */

void AgregarElementoLista(char *lista, char *cadena);
double CalcularNuevoPromedio (double promedioanterior, double valoractual, unsigned long n);
double InversoNormalizado (unsigned int dimension, double valor);





FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>