IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)
Navigation

Inscrivez-vous gratuitement
pour pouvoir participer, suivre les réponses en temps réel, voter pour les messages, poser vos propres questions et recevoir la newsletter

 C Discussion :

Erreur de segmentation


Sujet :

C

  1. #1
    Futur Membre du Club
    Profil pro
    Inscrit en
    Mars 2008
    Messages
    18
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Mars 2008
    Messages : 18
    Points : 8
    Points
    8
    Par défaut Erreur de segmentation
    bonjour, voila je vient parmi vous pour rechercher de l'aide pour mon code.

    apres quelque jours de réflexions je ne trouve pas d'où cela vient.

    MAIN......

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    66
    67
    68
    69
    70
    71
    72
    73
    74
    75
    76
    77
    78
    79
    80
    81
    82
    83
    84
    85
    86
    87
    88
    89
    90
    91
    92
    93
    94
    95
    96
    97
    98
    99
    100
    101
    102
    103
    104
    105
    106
    107
    108
    109
    110
    111
    112
    113
    114
    115
    116
    117
    118
    119
    120
    121
    122
    123
    124
    125
    126
    127
    128
    129
    130
    131
    132
    133
    134
    135
    136
    137
    138
    139
    140
    141
    142
    143
    144
    145
    146
    147
    148
    149
    150
    151
    152
    153
    154
    155
    156
    157
    158
    159
    160
    161
    162
    163
    164
    165
    166
    167
    168
    169
    170
    171
    172
    173
    174
    175
    176
    177
    178
    179
    180
    181
    182
    183
    184
    185
    186
    187
    188
    189
    190
    191
    192
    193
    194
    195
    196
    197
    198
    199
    200
    201
    202
    203
    204
    205
    206
    207
    208
    209
    210
    211
    212
    213
    214
    215
    216
    217
    218
    219
    220
    221
    222
    223
    224
    225
    226
    227
    228
    229
    230
    231
    232
    233
    234
    235
    236
    237
    238
    239
    240
    241
    242
    243
    244
    245
    246
    247
    248
    249
    250
    251
    252
    253
    254
    255
    256
    257
    258
    259
    260
    261
    262
    263
    264
    265
    266
    267
    268
    269
    270
    271
    272
    273
    274
    275
    276
    277
    278
    279
    280
    281
    282
    283
    284
    285
    286
    287
    288
    289
    290
    291
    292
    293
    294
    295
    296
    297
    298
    299
    300
    301
    302
    303
    304
    305
    306
    307
    308
    309
    310
    311
    312
    313
    314
    315
    316
    317
    318
    319
    320
    321
    322
    323
    324
    325
    326
    327
    328
    329
    330
    331
    332
    333
    334
    335
    336
    337
    338
    339
    340
    341
    342
    343
    344
    345
    346
    347
    348
    349
    350
    351
    352
    353
    354
    355
    356
    357
    358
    359
    360
    361
    362
    363
    364
    365
    366
    367
    368
    369
    370
    371
    372
    373
    374
    375
    376
    377
    378
    379
    380
    381
    382
    383
    384
    385
    386
    387
    388
    389
    390
    391
    392
    393
    394
    395
    396
    397
    398
    399
    400
    401
    402
    403
    404
    405
    406
    407
    408
    409
    410
    411
    412
    413
    414
    415
    416
    417
    418
    419
    420
    421
    422
    423
    424
    425
    426
    427
    428
    429
    430
    431
    432
    433
    434
    435
    436
    437
    438
    439
    440
    441
    442
    443
    444
    445
    446
    447
    448
    449
    450
    451
    452
    453
    454
    455
    456
    457
    458
    459
    460
    461
    462
    463
    464
    465
    466
    467
    468
    469
    470
    471
    472
    473
    474
    475
    476
    477
    478
    479
    480
    481
    482
    483
    484
    485
    486
    487
    488
    489
    490
    491
    492
    493
    494
    495
    496
    497
    498
    499
    500
    501
    502
    503
    504
    505
    506
    507
    508
    509
    510
    511
    512
    513
    514
    515
    516
    517
    518
    519
    520
    521
    522
    523
    524
    525
    526
    527
    528
    529
    530
    531
    532
    533
    534
    535
    536
    537
    538
    539
    540
    541
    542
     
    #include <stdio.h>
    #include <stdlib.h>
    #include <time.h>
    #include "couleur.h"
     
    /*-----------------------mercredi 12 mars 2008 a  01:23-----------------------------*/
     
     /*--------------------------------------------------------------------------------------------------------------------*/
    /* structure vache */
    struct vache_s
    {
    int age;
    int energie;
    int vache_x;
    int vache_y;
    int etat_vache;
    };
    typedef struct vache_s vache_t;
     
     
    /* fonction nombres aleatoire */
     
    int hasard(int min, int max)
    {
     
    	/*return (rand()%(max+1));*/
      	return (int) (min + ((float) rand() / RAND_MAX * (max - min + 1)));
     
    }
     
     /*--------------------------------------------------------------------------------------------------------------------*/
    /* calcul de la moyenne avec nouveaux tableaux de valeur */
     
    void moyenne(int** tablo,int** tablo2, int x, int y, float valeurcal)
    {
    float moy;
    int max=0;
    moy=valeurcal/8;
    	if(tablo2[x][y]<=0)
    	{
    		tablo2[x][y]=0;
    	}
    if((tablo[x][y]<255)&&(tablo[x][y]>=0))
    {
    		if( moy<tablo[x][y]/10 )
    		{	
    			tablo2[x][y]=tablo[x][y]-1;
    		}
    		else if (moy>tablo[x][y]/10)
    		{
    			tablo2[x][y]=tablo[x][y]+1;	
    		}
    		else
    		{
    			max = (0.2)*moy;
    			tablo2[x][y]=tablo[x][y]+hasard(0,max);
     
    				if(tablo[x][y]>=255)
    				{
    					tablo2[x][y]=255;
    				}
    				if(tablo[x][y]<0)
    				{
    					tablo2[x][y]=0;
    				}
    		}	
    }
     
    }
     
     
     
     /*--------------------------------------------------------------------------------------------------------------------*/
     
    /* fonction affiche le tableaux */
     
    void affiche(int** tablo,vache_t** tablo3, int tabx,int taby)
    {
      int i,x;
          printf("\n\n");
      for(i=0;i<tabx;i++)
        {
          for(x=0;x<taby;x++)
    	{
    	if(((tablo3[i][x].energie>0)&&(tablo3[i][x].energie<200))||((tablo3[i][x].age>0)&&(tablo3[i][x].age<200)))
    	{
    	couleur("1;40;37"); /* vache*/
    	}
    	else
    	{
    	couleur("40;32");  /*herbe*/
    	}
     
    	printf("  %4d  ",tablo[i][x]);
    	couleur("0");
    	}
     
          printf("\n");
        }
        	usleep(1000000);
     
    }
     
     /*--------------------------------------------------------------------------------------------------------------------*/
     
     
    /* depassement dans le tableaux */
     
    void depasse(int** tablo,int** tablo2, int tabx, int taby)
    {
    int a,b,x,y;
    float calcul;
     
    	for(x=0;x<tabx;x++)
    	{
    		for(y=0;y<taby;y++)
    		{
     
     
     
    		for(a=x-1;a<x+1;a++)
    	    	{
    	      		for(b=y-1;b<y+1;b++)
    			{
    				if (((a>-1)&&(a<10))&&((b>-1)&&(b<10)))
    		  		calcul+=tablo[a][b];
    		  		moyenne(tablo,tablo2,x,y,calcul);
     
    			}
    	    	}
     
    		}
    	}
    }
     
     /*--------------------------------------------------------------------------------------------------------------------*/
     
    /*fonction parcoure de tableaux pour les moyennes*/
     
    /*void parcoure(int** tablo,int** tablo2,int tabx,int taby)
    {
    	int x,y;
     
    	for(x=0;x<tabx;x++)
    	{
    		for(y=0;y<taby;y++)
    		{
     
     
    		depasse(x,y,tablo,tablo2, tabx, taby);
    		}
    	}
     
    }*/
     
     /*--------------------------------------------------------------------------------------------------------------------*/
     
    /* fonction copie de tableaux */
     
    void copietab(int** tablo,int** tablo2,int tabx,int taby)
    {
    int x,y;
     
    	for(x=0;x<tabx;x++)
    	{
    		for(y=0;y<taby;y++)
    		{
    			tablo[x][y]=tablo2[x][y];			
    		}
    	}
    }
     
     /*--------------------------------------------------------------------------------------------------------------------*/
     
    void chance(int** tablo,int** tablo2,int tabx,int taby)
    {
    int casealeax,casealeay,max,x;
    casealeax=hasard(tabx,taby);
    casealeay=hasard(tabx,taby);
    max=hasard(0,255);
     x=hasard(1,50);
     
     if(x==50)
       {
       tablo[casealeax][casealeay]+=max;
       }
    }
     
     /*--------------------------------------------------------------------------------------------------------------------*/
     
     /* creation vache + position dans le tablo*/
     
    void creatvache(vache_t** tablo3,int tabx, int taby)
    {
    	int nb_vache_aleatoire,a;
    	int x=hasard(tabx,taby);
    	int y=hasard(tabx,taby);
    	nb_vache_aleatoire=hasard(40,60);
     
    	/* placement */
    	for(a=1;a<nb_vache_aleatoire;a++)
    		{
     
    		  if(tablo3[x][y].energie==-1)
    		    {
    			tablo3[x][y].energie=200;
    			tablo3[x][y].age=1;
    			tablo3[x][y].vache_x=x;
    			tablo3[x][y].vache_y=y;
    			tablo3[x][y].etat_vache=1;
    			x=hasard(tabx,taby);
    			y=hasard(tabx,taby);
     
    		    }
     
     
    		} 	
    }
     /*--------------------------------------------------------------------------------------------------------------------*/
     
    void deplacevache(int** tablo2,vache_t** tablo3,int tabx,int taby)
    {
    int a,b,x,y;
     
     
     
     
    for(x=0;x<tabx;x++)
    {
    	for(y=0;y<taby;y++)
    	{
    	      if (((tablo3[x][y].vache_x>-1)&&(tablo3[x][y].vache_x<10))&&((tablo3[x][y].vache_y>-1)&&(tablo3[x][y].vache_y<10)))
          {
     
      if((tablo3[x][y].vache_x!=x)||(tablo3[x][y].vache_y!=y))
        {
     
          tablo2[x][y]=tablo2[x][y]-5;    /* herbe manger */
          a=tablo3[x][y].vache_x;        /*recup nex position de la vache*/
          b=tablo3[x][y].vache_y;        /* recup nex position de la vache    */
     
          /* on déplace la vache */
          tablo3[a][b].energie =tablo3[x][y].energie+1; /*energie vache +1*/
     
          tablo3[a][b].age=tablo3[x][y].age+1;       /* age vache +1*/
     
          /* on indique la nouvelle position de la vache */
          tablo3[a][b].vache_x = a;
          tablo3[a][b].vache_y = b;
     
          /* on nettoie l'ancinne position de la vache */
          tablo3[x][y].vache_x = -1;
          tablo3[x][y].vache_y = -1;
          tablo3[x][y].age     = -1;
          tablo3[x][y].energie = -1;
        }
        else
        {
        	tablo2[x][y]=tablo2[x][y]-5;
        	tablo3[x][y].age++;
     
        }
     
    	}	
     }
      }	
    } 
     /*--------------------------------------------------------------------------------------------------------------------*/
     
    void herbemax(int** tablo2,vache_t** tablo3,int tabx,int taby)
    {
    int a,b;
    int x,y;
    int max=0;
     
    	for(x=0;x<tabx;x++)
    	{
    	  	for(y=0;y<taby;y++)
    	  	{
    	  		max=tablo2[x][y];
     
    	  		if (tablo3[x][y].etat_vache==1) //parcoure du tableaux de vache
    	  		{
     
    	  			for(a=x-1;a<x+1;a++)
    	    			{
    	      				for(b=y-1;b<y+1;b++)
    					{
    						if (((a>-1)&&(a<tabx))&&((b>-1)&&(b<taby)))
    						{
    							if(tablo2[a][b]>max) // test du max herbe
    							{
    								max=tablo2[a][b];
    							if ((a>=0)&&(a<tabx))
    								tablo3[x][y].vache_x=a;
    							if ((b>=0)&&(b<taby))
    								tablo3[x][y].vache_y=b;
    							}			
    						}
    					}
    				}					 			
    			}
     
    	  	}
     
    	}
     
     
    }
     
    void reproducvache(vache_t** tablo3,int tabx,int taby)
    {
    int a,b,chance;
    int x,y,c,d;
     
     
    	for(x=0;x<tabx;x++)
    	{
    	  	for(y=0;y<taby;y++)
    	  	{
     
    	  		if (((tablo3[x][y].energie>0)&&(tablo3[x][y].energie<201))||((tablo3[x][y].age>0)&&(tablo3[x][y].age<200))) //parcoure du tableaux de vache
    	  		{
     
    	  			for(a=x-1;a<x+1;a++)
    	    			{
    	      				for(b=y-1;b<y+1;b++)
    					{
    						if (((a>-1)&&(a<tabx))&&((b>-1)&&(b<taby)))
    						{
    							if (((tablo3[x][y].energie>-1)&&(tablo3[x][y].energie<201))||((tablo3[x][y].age>-1)&&(tablo3[x][y].age<200)))
    							{
    								chance=hasard(1,50);
     
    									if(chance==10)
    									{
     
    										tablo3[x][y].energie=tablo3[x][y].energie/2;
    										tablo3[a][b].energie=tablo3[a][b].energie/2;
     
    										  for(c=x;c<x+1;c++)
    	    									{
    	      										for(d=y;d<y+1;d++)
    	      										{
    	      											if (((c>-1)&&(c<tabx))&&((d>-1)&&(d<taby)))
    												{
    													if((tablo3[c][d].energie==-1)||(tablo3[c][d].age==-1))
    													{
    														tablo3[c][d].energie=tablo3[x][y].energie+tablo3[a][b].energie;
    														tablo3[c][d].age=1;
    														tablo3[c][d].vache_x=c;
    														tablo3[c][d].vache_y=d;
    														c=30;
    														d=30;
     
    													}
    												}
    											}
    										}
    									}
     
    							}			
    						}
    					}
    				}    			
    			}
     
    	  	}
     
    	}
     
     
    }
     
     
    void deadvache(vache_t** tablo3,int tabx,int taby)
    {
     
    int x,y;
     
     
    	for(x=0;x<tabx;x++)
    	{
    	  	for(y=0;y<taby;y++)
    	  	{
     
     
    	  		if (((tablo3[x][y].energie<0)||(tablo3[x][y].age>200))&&(tablo3[x][y].etat_vache==1)) //parcoure du tableaux de vache
    	  		{
    				tablo3[x][y].energie=-1;
    				tablo3[x][y].age=-1;
    				tablo3[x][y].etat_vache=0;
     
    			}
     
    	  	}
     
    	}
     
     
    }
     
     /*-----------------------------------------------------*/
     /*-----------------------------------------------------*/
     /*-----------------------------------------------------*/
    /*-----------------------------------------------------*/
    int main()
    {
     
      /* declaration */
     
      int i,a,x,y; // variable 
      int** tablo; // declaration du tableaux
      int** tablo2;
      int tabx, taby;
     
      vache_t** tablo3;
    printf("Taille du tableau en X : \n");
    scanf("%ld",&tabx);
    printf("Taille du tableau en y : \n");
    scanf("%ld",&taby);
     
      int min=0;
      int max=255;
     
     
     
      srand(time(NULL));
     
     
     /*--------------------------------------------------------------------------------------------------------------------*/
     
     /* initialisation du tablaux1 */
     
      tablo=(int**)malloc(tabx*sizeof(int*));
     
      for(a=0;a<tabx;a++)
        {
          tablo[a]=(int*)malloc(taby*sizeof(int));
        }
     
     /* initialisation du tablaux2 */
     
      tablo2=(int**)malloc(tabx*sizeof(int*));
     
      for(a=0;a<tabx;a++)
        {
          tablo2[a]=(int*)malloc(taby*sizeof(int));
        }
     
     
    /* initialisation du tablaux3  */
     
      tablo3=(vache_t**)malloc(tabx*sizeof(vache_t*));
     
      for(a=0;a<tabx;a++)
        {
          tablo3[a]=(vache_t*)malloc(taby*sizeof(vache_t));
        }
      for(x=0;x<tabx;x++)
        {
          for(y=0;y<taby;y++)
    	{
    	  tablo3[x][y].energie=-1;
    	tablo3[x][y].vache_y=0;
    	tablo3[x][y].vache_x=0;
    	tablo3[x][y].age=-1;
    	tablo3[x][y].etat_vache=0;
    	}
        }
     
     
     /*--------------------------------------------------------------------------------------------------------------------*/
     
      /* corp du programme*/
     
      /* nombre aleatoire dans le tableax */
     
      for(x=0;x<tabx;x++)
        {
          for(y=0;y<taby;y++)
    	{
    	  tablo[x][y]=hasard(min,max);
    	}
        }
     
     /*--------------------------------------------------------------------------------------------------------------------*/
     
     
     /*  mise en place des vaches  */
      creatvache(tablo3, tabx, taby);
     
     
     
     
     /*--------------------------------------------------------------------------------------------------------------------*/
      /* boucle globale */
    for(i=0;i<300;i++)
    {
    		for(x=0;x<10;x++)// 10 tour pour l'herbe
    		{
    			chance(tablo, tablo2, tabx, taby); //appel de la fonction chance
    			depasse(tablo,tablo2, tabx, taby); // appelde la fonction parcoure
     
     
     
    		}
     
     
    		for(y=0;y<2;y++)// 2 tour pour les vaches
    		{
    			herbemax(tablo2,tablo3, taby, taby);
    			deplacevache(tablo2,tablo3, tabx, taby);	
    			reproducvache(tablo3, tabx, taby);
    			deadvache(tablo3, tabx, taby);	
    			copietab(tablo,tablo2,tabx,taby); //appel de la fonction copie de tableaux
    			affiche(tablo,tablo3, tabx, taby); //appel de la fonction affiche
    		}
     
    		//1 tour pour les loups
     
     
     
     
     
     
     /*--------------------------------------------------------------------------------------------------------------------*/
     
     
     
     
     /*--------------------------------------------------------------------------------------------------------------------*/
     
     
      printf("\n\n\n");
    }
     
     
     
     
    }
    COULEUR.H
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
     
    #ifndef COULEURS
    #define COULEURS
     
    #include <stdio.h>
     
    #define clrscr() printf("\033[H\033[2J")
     
    #define couleur(couleur) printf("\033[%sm",couleur)
     
     
    #endif


    merci d'avance pour votre aide.

  2. #2
    gl
    gl est déconnecté
    Rédacteur

    Homme Profil pro
    Inscrit en
    Juin 2002
    Messages
    2 165
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 45
    Localisation : France, Isère (Rhône Alpes)

    Informations forums :
    Inscription : Juin 2002
    Messages : 2 165
    Points : 4 637
    Points
    4 637
    Par défaut
    Déjà, il faudrait corriger les erreurs et warnings à l compilation

    Compiling: main.c
    E:\projet\test_DVP\main.c: In function `affiche':
    E:\projet\test_DVP\main.c:100: warning: implicit declaration of function `usleep'
    E:\projet\test_DVP\main.c: In function `main':
    E:\projet\test_DVP\main.c:419: warning: long int format, int arg (arg 2)
    E:\projet\test_DVP\main.c:421: warning: long int format, int arg (arg 2)
    E:\projet\test_DVP\main.c: At top level:
    E:\projet\test_DVP\main.c:175: warning: unused parameter 'tablo2'
    E:\projet\test_DVP\main.c: In function `depasse':
    E:\projet\test_DVP\main.c:112: warning: 'calcul' might be used uninitialized in this function
    E:\projet\test_DVP\main.c: In function `main':
    E:\projet\test_DVP\main.c:541: warning: control reaches end of non-void function
    Linking console executable: bin\Release\test_DVP.exe
    obj\Release\main.o:main.c.text+0x29e): undefined reference to `_usleep'
    collect2: ld returned 1 exit status
    Process terminated with status 1 (0 minutes, 0 seconds)
    1 errors, 6 warnings

    Sinon, il y a une erreur dans les bornes passer à la fonction hasard() depuis la fonction creatvache() : je doute que tu cherches a tirer pour x et y un nombre compris entre le nombre de ligne et le nombre de colonne. En outre les indices de tableau vont de 0 à n-1, pas de1 a n.

    En clair les lignes (attention, elles apparaissent deux fais dans ton code).
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    x=hasard(tabx,taby);
    y=hasard(tabx,taby);
    deviennent

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    x=hasard(0,tabx - 1);
    y=hasard(0,taby - 1);
    J'ai aussi du modifier la fonction hasard. Pourquoi multiplies-tu par max-min+1 et non par max-min ?

    Ce qui me surprends par contre c'est d'avoir une erreur sur une des premières fonctions utilisées avec un code aussi long.
    Il faut tester fonction par fonction plutôt que de taper des kilomètres de code pour s'apercevoir que ça ne fonctionne pas au bout.

  3. #3
    Expert éminent sénior
    Avatar de diogene
    Homme Profil pro
    Enseignant Chercheur
    Inscrit en
    Juin 2005
    Messages
    5 761
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France, Essonne (Île de France)

    Informations professionnelles :
    Activité : Enseignant Chercheur
    Secteur : Enseignement

    Informations forums :
    Inscription : Juin 2005
    Messages : 5 761
    Points : 13 926
    Points
    13 926
    Par défaut
    Dans la liste des erreurs/avertissement envoyé par gl figure
    E:\projet\test_DVP\main.c: In function `depasse':
    E:\projet\test_DVP\main.c:112: warning: 'calcul' might be used uninitialized in this function
    Ce genre de warning, (utilisation d'une variable dans le calcul d'une expression sans qu'elle ait été initialisée - qui contient donc n'importe quoi) est toujours une erreur grave.
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    void depasse(......)
    {
    int a,b,x,y;
    float calcul;
     	for(x=0;x<tabx;x++)
    	{
    	   ...
    		if (((a>-1)&&(a<10))&&((b>-1)&&(b<10)))
    	 	   calcul+=tablo[a][b];
    Publication : Concepts en C

    Mon avatar : Glenn Gould

    --------------------------------------------------------------------------
    Une réponse vous a été utile ? Remerciez son auteur en cliquant le pouce vert !

  4. #4
    Futur Membre du Club
    Profil pro
    Inscrit en
    Mars 2008
    Messages
    18
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Mars 2008
    Messages : 18
    Points : 8
    Points
    8
    Par défaut
    merci pour vos réponses.

    pour dire vrai le code que j'ai posté n'est pas celui que j'avais fait il y à quelque semaine car celui à était supprimer en même temps que mon debian.

    celui est un version non fini est j'arrive plus à suivre ce que je devais faire.


    merci pour les indications.

  5. #5
    Futur Membre du Club
    Profil pro
    Inscrit en
    Mars 2008
    Messages
    18
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Mars 2008
    Messages : 18
    Points : 8
    Points
    8
    Par défaut
    bonjour à vous.

    voila je vient de refaire le code maintenant je me retrouve que mes vache ne vérifies que les position de gauche pour savoir si elle peuvent ce déplacer et qu'il y a un souci aux niveaux de la production des vaches.


    je voudrais que mes déplacement de vache et de reproduction soient aléatoire sur l'une des 8 case qui entoure ma vache.

    merci d'avance pour vos réponse.



    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    66
    67
    68
    69
    70
    71
    72
    73
    74
    75
    76
    77
    78
    79
    80
    81
    82
    83
    84
    85
    86
    87
    88
    89
    90
    91
    92
    93
    94
    95
    96
    97
    98
    99
    100
    101
    102
    103
    104
    105
    106
    107
    108
    109
    110
    111
    112
    113
    114
    115
    116
    117
    118
    119
    120
    121
    122
    123
    124
    125
    126
    127
    128
    129
    130
    131
    132
    133
    134
    135
    136
    137
    138
    139
    140
    141
    142
    143
    144
    145
    146
    147
    148
    149
    150
    151
    152
    153
    154
    155
    156
    157
    158
    159
    160
    161
    162
    163
    164
    165
    166
    167
    168
    169
    170
    171
    172
    173
    174
    175
    176
    177
    178
    179
    180
    181
    182
    183
    184
    185
    186
    187
    188
    189
    190
    191
    192
    193
    194
    195
    196
    197
    198
    199
    200
    201
    202
    203
    204
    205
    206
    207
    208
    209
    210
    211
    212
    213
    214
    215
    216
    217
    218
    219
    220
    221
    222
    223
    224
    225
    226
    227
    228
    229
    230
    231
    232
    233
    234
    235
    236
    237
    238
    239
    240
    241
    242
    243
    244
    245
    246
    247
    248
    249
    250
    251
    252
    253
    254
    255
    256
    257
    258
    259
    260
    261
    262
    263
    264
    265
    266
    267
    268
    269
    270
    271
    272
    273
    274
    275
    276
    277
    278
    279
    280
    281
    282
    283
    284
    285
    286
    287
    288
    289
    290
    291
    292
    293
    294
    295
    296
    297
    298
    299
    300
    301
    302
    303
    304
    305
    306
    307
    308
    309
    310
    311
    312
    313
    314
    315
    316
    317
    318
    319
    320
    321
    322
    323
    324
    325
    326
    327
    328
    329
    330
    331
    332
    333
    334
    335
    336
    337
    338
    339
    340
    341
    342
    343
    344
    345
    346
    347
    348
    349
    350
    351
    352
    353
    354
    355
    356
    357
    358
    359
    360
    361
    362
    363
    364
    365
    366
    367
    368
    369
    370
    371
    372
    373
    374
    375
    376
    377
    378
    379
    380
    381
    382
    383
    384
    385
    386
    387
    388
    389
    390
    391
    392
    393
    394
    395
    396
    397
    398
    399
    400
    401
    402
    403
    404
    405
    406
    407
    408
    409
    410
    411
    412
    413
    414
    415
    416
    417
    418
    419
    420
    421
    422
    423
    424
    425
    426
    427
    428
    429
    430
    431
    432
    433
    434
    435
    436
    437
    438
    439
    440
    441
    442
    443
    444
    445
    446
    447
    448
    449
    450
    451
    452
    453
    454
    455
    456
    457
    458
    459
    460
    461
    462
    463
    464
    465
    466
    467
    468
    469
    470
    471
    472
    473
    474
    475
    476
    477
    478
    479
    480
    481
    482
    483
    484
    485
    486
    487
    488
    489
    490
    491
    492
    493
    494
    495
    496
    497
    498
    499
    500
    501
    502
    503
    504
    505
    506
    507
    508
    509
    510
    511
    512
    513
    514
    515
    516
    517
    518
    519
    520
    521
    522
    523
    524
    525
    526
    527
    528
    529
    530
    #include <stdio.h>
    #include <stdlib.h>
    #include <time.h>
    #include "couleur.h"
     
    /*-----------------------mercredi 12 mars 2008 a  01:23-----------------------------*/
     
     /*--------------------------------------------------------------------------------------------------------------------*/
    /* structure vache */
     
    struct vache_s
    {
    int age;
    int energie;
    int vache_x;
    int vache_y;
    int etat_vache;
    };
    typedef struct vache_s vache_t;
     
    /* fonction nombres aleatoire */
     
    int hasard(int min, int max)
    {
     
    	/*return (rand()%(max+1));*/
      	return (int) (min + ((float) rand() / RAND_MAX * (max - min + 1)));
     
    }
     
     /*--------------------------------------------------------------------------------------------------------------------*/
    /* calcul de la moyenne avec nouveaux tableaux de valeur */
     
    void moyenne(int** tablo,int** tablo2, int x, int y, float valeurcal)
    {
    float moy;
    int max=0;
    moy=valeurcal/8;
     
    if((tablo[x][y]<255)&&(tablo[x][y]>=0))
    {
    		if( moy<tablo[x][y]/10 )
    		{	
    			tablo2[x][y]=tablo[x][y]-1;
    		}
    		else if (moy>tablo[x][y]/10)
    		{
    			tablo2[x][y]=tablo[x][y]+1;	
    		}
    		else
    		{
    			max = (0.2)*moy;
    			tablo2[x][y]=tablo[x][y]+hasard(0,max);
     
    				if(tablo[x][y]>=255)
    				{
    					tablo2[x][y]=255;
    				}
    				if(tablo[x][y]<0)
    				{
    					tablo2[x][y]=0;
    				}
    		}	
    }
    	if(tablo2[x][y]<0)
    	{
    		tablo2[x][y]=1;
    	}
    }
     
     
     
     /*--------------------------------------------------------------------------------------------------------------------*/
     
    /* fonction affiche le tableaux */
     
    void affiche(int** tablo,vache_t** tablo3)
    {
      int i,x;
          printf("\n\n");
      for(i=0;i<10;i++)
        {
          for(x=0;x<10;x++)
    	{
    	if(tablo3[i][x].etat_vache==1)
    	{
    	couleur("1;40;37"); /* vache*/
    	}
    	else
    	{
    	couleur("40;32");  /*herbe*/
    	}
     
    	printf("  %4d  ",tablo[i][x]);
    	couleur("0");
    	}
     
          printf("\n");
        }
        	usleep(1000000);
        	printf("\033[H\033[2J");
    }
     
     /*--------------------------------------------------------------------------------------------------------------------*/
     
     
    /* depassement dans le tableaux */
     
    void depasse(int x,int y, int** tablo,int** tablo2)
    {
    int a,b;
    float calcul=0;
     
    		for(a=x-1;a<x+1;a++)
    	    	{
    	      		for(b=y-1;b<y+1;b++)
    			{
    				if (((a>-1)&&(a<10))&&((b>-1)&&(b<10)))
    		  		calcul+=tablo[a][b];
    		  		moyenne(tablo,tablo2,x,y,calcul);
     
    			}
    	    	}
     
     
    }
     
     /*--------------------------------------------------------------------------------------------------------------------*/
     
    /*fonction parcoure de tableaux pour les moyennes*/
     
    void parcoure(int** tablo,int** tablo2)
    {
    	int x,y;
     
    	for(x=0;x<10;x++)
    	{
    		for(y=0;y<10;y++)
    		{
     
     
    		depasse(x,y,tablo,tablo2);
    		}
    	}
     
    }
     
     /*--------------------------------------------------------------------------------------------------------------------*/
     
    /* fonction copie de tableaux */
     
    void copietab(int** tablo,int** tablo2)
    {
    int x,y;
     
    	for(x=0;x<10;x++)
    	{
    		for(y=0;y<10;y++)
    		{
    			tablo[x][y]=tablo2[x][y];			
    		}
    	}
    }
     
     /*--------------------------------------------------------------------------------------------------------------------*/
     
    void chance(int** tablo,int** tablo2)
    {
    int casealeax,casealeay,max,x;
    casealeax=hasard(0,9);
    casealeay=hasard(0,9);
    max=hasard(0,255);
     x=hasard(1,50);
     
     if(x==50)
       {
       tablo[casealeax][casealeay]+=max;
       }
    }
     
     /*--------------------------------------------------------------------------------------------------------------------*/
     
     /* creation vache + position dans le tablo*/
     
    void creatvache(vache_t** tablo3)
    {
    	int nb_vache_aleatoire,a;
    	int x=hasard(0,9);
    	int y=hasard(0,9);
    	nb_vache_aleatoire=hasard(20,60);
     
    	/* placement */
    	for(a=1;a<nb_vache_aleatoire;a++)
    		{
     
    		  if(tablo3[x][y].energie==-1)
    		    {
    			tablo3[x][y].energie=200;
    			tablo3[x][y].age=1;
    			tablo3[x][y].vache_x=x;
    			tablo3[x][y].vache_y=y;
    			tablo3[x][y].etat_vache=1;
    			x=hasard(0,9);
    			y=hasard(0,9);
    		    }
     
     
    		} 	
    }
     /*--------------------------------------------------------------------------------------------------------------------*/
     
    void deplacevache(int** tablo2,vache_t** tablo3)
    {
    int a,b,x,y;
     
    for(x=0;x<10;x++)
    {
    	for(y=0;y<10;y++)
    	{
    	      if (tablo3[x][y].etat_vache==1)
          {
     
      		if((tablo3[x][y].vache_x!=x)||(tablo3[x][y].vache_y!=y))
        	{
        		printf("ok");
     
          	a=tablo3[x][y].vache_x;        /*recup next position de la vache*/
         	b=tablo3[x][y].vache_y;        /* recup next position de la vache    */
    		//printf("x= %d ----- y= %d \n",tablo3[x][y].vache_x,tablo3[x][y].vache_y);
          	/* on déplace la vache */
            tablo3[a][b].age=tablo3[x][y].age+1;       /* age vache +1*/
     
          	/* on indique la nouvelle position de la vache */
          	tablo3[a][b].vache_x = a;
          	tablo3[a][b].vache_y = b;
          	tablo3[a][b].etat_vache = 1;
          	tablo3[a][b].energie = tablo3[x][y].energie-1;
     
     
          	/* on nettoie l'ancinne position de la vache */
          	tablo3[x][y].vache_x = 0;
          	tablo3[x][y].vache_y = 0;
          	tablo3[x][y].age     = 0;
          	tablo3[x][y].energie = 0;
           	tablo3[x][y].etat_vache =0;
      	 	}
        else
        {
        	tablo2[x][y]=tablo2[x][y]-5;
        	tablo3[x][y].age++;
        	tablo3[x][y].energie++;
     
        }
     
    	}	
     }
      }	
    } 
     /*--------------------------------------------------------------------------------------------------------------------*/
     
    void herbemax(int** tablo2,vache_t** tablo3)
    {
    int a,b;
    int x,y;
    int max=0;
     
    	for(x=0;x<10;x++)
    	{
    	  	for(y=0;y<10;y++)
    	  	{
    	  		max=tablo2[x][y];
     
    	  		if (tablo3[x][y].etat_vache==1) //parcoure du tableaux de vache
    	  		{
     
    	  			for(a=x-1;a<x+1;a++)
    	    			{
    	      				for(b=y-1;b<y+1;b++)
    					{
    						if (((a>-1)&&(a<10))&&((b>-1)&&(b<10)))
    						{
    							if(tablo2[a][b]>=max) // test du max herbe
    							{
    								max=tablo2[a][b];
    							//if ((a>-1)&&(a<10))
    								tablo3[x][y].vache_x=a;
     
    							//if ((b>-1)&&(b<10))
    								tablo3[x][y].vache_y=b;
     
    							}			
    						}
    					}
    				}					 			
    			}
     
    	  	}
     
    	}
     
     
    }
     
    void reproducvache(vache_t** tablo3)
    {
    int a,b,chance;
    int x,y,c,d;
     
     
    	for(x=0;x<10;x++)
    	{
    	  	for(y=0;y<10;y++)
    	  	{
     
    	  		if (tablo3[x][y].etat_vache==1) //parcoure du tableaux de vache
    	  		{
     
    	  			for(a=x-1;a<x+1;a++)
    	    			{
    	      				for(b=y-1;b<y+1;b++)
    					{
    						if (((a>-1)&&(a<10))&&((b>-1)&&(b<10)))
    						{
    							if (tablo3[x][y].etat_vache==1)
    							{
    								chance=hasard(1,50);
     
    									if(chance==10)
    									{
     
    										tablo3[x][y].energie=tablo3[x][y].energie/2;
    										tablo3[a][b].energie=tablo3[a][b].energie/2;
     
    										  for(c=x+1;c<x-1;c--)
    	    									{
    	      										for(d=y-1;d<y+1;d++)
    	      										{
    	      											if (((c>-1)&&(c<10))&&((d>-1)&&(d<10)))
    												{
    													if(tablo3[c][d].etat_vache==0)
    													{
    														tablo3[c][d].energie=tablo3[x][y].energie+tablo3[a][b].energie;
    														tablo3[c][d].age=1;
    														tablo3[c][d].vache_x=c;
    														tablo3[c][d].vache_y=d;
    														tablo3[c][d].etat_vache=1;
    														c=30;
    														d=30;
     
    													}
    												}
    											}
    										}
    									}
     
    							}			
    						}
    					}
    				}    			
    			}
     
    	  	}
     
    	}
     
     
    }
     
     
    void deadvache(vache_t** tablo3)
    {
     
    int x,y;
     
     
    	for(x=0;x<10;x++)
    	{
    	  	for(y=0;y<10;y++)
    	  	{
    			if (tablo3[x][y].etat_vache==1)
    			{
     
    	  		if ((tablo3[x][y].energie<0)||(tablo3[x][y].age>200)) //parcoure du tableaux de vache
    	  		{
    				tablo3[x][y].etat_vache=0;
     
    			}
     
    	  	}
    	  	}
     
    	}
     
     
    }
     
     /*-----------------------------------------------------*/
     /*-----------------------------------------------------*/
     /*-----------------------------------------------------*/
    /*-----------------------------------------------------*/
    int main()
    {
     
      /* declaration */
     
      int i,a,x,y; // variable 
      int** tablo; // declaration du tableaux
      int** tablo2;
      vache_t** tablo3;
     
     
      int min=99;
      int max=255;
     
     
     
      srand(time(NULL));
     
     
     /*--------------------------------------------------------------------------------------------------------------------*/
     
     /* initialisation du tablaux1 */
     
      tablo=(int**)malloc(10*sizeof(int*));
     
      for(a=0;a<10;a++)
        {
          tablo[a]=(int*)malloc(10*sizeof(int));
        }
     
     /* initialisation du tablaux2 */
     
      tablo2=(int**)malloc(10*sizeof(int*));
     
      for(a=0;a<10;a++)
        {
          tablo2[a]=(int*)malloc(10*sizeof(int));
        }
     
     
    /* initialisation du tablaux3  */
     
      tablo3=(vache_t**)malloc(10*sizeof(vache_t*));
     
      for(a=0;a<10;a++)
        {
          tablo3[a]=(vache_t*)malloc(10*sizeof(vache_t));
        }
      for(x=0;x<10;x++)
        {
          for(y=0;y<10;y++)
    	{
    	  tablo3[x][y].energie=-1;
    	tablo3[x][y].vache_y=0;
    	tablo3[x][y].vache_x=0;
    	tablo3[x][y].age=-1;
    	tablo3[x][y].etat_vache=0;
    	}
        }
     
     
     /*--------------------------------------------------------------------------------------------------------------------*/
     
      /* corp du programme*/
     
      /* nombre aleatoire dans le tableax */
     
      for(x=0;x<10;x++)
        {
          for(y=0;y<10;y++)
    	{
    	  tablo[x][y]=hasard(min,max);
    	}
        }
     
     /*--------------------------------------------------------------------------------------------------------------------*/
     
     
     /*  mise en place des vaches  */
      creatvache(tablo3);
     
     
     
     
     /*--------------------------------------------------------------------------------------------------------------------*/
      /* boucle globale */
    for(i=0;i<300;i++)
    {
    		for(x=0;x<10;x++)// 10 tour pour l'herbe
    		{
    			chance(tablo, tablo2); //appel de la fonction chance
    			parcoure(tablo,tablo2); // appelde la fonction parcoure
     
     
     
    		}
     
     
    		for(y=0;y<2;y++)// 2 tour pour les vaches
    		{
    			herbemax(tablo2,tablo3);
    			deplacevache(tablo2,tablo3);	
    			reproducvache(tablo3);
    			deadvache(tablo3);	
    			copietab(tablo,tablo2); //appel de la fonction copie de tableaux
    			affiche(tablo,tablo3); //appel de la fonction affiche
    		}
     
    		//1 tour pour les loups
     
     
     
     
     
     
     /*--------------------------------------------------------------------------------------------------------------------*/
     
     
     
     
     /*--------------------------------------------------------------------------------------------------------------------*/
     
     
      printf("\n\n\n");
    }
     
     
     
     
    }

  6. #6
    Membre émérite Avatar de nicolas.sitbon
    Profil pro
    Inscrit en
    Août 2007
    Messages
    2 015
    Détails du profil
    Informations personnelles :
    Âge : 40
    Localisation : France

    Informations forums :
    Inscription : Août 2007
    Messages : 2 015
    Points : 2 280
    Points
    2 280
    Par défaut
    ce code ne compile pas :
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    newmain.c:4:21: erreur: couleur.h : Aucun fichier ou dossier de ce type
    newmain.c:23: attention : no previous prototype for ‘hasard’
    newmain.c: In function ‘hasard’:
    newmain.c:27: attention : cast from function call of type ‘int’ to non-matching type ‘float’
    newmain.c:27: attention : conversion to ‘float’ alters ‘int’ constant value
    newmain.c:27: attention : conversion to ‘float’ from ‘int’ may alter its value
    newmain.c:27: attention : conversion to ‘float’ from ‘int’ may alter its value
    newmain.c: Hors de toute fonction :
    newmain.c:34: attention : no previous prototype for ‘moyenne’
    newmain.c: In function ‘moyenne’:
    newmain.c:52: attention : conversion to ‘int’ from ‘double’ may alter its value
    newmain.c: Hors de toute fonction :
    newmain.c:77: attention : no previous prototype for ‘affiche’
    newmain.c: In function ‘affiche’:
    newmain.c:87: attention : implicit declaration of function ‘couleur’
    newmain.c:87: attention : nested extern declaration of ‘couleur’
    newmain.c:100: attention : implicit declaration of function ‘usleep’
    newmain.c:100: attention : nested extern declaration of ‘usleep’
    newmain.c: Hors de toute fonction :
    newmain.c:109: attention : no previous prototype for ‘depasse’
    newmain.c: In function ‘depasse’:
    newmain.c:119: attention : conversion to ‘float’ from ‘int’ may alter its value
    newmain.c: Hors de toute fonction :
    newmain.c:132: attention : no previous prototype for ‘parcoure’
    newmain.c:152: attention : no previous prototype for ‘copietab’
    newmain.c:167: attention : no previous prototype for ‘chance’
    newmain.c: In function ‘chance’:
    newmain.c:167: attention : unused parameter ‘tablo2’
    newmain.c: Hors de toute fonction :
    newmain.c:185: attention : no previous prototype for ‘creatvache’
    newmain.c:212: attention : no previous prototype for ‘deplacevache’
    newmain.c:261: attention : no previous prototype for ‘herbemax’
    newmain.c:304: attention : no previous prototype for ‘reproducvache’
    newmain.c: In function ‘reproducvache’:
    newmain.c:306: attention : declaration of ‘chance’ shadows a global declaration
    newmain.c:168: attention : déclaration est masquée ici
    newmain.c: Hors de toute fonction :
    newmain.c:370: attention : no previous prototype for ‘deadvache’
    newmain.c:402: attention : function declaration isn’t a prototype
    newmain.c: In function ‘main’:
    newmain.c:417: attention : conversion to ‘unsigned int’ from ‘time_t’ may change the sign of the result
    "The quieter you become, the more you are able to hear"
    "Plus vous êtes silencieux, plus vous êtes capable d'entendre"

  7. #7
    Futur Membre du Club
    Profil pro
    Inscrit en
    Mars 2008
    Messages
    18
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Mars 2008
    Messages : 18
    Points : 8
    Points
    8
    Par défaut
    re

    faut prendre le code du main et de couleur.h et prendre ce fichier texte a placer avec le prog.


    http://www.nosferat.fr/bienvenue.txt
    merci.

    PS: vous utilisez qu'elle option pour la compilation?



    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    66
    67
    68
    69
    70
    71
    72
    73
    74
    75
    76
    77
    78
    79
    80
    81
    82
    83
    84
    85
    86
    87
    88
    89
    90
    91
    92
    93
    94
    95
    96
    97
    98
    99
    100
    101
    102
    103
    104
    105
    106
    107
    108
    109
    110
    111
    112
    113
    114
    115
    116
    117
    118
    119
    120
    121
    122
    123
    124
    125
    126
    127
    128
    129
    130
    131
    132
    133
    134
    135
    136
    137
    138
    139
    140
    141
    142
    143
    144
    145
    146
    147
    148
    149
    150
    151
    152
    153
    154
    155
    156
    157
    158
    159
    160
    161
    162
    163
    164
    165
    166
    167
    168
    169
    170
    171
    172
    173
    174
    175
    176
    177
    178
    179
    180
    181
    182
    183
    184
    185
    186
    187
    188
    189
    190
    191
    192
    193
    194
    195
    196
    197
    198
    199
    200
    201
    202
    203
    204
    205
    206
    207
    208
    209
    210
    211
    212
    213
    214
    215
    216
    217
    218
    219
    220
    221
    222
    223
    224
    225
    226
    227
    228
    229
    230
    231
    232
    233
    234
    235
    236
    237
    238
    239
    240
    241
    242
    243
    244
    245
    246
    247
    248
    249
    250
    251
    252
    253
    254
    255
    256
    257
    258
    259
    260
    261
    262
    263
    264
    265
    266
    267
    268
    269
    270
    271
    272
    273
    274
    275
    276
    277
    278
    279
    280
    281
    282
    283
    284
    285
    286
    287
    288
    289
    290
    291
    292
    293
    294
    295
    296
    297
    298
    299
    300
    301
    302
    303
    304
    305
    306
    307
    308
    309
    310
    311
    312
    313
    314
    315
    316
    317
    318
    319
    320
    321
    322
    323
    324
    325
    326
    327
    328
    329
    330
    331
    332
    333
    334
    335
    336
    337
    338
    339
    340
    341
    342
    343
    344
    345
    346
    347
    348
    349
    350
    351
    352
    353
    354
    355
    356
    357
    358
    359
    360
    361
    362
    363
    364
    365
    366
    367
    368
    369
    370
    371
    372
    373
    374
    375
    376
    377
    378
    379
    380
    381
    382
    383
    384
    385
    386
    387
    388
    389
    390
    391
    392
    393
    394
    395
    396
    397
    398
    399
    400
    401
    402
    403
    404
    405
    406
    407
    408
    409
    410
    411
    412
    413
    414
    415
    416
    417
    418
    419
    420
    421
    422
    423
    424
    425
    426
    427
    428
    429
    430
    431
    432
    433
    434
    435
    436
    437
    438
    439
    440
    441
    442
    443
    444
    445
    446
    447
    448
    449
    450
    451
    452
    453
    454
    455
    456
    457
    458
    459
    460
    461
    462
    463
    464
    465
    466
    467
    468
    469
    470
    471
    472
    473
    474
    475
    476
    477
    478
    479
    480
    481
    482
    483
    484
    485
    486
    487
    488
    489
    490
    491
    492
    493
    494
    495
    496
    497
    498
    499
    500
    501
    502
    503
    504
    505
    506
    507
    508
    509
    510
    511
    512
    513
    514
    515
    516
    517
    518
    519
    520
    521
    522
    523
    524
    525
    526
    527
    528
    529
    530
    531
    532
    533
    534
    535
    536
    537
    538
    539
    540
    541
    542
    543
    544
    545
    546
    547
    548
    549
    550
    551
    552
    553
    554
    555
    556
    557
    #include <stdio.h>
    #include <stdlib.h>
    #include <time.h>
    #include "couleur.h"
     
    /*-----------------------mercredi 12 mars 2008 a  01:23-----------------------------*/
     
     /*--------------------------------------------------------------------------------------------------------------------*/
    /* structure vache */
     
    struct vache_s
    {
    int age;
    int energie;
    int vache_x;
    int vache_y;
    int etat_vache;
    };
    typedef struct vache_s vache_t;
     
    /* fonction nombres aleatoire */
     
    int hasard(int min, int max)
    {
     
    	/*return (rand()%(max+1));*/
      	return (int) (min + ((float) rand() / RAND_MAX * (max - min + 1)));
     
    }
     
     /*--------------------------------------------------------------------------------------------------------------------*/
    /* calcul de la moyenne avec nouveaux tableaux de valeur */
     
    void moyenne(int** tablo,int** tablo2, int x, int y, float valeurcal)
    {
    float moy;
    int max=0;
    moy=valeurcal/8;
     
    if((tablo[x][y]<255)&&(tablo[x][y]>=0))
    {
    		if( moy<tablo[x][y]/10 )
    		{	
    			tablo2[x][y]=tablo[x][y]-1;
    		}
    		else if (moy>tablo[x][y]/10)
    		{
    			tablo2[x][y]=tablo[x][y]+1;	
    		}
    		else
    		{
    			max = (0.2)*moy;
    			tablo2[x][y]=tablo[x][y]+hasard(0,max);
     
    				if(tablo[x][y]>=255)
    				{
    					tablo2[x][y]=255;
    				}
    				if(tablo[x][y]<0)
    				{
    					tablo2[x][y]=0;
    				}
    		}	
    }
    	if(tablo2[x][y]<0)
    	{
    		tablo2[x][y]=1;
    	}
    }
     
     
     
     /*--------------------------------------------------------------------------------------------------------------------*/
     
    /* fonction affiche le tableaux */
     
    void affiche(int** tablo,vache_t** tablo3,int tabx, int taby)
    {
      int i,x;
          printf("\n\n");
      for(i=0;i<tabx;i++)
        {
          for(x=0;x<taby;x++)
    	{
    	if(tablo3[i][x].etat_vache==1)
    	{
    	couleur("1;40;37"); /* vache*/
    	}
    	else
    	{
    	couleur("40;32");  /*herbe*/
    	}
     
    	printf("  %4d  ",tablo[i][x]);
    	couleur("0");
    	}
     
          printf("\n");
        }
        	usleep(1000000);
        	printf("\033[H\033[2J");
    }
     
     /*--------------------------------------------------------------------------------------------------------------------*/
     
     
    /* depassement dans le tableaux */
     
    void depasse(int x,int y, int** tablo,int** tablo2, int tabx, int taby)
    {
    int a,b;
    float calcul=0;
     
    		for(a=x-1;a<x+1;a++)
    	    	{
    	      		for(b=y-1;b<y+1;b++)
    			{
    				if (((a>-1)&&(a<tabx))&&((b>-1)&&(b<taby)))
    		  		calcul+=tablo[a][b];
    		  		moyenne(tablo,tablo2,x,y,calcul);
     
    			}
    	    	}
     
     
    }
     
     /*--------------------------------------------------------------------------------------------------------------------*/
     
    /*fonction parcoure de tableaux pour les moyennes*/
     
    void parcoure(int** tablo,int** tablo2, int tabx, int taby)
    {
    	int x,y;
     
    	for(x=0;x<tabx;x++)
    	{
    		for(y=0;y<taby;y++)
    		{
     
     
    		depasse(x,y,tablo,tablo2, tabx,taby);
    		}
    	}
     
    }
     
     /*--------------------------------------------------------------------------------------------------------------------*/
     
    /* fonction copie de tableaux */
     
    void copietab(int** tablo,int** tablo2,int tabx,int taby)
    {
    int x,y;
     
    	for(x=0;x<tabx;x++)
    	{
    		for(y=0;y<taby;y++)
    		{
    			tablo[x][y]=tablo2[x][y];			
    		}
    	}
    }
     
     /*--------------------------------------------------------------------------------------------------------------------*/
     
    void chance(int** tablo,int** tablo2,int tabx,int taby)
    {
    int casealeax,casealeay,max,x;
    casealeax=hasard(0,taby);
    casealeay=hasard(0,taby);
    max=hasard(0,255);
     x=hasard(1,50);
     
     if(x==50)
       {
       tablo2[casealeax][casealeay]+=max;
       }
    }
     
     /*--------------------------------------------------------------------------------------------------------------------*/
     
     /* creation vache + position dans le tablo*/
     
    void creatvache(vache_t** tablo3, int tabx, int taby)
    {
    	int nb_vache_aleatoire,a;
    	int x=hasard(0,taby);
    	int y=hasard(0,taby);
    	nb_vache_aleatoire=hasard(20,taby);
     
    	/* placement */
    	for(a=1;a<nb_vache_aleatoire;a++)
    		{
     
    		  if(tablo3[x][y].energie==-1)
    		    {
    			tablo3[x][y].energie=200;
    			tablo3[x][y].age=1;
    			tablo3[x][y].vache_x=x;
    			tablo3[x][y].vache_y=y;
    			tablo3[x][y].etat_vache=1;
    			x=hasard(0,taby);
    			y=hasard(0,taby);
    		    }
     
     
    		} 	
    }
     /*--------------------------------------------------------------------------------------------------------------------*/
     
    void deplacevache(int** tablo2,vache_t** tablo3,int tabx,int taby)
    {
    int a,b,x,y;
     
    for(x=0;x<tabx;x++)
    {
    	for(y=0;y<taby;y++)
    	{
    	      if (tablo3[x][y].etat_vache==1)
          {
     
      		if((tablo3[x][y].vache_x!=x)||(tablo3[x][y].vache_y!=y))
        	{
        		printf("ok");
     
          	a=tablo3[x][y].vache_x;        /*recup next position de la vache*/
         	b=tablo3[x][y].vache_y;        /* recup next position de la vache    */
    		//printf("x= %d ----- y= %d \n",tablo3[x][y].vache_x,tablo3[x][y].vache_y);
          	/* on déplace la vache */
            tablo3[a][b].age=tablo3[x][y].age+1;       /* age vache +1*/
     
          	/* on indique la nouvelle position de la vache */
          	tablo3[a][b].vache_x = a;
          	tablo3[a][b].vache_y = b;
          	tablo3[a][b].etat_vache = 1;
          	tablo3[a][b].energie = tablo3[x][y].energie-1;
     
     
          	/* on nettoie l'ancinne position de la vache */
          	tablo3[x][y].vache_x = 0;
          	tablo3[x][y].vache_y = 0;
          	tablo3[x][y].age     = 0;
          	tablo3[x][y].energie = 0;
           	tablo3[x][y].etat_vache =0;
      	 	}
        else
        {
        	tablo2[x][y]=tablo2[x][y]-5;
        	tablo3[x][y].age++;
        	tablo3[x][y].energie++;
     
        }
     
    	}	
     }
      }	
    } 
     /*--------------------------------------------------------------------------------------------------------------------*/
     
    void herbemax(int** tablo2,vache_t** tablo3,int tabx, int taby)
    {
    int a,b;
    int x,y;
    int u,i;
    int max=0;
     
    	for(x=0;x<tabx;x++)
    	{
    	  	for(y=0;y<taby;y++)
    	  	{
    	  		max=tablo2[x][y];
     
    	  		if (tablo3[x][y].etat_vache==1) //parcoure du tableaux de vache
    	  		{
     
    	  			for(a=x-1;a<x+1;a++)
    	    			{
    	      				for(b=y-1;b<y+1;b++)
    					{
    						if (((a>-1)&&(a<tabx))&&((b>-1)&&(b<taby)))
    						{
    							if(tablo2[a][b]>=max) // test du max herbe
    							{
     
    								max=tablo2[a][b];
    								u=a;
    								i=b;							
    							}			
    						}
    					}
    				}					 			
    			}
    			tablo3[x][y].vache_x=u;
    			tablo3[x][y].vache_y=i;
     
    	  	}
     
    	}
     
     
    }
     
    void reproducvache(vache_t** tablo3,int tabx, int taby)
    {
    int a,b,chanceprod;
    int x,y,c,d;
    int flagvache=0;
     
     
    	for(x=0;x<tabx;x++)
    	{
    	  	for(y=0;y<taby;y++)
    	  	{
     
    	  		if (tablo3[x][y].etat_vache==1) //parcoure du tableaux de vache
    	  		{
     
    	  			for(a=x-1;a<x+1;a++)
    	    			{
    	      				for(b=y-1;b<y+1;b++)
    					{
    						if (((a>-1)&&(a<tabx))&&((b>-1)&&(b<taby)))
    						{
    							if (tablo3[x][y].etat_vache==1)
    							{
    								chanceprod=hasard(1,50);
     
    										if(chanceprod==10)
    											{
     
    										tablo3[x][y].energie=tablo3[x][y].energie/2;
    										tablo3[a][b].energie=tablo3[a][b].energie/2;
    												do
    												{
    												c=hasard(x-1, x+1);
    												d=hasard(y-1, y+1);
    	      										if (((c>-1)&&(c<tabx))&&((d>-1)&&(d<taby)))
    													{
    													if(tablo3[c][d].etat_vache==0)
    														{
    														tablo3[c][d].energie=tablo3[x][y].energie+tablo3[a][b].energie;
    														tablo3[c][d].age=1;
    														tablo3[c][d].vache_x=c;
    														tablo3[c][d].vache_y=d;
    														tablo3[c][d].etat_vache=1;
    														flagvache=1;																				
    														}
    													}
    												}
    													while(flagvache!=1);
    											}
    										}
    									}
     
    							}			
    						}
    					}
    				}    			
    			}
     
    	  	}
     
    void deadvache(int** tablo2, vache_t** tablo3, int tabx, int taby)
    {
     
    int x,y;
     
     
    	for(x=0;x<tabx;x++)
    	{
    	  	for(y=0;y<taby;y++)
    	  	{
    			if (tablo3[x][y].etat_vache==1)
    			{
     
    	  			if ((tablo3[x][y].age>200)||(tablo3[x][y].energie<1)) //parcoure du tableaux de vache
    	  			{
    	  				tablo2[x][y]=tablo2[x][y]+tablo3[x][y].energie;
    					tablo3[x][y].etat_vache=0;
     
     
    				}
     
    	  	}
    	  	}
     
    	}
     
     
    }
     
     /*-----------------------------------------------------*/
     /*-----------------------------------------------------*/
     /*-----------------------------------------------------*/
    /*-----------------------------------------------------*/
    int main(int argc, char *argv[])
    {
     
      /* declaration */
     
      int i,a,x,y,tabx,taby; // variable 
      int** tablo; // declaration du tableaux
      int** tablo2;
      vache_t** tablo3;
     
     
      int min=99;
      int max=255;
     
     
        printf("\033[H\033[2J");
      srand(time(NULL));
         FILE* fichier = NULL;
        int caractereActuel = 0;
     
        fichier = fopen("bienvenue.txt", "r");
     
        if (fichier != NULL)
        {
            // Boucle de lecture des caractères un à un
            do
            {
                caractereActuel = fgetc(fichier); // On lit le caractère
                printf("%c", caractereActuel); // On l'affiche
            } while (caractereActuel != EOF); // On continue tant que fgetc n'a pas retourné EOF (fin de fichier)
     
            fclose(fichier);
        }
     
        printf("appuier sur une touche pour continuer");
       getchar();
           printf("\033[H\033[2J");
     
     
     
     
     
     
     /*--------------------------------------------------------------------------------------------------------------------*/
      printf("entrez une valeur pour le tableau en X : ");
      scanf("%d",&tabx);
        printf("entrez une valeur pour le tableau en Y : ");
      scanf("%d",&taby);
     
     /* initialisation du tablaux1 */
     
      tablo=(int**)malloc(tabx*sizeof(int*));
     
      for(a=0;a<tabx;a++)
        {
          tablo[a]=(int*)malloc(taby*sizeof(int));
        }
     
     /* initialisation du tablaux2 */
     
      tablo2=(int**)malloc(tabx*sizeof(int*));
     
      for(a=0;a<tabx;a++)
        {
          tablo2[a]=(int*)malloc(taby*sizeof(int));
        }
     
     
    /* initialisation du tablaux3  */
     
      tablo3=(vache_t**)malloc(tabx*sizeof(vache_t*));
     
      for(a=0;a<tabx;a++)
        {
          tablo3[a]=(vache_t*)malloc(taby*sizeof(vache_t));
        }
      for(x=0;x<tabx;x++)
        {
          for(y=0;y<taby;y++)
    	{
    	  tablo3[x][y].energie=-1;
    	tablo3[x][y].vache_y=0;
    	tablo3[x][y].vache_x=0;
    	tablo3[x][y].age=-1;
    	tablo3[x][y].etat_vache=0;
    	}
        }
     
     
     /*--------------------------------------------------------------------------------------------------------------------*/
     
      /* corp du programme*/
     
      /* nombre aleatoire dans le tableax */
     
      for(x=0;x<tabx;x++)
        {
          for(y=0;y<taby;y++)
    	{
    	  tablo[x][y]=hasard(min,max);
    	}
        }
     
     /*--------------------------------------------------------------------------------------------------------------------*/
     
     
     /*  mise en place des vaches  */
      creatvache(tablo3,tabx, taby);
     
     
     
     
     /*--------------------------------------------------------------------------------------------------------------------*/
      /* boucle globale */
    for(i=0;i<300;i++)
    {
    		for(x=0;x<10;x++)// 10 tour pour l'herbe
    		{
    			chance(tablo, tablo2, tabx, taby); //appel de la fonction chance
    			parcoure(tablo,tablo2, tabx, taby); // appelde la fonction parcoure
     
     
     
    		}
     
     
    		for(y=0;y<2;y++)// 2 tour pour les vaches
    		{
    			herbemax(tablo2,tablo3, tabx,taby);
    			deplacevache(tablo2,tablo3,tabx,taby);	
    			reproducvache(tablo3,tabx,taby);
    			deadvache(tablo2, tablo3,tabx,taby);	
    			    printf("\033[H\033[2J");
    			copietab(tablo,tablo2,tabx,taby); //appel de la fonction copie de tableaux
    			    printf("\033[H\033[2J");
    			affiche(tablo,tablo3,tabx,taby); //appel de la fonction affiche
    			    printf("\033[H\033[2J");
    		}
     
    		//1 tour pour les loups
     
     
     
     
     
     
     /*--------------------------------------------------------------------------------------------------------------------*/
     
     
     
     
     /*--------------------------------------------------------------------------------------------------------------------*/
     
     
      printf("\n\n\n");
    }
     
     
     
     
    }
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    #ifndef COULEURS
    #define COULEURS
     
    #include <stdio.h>
     
    #define clrscr() printf("\033[H\033[2J")
     
    #define couleur(couleur) printf("\033[%sm",couleur)
     
     
    #endif

Discussions similaires

  1. Erreurs de segmentation !
    Par anti-conformiste dans le forum Applications et environnements graphiques
    Réponses: 16
    Dernier message: 18/10/2005, 11h11
  2. Erreur de segmentation
    Par Trunks dans le forum C
    Réponses: 3
    Dernier message: 06/10/2005, 18h28
  3. Erreur de segmentation (Inconnue)
    Par Dark-Meteor dans le forum C
    Réponses: 5
    Dernier message: 08/09/2005, 13h42
  4. [Dev-C++] Erreur de segmentation...
    Par sas dans le forum Dev-C++
    Réponses: 11
    Dernier message: 26/03/2005, 14h25
  5. erreur de segmentation
    Par transistor49 dans le forum C++
    Réponses: 10
    Dernier message: 15/03/2005, 11h18

Partager

Partager
  • Envoyer la discussion sur Viadeo
  • Envoyer la discussion sur Twitter
  • Envoyer la discussion sur Google
  • Envoyer la discussion sur Facebook
  • Envoyer la discussion sur Digg
  • Envoyer la discussion sur Delicious
  • Envoyer la discussion sur MySpace
  • Envoyer la discussion sur Yahoo