Różnice

Różnice między wybraną wersją a wersją aktualną.

Odnośnik do tego porównania

pl:prolog:pllib:birds_recognition [2019/06/27 15:50] (aktualna)
Linia 1: Linia 1:
 +====== Birds recognition ======
 +{{tag>​rules expert_systems}}
 +===== Description =====
 +Expert system which recognize birds
 +
 +**Source**: ​ Building Expert Systems in PROLOG Publisher
 +===== Download =====
 +Program source code: {{birds_recognition.pl}}
 +===== Listing =====
 +<code prolog>
 +order(tubenose) :-
 +nostrils(external_tubular),​
 +live(at_sea),​
 +bill(hooked).
 +
 +order(waterfowl) :-
 +feet(webbed),​
 +bill(flat).
 +
 +family(albatross) :-
 +order(tubenose),​
 +size(large),​
 +wings(long_narrow).
 +
 +family(swan) :-
 +order(waterfowl),​
 +neck(long),
 +color(white),​
 +flight(ponderous).
 +</​code>​
 +===== Comments =====
  
pl/prolog/pllib/birds_recognition.txt · ostatnio zmienione: 2019/06/27 15:50 (edycja zewnętrzna)
www.chimeric.de Valid CSS Driven by DokuWiki do yourself a favour and use a real browser - get firefox!! Recent changes RSS feed Valid XHTML 1.0