#######################################################################################################################################
# #
# G E N E R A T I O N D E L ' E V O L U T I O N D U J E U D E L A V I E B I D I M E N S I O N N E L : #
# #
# #
# Author of '$xiirk/.JVIE.61.2.$U' : #
# #
# Jean-Francois Colonna (LACTAMME, 20120227182008). #
# #
#######################################################################################################################################
$c #define N0 cPremiere
$c #define N cDerniere
$c
$c int main()
$c {
$c int n;
$c
$c for (n=N0 ; n<=N ; n++)
$c {
$c printf("Suq\n");
$c
$c printf("$xci/format.01$X
$c A=$_____ImageT1.%04d
$c $formatI
$c mode=0
$c R=$_____ImageT1.1
$c $formatR_Std\n"
$c ,n
$c );
$c
$c printf("Std\n");
$c
$c printf("$xci/grille.01$X
$c A=$_____ImageT1.1
$c niveau=$NOIR
$c mx=4 my=4
$c R=$_____ImageT1.2
$c $formatI\n"
$c );
$c printf("$xci/format.01$X
$c A=$_____ImageT1.2
$c $formatI
$c mode=0
$c R=$_____ImageT1.%04d
$c $formatR_Sdu\n"
$c ,n
$c );
$c
$c printf("Sdu\n");
$c }
$c }