/*************************************************************************************************************************************/ /* */ /* E T U D E D E L A C O M P L E X I T E S T R U C T U R E L L E */ /* D ' U N E C O M B I N A I S O N D E S C O O R D O N N E E S : */ /* */ /* */ /* Author of '$xrC/ObjetComplexe.61$vv$c' : */ /* */ /* Jean-Francois Colonna (LACTAMME, 20130504115142). */ /* */ /*************************************************************************************************************************************/ #ifdef COMMENTS # undef COMMENTS #else #endif #define COMMENTS "Combinaison logique et arbitraire des coordonnees (format octet) -noir ou blanc-" #include "images_1octet.01.vv.I" #ifndef BLOCS_X #define BLOCS_X \ gDIVI(dimX,128) #else #endif #ifndef BLOCS_Y # define BLOCS_Y \ gDIVI(dimY,128) #else #endif #ifndef MODULO # define MODULO \ (3) #else #endif int blocs_X=BLOCS_X; int blocs_Y=BLOCS_Y; int modulo=MODULO; MAIN( { INITIALISATION_IMAGE(COND(REST(OUEX(DIVI(x,blocs_X),DIVI(y,blocs_Y)),modulo)==0,NOIR,BLANC)); SORTIE_DU_FICHIER_IMAGE; EDITER_LES_COMPTEURS_DES_FONCTIONS; } )