Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F102775396
constantes.h
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Mon, Feb 24, 01:55
Size
586 B
Mime Type
text/x-c
Expires
Wed, Feb 26, 01:55 (2 d)
Engine
blob
Format
Raw Data
Handle
24421905
Attached To
rBUGSLIFEREP Bugs life - LP, LF repository
constantes.h
View Options
/*!
\file constantes.h
\brief Constantes utilisées par le programme
\author PROG II
\version 0.9
\date fevrier 2017
*/
#ifndef CONSTANTES_H
#define CONSTANTES_H
#include "tolerance.h"
#define DELTA_T 0.25
#define BUG_SPEED 4
#define BUG_LIFE 1000
#define DMAX 20
#define RAYON_FOURMI 1
#define RAYON_FOOD 0.25
#define VAL_FOOD 1
#define FOOD_RATE 0.1
#define FEED_RATE 0.0625
#define BIRTH_RATE 0.01
#define MAX_RENDU1 5
#define MAX_FOURMILIERE 10
#define MAX_LINE 120
#endif
Event Timeline
Log In to Comment