This website works better with JavaScript.
Home
Explore
Help
Sign In
guillaume
/
miniprojet
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
55
Commits
2
Branches
0
Tags
21 MiB
C++
100%
Tree:
a5cac585c0
dev
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'a5cac585c0'
${ noResults }
miniprojet
/
learning
/
code
/
constant.h
10 lines
112 B
Raw
Blame
History
#
define NOM 50
#
define SEUIL 1e-5
typedef
struct
{
int
index
;
int
popul
;
float
*
vecteur
;
}
TRI
;
Reference in new issue