-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrefs.bib
More file actions
38 lines (34 loc) · 1.54 KB
/
refs.bib
File metadata and controls
38 lines (34 loc) · 1.54 KB
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
@misc{enwiki:Alphabeta,
author = {{Wikipedia contributors}},
title = {Alpha–beta pruning --- {Wikipedia}{,} The Free Encyclopedia},
year = {2022},
howpublished = {\url{https://en.wikipedia.org/w/index.php?title=Alpha%E2%80%93beta_pruning&oldid=1115399006}},
note = {[Online; accessed 23-November-2022]}
}
@misc{enwiki:value,
author = {{Wikipedia contributors}},
title = {Chess piece relative value --- {Wikipedia}{,} The Free Encyclopedia},
year = {2022},
howpublished = {\url{https://en.wikipedia.org/w/index.php?title=Chess_piece_relative_value&oldid=1122712884}},
note = {[Online; accessed 23-November-2022]}
}
@misc{doc:uci,
key = {UCI},
title = {Description of the universal chess interface (UCI)},
year = {2006},
howpublished = {\url{http://download.shredderchess.com/div/uci.zip}},
note = {[Une version digitale peut être retrouvée sur le site \url{https://gist.github.com/DOBRO/2592c6dad754ba67e6dcaec8c90165bf}]}
}
@misc{doc:evecvp,
key = {man},
howpublished = {\url{https://linux.die.net/man/3/execvp}},
title = {execvp(3) - Linux man page},
note = {[Disponible sur un système Linux en tappant \texttt{man execvp}.]}
}
@misc{frwiki:pat,
author = {Wikipédia},
title = {Pat (échecs) --- Wikipédia{,} l'encyclopédie libre},
year = {2022},
url = {\url{http://fr.wikipedia.org/w/index.php?title=Pat_(%C3%A9checs)&oldid=192420322}},
note = {[En ligne; Page disponible le 30-mars-2022]}
}