####################################################################################################################################### # # # A C C U M U L A T I O N S D E L I G N E S D E C O T E S T R I D I M E N S I O N N E L L E S : # # # # # # Author of '$xiirf/.COT3.41.1.$U' : # # # # Jean-Francois Colonna (LACTAMME, 20140122075645). # # # ####################################################################################################################################### $Z setParam _____Seuil 160 $c #include <stdio.h> $c $c #define N0 Premiere $c #define N Derniere $c $c int main() $c { $c int n; $c $c for (n=(N0+1) ; n<=N ; n++) $c { $c printf("$xci/seuil$X $c A=$xTV/COT3.1.%04d $c seuil=$_____Seuil $c R=$_____ImageT1.%04d $c $formatI\n" $c ,n $c ,n $c ); $c } $c }