Go to the source code of this file.
Data Structures | |
struct | Symbol |
struct | Une_regle |
struct | Les_regles |
struct | Partition |
struct | Descripteur |
struct | Fct_appartenance |
struct | fusion_floue_t |
Defines | |
#define | MAXI(i, j) ( (i) > (j) ? (i) : (j) ) |
#define | MINI(i, j) ( (i) < (j) ? (i) : (j) ) |
#define | SQR(i) ( (i) * (i) ) |
Typedefs | |
typedef int(* | PFI )() |
typedef char | chaine [100] |
typedef unsigned char | Byte |
typedef float | degre_app |
typedef degre_app * | ss_ens_flou_symb |
Functions | |
param * | ff_symb_lect (fusion_floue_t *des, param *ptp, char *debq) |
int | ff_symb_init (fusion_floue_t *des) |
int | ff_symb_calc (fusion_floue_t *des, float *data, float *result) |
int | ff_symb_ferm (fusion_floue_t *des) |
#define MAXI | ( | i, | |||
j | ) | ( (i) > (j) ? (i) : (j) ) |
#define MINI | ( | i, | |||
j | ) | ( (i) < (j) ? (i) : (j) ) |
typedef degre_app* ss_ens_flou_symb |