CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - prolog simple
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - prolog simple - List
[
Other
]
pathfinding
DL : 0
prolog 找路例子程序: === === === Part 1-Adding connections Part 2-Simple Path example | ?- path1(a,b,P,T). will produce the response: T = 15 P = [a,b] ? Part 3 - Non-repeating path As an example, the query: ?- path2(a,h,P,T). will succeed and may produce the bindings: P = [a,depot,b,d,e,f,h] T = 155 Part 4 - Generating a path below a cost threshold As an example, the query: ?- path_below_cost(a,[a,b,c,d,e,f,g,h],RS,300). returns: RS = [a,b,depot,c,d,e,g,f,h] ? RS = [a,c,depot,b,d,e,g,f,h] ? no ================================== -prolog to find a way examples : ==================================== Part 1-Adding connections Part 2 - Simple Path example | - path1 (a, b, P, T). will produce the response : T = 15, P = [a, b] Part 3-Non-repeating path As an example, the query :-path2 (a, h, P, T). will succeed and may produce the bindings : P = [a, depot, b, d, e, f, h] T = 155 Part 4-Generating a path below a cost threshold As an example, the query :-path_below_cost (a, [a, b, c, d, e, f, g, h], RS, 300). returns : RS = [a, b, depot, c, d, e , g, f, h] RS = [a, c, depot, b, d, e, g, f, h] no =====================
Date
: 2008-10-13
Size
: 1.8kb
User
:
Fa
[
Other resource
]
expert
DL : 0
人工智能领域中的一个简易的专家系统, prolog语言实现-field of artificial intelligence a simple expert system, prolog language
Date
: 2008-10-13
Size
: 1.1kb
User
:
田福权
[
Other resource
]
wuziqi(prolog)
DL : 1
这是用Prolog语言编写的一款五子棋游戏,界面非常简单,内部运用了广度搜索实现人机对弈-This is the Prolog language with one of the 331 games, the interface is very simple. internal use of the breadth of human-computer game Search
Date
: 2008-10-13
Size
: 2.12mb
User
:
Robby
[
Other resource
]
man2005
DL : 0
Prolog开发的简单的几个人工智能方面的程序.含问题分析报告.-Prolog development of a few simple artificial intelligence procedures. The report containing analysis.
Date
: 2008-10-13
Size
: 113.69kb
User
:
pmz
[
AI-NN-PR
]
man2005
DL : 0
Prolog开发的简单的几个人工智能方面的程序.含问题分析报告.-Prolog development of a few simple artificial intelligence procedures. The report containing analysis.
Date
: 2025-07-02
Size
: 113kb
User
:
pmz
[
Other
]
pathfinding
DL : 0
prolog 找路例子程序: === === === Part 1-Adding connections Part 2-Simple Path example | ?- path1(a,b,P,T). will produce the response: T = 15 P = [a,b] ? Part 3 - Non-repeating path As an example, the query: ?- path2(a,h,P,T). will succeed and may produce the bindings: P = [a,depot,b,d,e,f,h] T = 155 Part 4 - Generating a path below a cost threshold As an example, the query: ?- path_below_cost(a,[a,b,c,d,e,f,g,h],RS,300). returns: RS = [a,b,depot,c,d,e,g,f,h] ? RS = [a,c,depot,b,d,e,g,f,h] ? no ================================== -prolog to find a way examples : ==================================== Part 1-Adding connections Part 2- Simple Path example |- path1 (a, b, P, T). will produce the response : T = 15, P = [a, b] Part 3-Non-repeating path As an example, the query :-path2 (a, h, P, T). will succeed and may produce the bindings : P = [a, depot, b, d, e, f, h] T = 155 Part 4-Generating a path below a cost threshold As an example, the query :-path_below_cost (a, [a, b, c, d, e, f, g, h], RS, 300). returns : RS = [a, b, depot, c, d, e , g, f, h] RS = [a, c, depot, b, d, e, g, f, h] no =====================
Date
: 2025-07-02
Size
: 2kb
User
:
Fa
[
AI-NN-PR
]
expert
DL : 0
人工智能领域中的一个简易的专家系统, prolog语言实现-field of artificial intelligence a simple expert system, prolog language
Date
: 2025-07-02
Size
: 1kb
User
:
田福权
[
AI-NN-PR
]
expert_system
DL : 0
这是一个疾病诊断专家系统,该系统简单的演示了实用专家系统的工作流程。虽然在人工智能领域专家系统已经被遗弃,但是在应用领域,专家系统仍然有很多可以被应用的地方,还是有一定价值的。-This is a disease diagnostic expert system, which was simple demonstration of a practical expert system workflow. Although in the field of artificial intelligence expert system has been abandoned, but in application areas, expert system, there are still many can be applied where there is certain value.
Date
: 2025-07-02
Size
: 28kb
User
:
刘维超
[
Other Games
]
wuziqi(prolog)
DL : 1
这是用Prolog语言编写的一款五子棋游戏,界面非常简单,内部运用了广度搜索实现人机对弈-This is the Prolog language with one of the 331 games, the interface is very simple. internal use of the breadth of human-computer game Search
Date
: 2025-07-02
Size
: 2.12mb
User
:
Robby
[
AI-NN-PR
]
2
DL : 0
一个用Prolog编写的简单的迷宫程序可以很快的了解Prolog的程序-Prolog prepared using a simple maze procedure can quickly understand the procedures for Prolog
Date
: 2025-07-02
Size
: 1kb
User
:
sls
[
AI-NN-PR
]
3
DL : 0
一个Prolog编写的程序,实现简单的小型医院系统-The preparation of a Prolog procedure, to achieve a simple small hospital systems
Date
: 2025-07-02
Size
: 1kb
User
:
sls
[
AI-NN-PR
]
temp
DL : 0
一个简单的prolog 练习.一些基本的PROLOG指令。-A simple prolog practice. PROLOG some basic instructions.
Date
: 2025-07-02
Size
: 239kb
User
:
slackerex
[
Data structs
]
queens
DL : 0
prolog语言写的一个八皇后问题,程序比较简单,有注释-prolog language to write an eight-queen problem, the procedure is relatively simple, has the Notes
Date
: 2025-07-02
Size
: 1kb
User
:
张言国
[
ELanguage
]
tic
DL : 0
A simple tic tac toe program using prolog
Date
: 2025-07-02
Size
: 1kb
User
:
Ajit
[
Other
]
VP-29
DL : 0
Visual Prolog Project simple calculator
Date
: 2025-07-02
Size
: 228kb
User
:
Rachman
[
AI-NN-PR
]
maze.tar
DL : 0
Simple maze generatrion in Prolog and C (complete set for GnuC and SWI-Prolog)
Date
: 2025-07-02
Size
: 3kb
User
:
/Vinyk
[
Other
]
Prolog
DL : 0
Nqueens puzzle in prolog implementation. A simple version of the NQueens puzzle in SWI Prolog.
Date
: 2025-07-02
Size
: 1kb
User
:
vagos
[
Windows Develop
]
prolog
DL : 0
本资料使用专家系统设计语言visualprolog编写的一个简单的专家系统实例。是一个解决八皇后的问题。-This information is the use of expert system design language visualprolog written a simple expert system for instance. Is a solution to the eight queens problem.
Date
: 2025-07-02
Size
: 1kb
User
:
赵玉
[
AI-NN-PR
]
prolog-in-AI
DL : 0
一个动物识别专家系统在PROLOG下的实现,通过一个简单的实例来讲解PROLOG在人工智能领域的应用-An animal recognition expert system in PROLOG under implementation through a simple example to explain the application of PROLOG in the field of artificial intelligence
Date
: 2025-07-02
Size
: 89kb
User
:
蔡鹏飞
[
Windows Develop
]
shiyan1
DL : 0
visual prolog入门例子,使刚接触的用户去熟悉visual prolog的简单使用。(Visual Prolog portal example, so that the newly contacted users to familiarize themselves with the simple use of visual Prolog.)
Date
: 2025-07-02
Size
: 1.68mb
User
:
如彼游川鱼丶
«
1
2
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.