begin:-
go,
initialise. % drive predicate
begin:-
write('Sorry cannot help'),nl,nl.
go:-
write('Below is the list of the current toys available within the
store.'),nl,nl,nl,nl,
loop_t
所以即時通訊只需掌握flex和模糊邏輯。我想創建一個簡單的聊天系統,根據你選擇的對話是什麼,NPC會改變他們說的話,但我想讓它更獨特,而且它現在總是獲得相同的輸出。 rule mood_dialogue2
if the_mood is hello
then the_mood becomes 30 .
rule mood_dialogue3
if the_mood
我花了整整一天的時間在互聯網上,我無法在Win-Prolog中找到任何內置謂詞,一個字符串。 例子: | ?- read(X).
|: 'this is a string'.
X = 'this is a string'.
有任何謂詞,我可以使用,這將幫助我,單出的字符串中的每一個字? 像 A = this
B = is
C = a
D = string
或列表 A = [Thi
我正在學習課程中的prolog,我有一個練習來實現揹包問題。 我成功地編寫了代碼,但我無法弄清楚如何從所有可能的解決方案中找到最大的利潤。 下面的代碼 between(Lo, Hi, Nu) :-
( integer(Lo),
integer(Hi),
integer(Nu)
-> Nu >= Lo,
Nu =< Hi
; inte