Salut et bienvenu(e) sur le forum.
Je crois que vous utilisez Google Translate pour generer votre posts Anglais,
mais malehureusmant la traduction automatique ne marche pas assez bien pour que
les autres posteurs içi comprenent bien ce que vous voulais dire.
De ma part, j’en ai vu pleins des examples de code pour des applications de
Prolog completes dans des manuels scolaires. Pour example, si je me souviens
bien:
-
Un programme de “avise” pour un joueur d’ echeques artificiel dans “Prolog
Progamming for Artificial Intelligence” (Ivan Bratko, 4th Edition). -
Un analysateur syntactique Earley ("Earley chart parser) dans “AI
Algorithms, Data Structures and Idioms, in Prolog, Lisp and Java” (George F.
Luger et William A. Stubbefield, en ligne içi:
http://www.cs.fsu.edu/~cap5605/Luger_0136070477_1.pdf) -
Une realisation du algorithme minimax avec taille alpha-beta en Prolog pris
de “The Art of Prolog: Advanced Programming Techniques” (Leon Sterling, Ehud
Shapiro) en ligne içi:
https://www.cpp.edu/~jrfisher/www/prolog_tutorial/ttt/ttt.pl
Et des instructions içi:
https://www.cpp.edu/~jrfisher/www/prolog_tutorial/5_3.html
Ceux-çi sont des examples que je me souviens bien, mais j’ en ai vus pleins
d’ autres. Il suffit d’ ouvrir n’ importe quel manuel scolaire sur Prolog pour
en trouver. Je suis pas sure comment ça se peut que vous n’ avez pas put en
trouveés.
(En plus, je m’ excuse pour mon orthographie et ma grammaire).
English translation
(For the board members who don’t speak French)
Hello and welcome to the forum.
I believe you are using Google Translate to generate your English posts, but
unfortunately automatic translation does not yet work well enough for the
other posters here to understand well what you mean to say.
For my part, I have seen plenty of complete examples of code for Prolog
applications in textbooks. For example, if I remember well:
-
An advice program for an artificial chess player in “Prolog Programming for
Artificial Intelligence” (Ivan Bratko, 4th Edition). -
An Earley parser in “AI Algorithms, Data Structures and Idioms, in Prolog,
Lisp and Java” (George F. Luger and William A. Stubbefield, online here:
http://www.cs.fsu.edu/~cap5605/Luger_0136070477_1.pdf) -
An implementation of the minimax algorithm with alpha-beta prunning in
Prolog taken from “The Art of Prolog: Advanced Progarmming Techniques” (Leon
Sterling, Ehud Shapiro), online here:
https://www.cpp.edu/~jrfisher/www/prolog_tutorial/ttt/ttt.pl
And instructions here:
https://www.cpp.edu/~jrfisher/www/prolog_tutorial/5_3.html
Those are examples that I remember well, but I have seen many more. It
suffices to open any Prolog textbook to find some. I am not sure how it is
possible that you have not been able to find any.