/*************************************************************************************************************************************/ /* */ /* E T U D E D E L A S U I T E D E S Y R A C U S E : */ /* */ /* */ /* Author of '$xrk/Syracuse.01$K' : */ /* */ /* Jean-Francois COLONNA (LACTAMME, 20110305114400). */ /* */ /*************************************************************************************************************************************/ /*===================================================================================================================================*/ /*************************************************************************************************************************************/ /* */ /* I N T E R F A C E ' listG ' : */ /* */ /* */ /* :Debut_listG: */ /* :Fin_listG: */ /* */ /*************************************************************************************************************************************/ /*===================================================================================================================================*/ /*************************************************************************************************************************************/ /* */ /* D I R E C T I V E S S P E C I F I Q U E S D E C O M P I L A T I O N : */ /* */ /*************************************************************************************************************************************/ /*===================================================================================================================================*/ /*************************************************************************************************************************************/ /* */ /* F I C H I E R S D ' I N C L U D E S : */ /* */ /*************************************************************************************************************************************/ #include INCLUDES_BASE #include image_image_IMAGESF_EXT #include maths_fonct_NOMBRES_EXT /*===================================================================================================================================*/ /*************************************************************************************************************************************/ /* */ /* P A R A M E T R E S : */ /* */ /*************************************************************************************************************************************/ #define PAS_INTER_NOMBRES \ I \ /* Pas de passage d'un nombre au suivant... */ /*===================================================================================================================================*/ /*************************************************************************************************************************************/ /* */ /* M A C R O S U T I L E S : */ /* */ /*************************************************************************************************************************************/ /*===================================================================================================================================*/ /*************************************************************************************************************************************/ /* */ /* E T U D E D E L A S U I T E D E S Y R A C U S E : */ /* */ /*************************************************************************************************************************************/ BCommande(nombre_d_arguments,arguments) /*-----------------------------------------------------------------------------------------------------------------------------------*/ Bblock DEFV(CHAR,INIC(POINTERc(nom_imageR),NOM_PIPE)); DEFV(Positive,INIT(pas_inter_nombres,PAS_INTER_NOMBRES)); /* Pas de passage d'un nombre au suivant... */ /*..............................................................................................................................*/ GET_ARGUMENTSi(nombre_d_arguments ,BLOC(GET_ARGUMENT_C("imageR=""R=",nom_imageR); GET_ARGUMENT_I("pas_inter_nombres=""pin=""pas=""p=",pas_inter_nombres); GET_ARGUMENT_I("nombre_maximal_iterations=""iterations=",IFsuite_de_Syracuse_____nombre_maximal_d_iterations); GET_ARGUMENT_I("premier_nombre_entier=""premier=",IFsuite_de_Syracuse_____premier_nombre_entier); GET_ARGUMENT_I("valeur_d_arret=""arret=",IFsuite_de_Syracuse_____valeur_d_arret); GET_ARGUMENT_I("rang_initial=""rang=",IFsuite_de_Syracuse_____rang_initial_d_apparition_de_la_valeur_d_arret); GET_ARGUMENT_I("diviseur=""div=",IFsuite_de_Syracuse_____diviseur); GET_ARGUMENT_I("alpha=""a=",IFsuite_de_Syracuse_____alpha___); GET_ARGUMENT_I("beta=""b=",IFsuite_de_Syracuse_____beta____); GET_ARGUMENT_L("editer_rangs=""editer=",IFsuite_de_Syracuse_____editer_les_rangs); GET_ARGUMENT_I("premier_rang_edition=""pre=",IFsuite_de_Syracuse_____premier_rang_d_edition); /* Arguments introduits le 20110306093235... */ ) ); CALi(IFinitialisation(IFmageR,FLOT__NOIR)); CALS(IFsuite_de_Syracuse(IFmageR,INFINI,pas_inter_nombres)); CALi(IupdateF_image(nom_imageR,IFmageR)); RETU_Commande; Eblock ECommande