Welcome![Sign In][Sign Up]
Location:
Search - prolog simple

Search list

[Otherpathfinding

Description: 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 =====================
Platform: | Size: 1845 | Author: Fa | Hits:

[Other resourceexpert

Description: 人工智能领域中的一个简易的专家系统, prolog语言实现-field of artificial intelligence a simple expert system, prolog language
Platform: | Size: 1122 | Author: 田福权 | Hits:

[Other resourcewuziqi(prolog)

Description: 这是用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
Platform: | Size: 2226695 | Author: Robby | Hits:

[Other resourceman2005

Description: Prolog开发的简单的几个人工智能方面的程序.含问题分析报告.-Prolog development of a few simple artificial intelligence procedures. The report containing analysis.
Platform: | Size: 116421 | Author: pmz | Hits:

[AI-NN-PRman2005

Description: Prolog开发的简单的几个人工智能方面的程序.含问题分析报告.-Prolog development of a few simple artificial intelligence procedures. The report containing analysis.
Platform: | Size: 115712 | Author: pmz | Hits:

[Otherpathfinding

Description: 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 =====================
Platform: | Size: 2048 | Author: Fa | Hits:

[AI-NN-PRexpert

Description: 人工智能领域中的一个简易的专家系统, prolog语言实现-field of artificial intelligence a simple expert system, prolog language
Platform: | Size: 1024 | Author: 田福权 | Hits:

[AI-NN-PRexpert_system

Description: 这是一个疾病诊断专家系统,该系统简单的演示了实用专家系统的工作流程。虽然在人工智能领域专家系统已经被遗弃,但是在应用领域,专家系统仍然有很多可以被应用的地方,还是有一定价值的。-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.
Platform: | Size: 28672 | Author: 刘维超 | Hits:

[Other Gameswuziqi(prolog)

Description: 这是用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
Platform: | Size: 2226176 | Author: Robby | Hits:

[AI-NN-PR2

Description: 一个用Prolog编写的简单的迷宫程序可以很快的了解Prolog的程序-Prolog prepared using a simple maze procedure can quickly understand the procedures for Prolog
Platform: | Size: 1024 | Author: sls | Hits:

[AI-NN-PR3

Description: 一个Prolog编写的程序,实现简单的小型医院系统-The preparation of a Prolog procedure, to achieve a simple small hospital systems
Platform: | Size: 1024 | Author: sls | Hits:

[AI-NN-PRtemp

Description: 一个简单的prolog 练习.一些基本的PROLOG指令。-A simple prolog practice. PROLOG some basic instructions.
Platform: | Size: 244736 | Author: slackerex | Hits:

[Data structsqueens

Description: prolog语言写的一个八皇后问题,程序比较简单,有注释-prolog language to write an eight-queen problem, the procedure is relatively simple, has the Notes
Platform: | Size: 1024 | Author: 张言国 | Hits:

[ELanguagetic

Description: A simple tic tac toe program using prolog
Platform: | Size: 1024 | Author: Ajit | Hits:

[OtherVP-29

Description: Visual Prolog Project simple calculator
Platform: | Size: 233472 | Author: Rachman | Hits:

[AI-NN-PRmaze.tar

Description: Simple maze generatrion in Prolog and C (complete set for GnuC and SWI-Prolog)
Platform: | Size: 3072 | Author: /Vinyk | Hits:

[OtherProlog

Description: Nqueens puzzle in prolog implementation. A simple version of the NQueens puzzle in SWI Prolog.
Platform: | Size: 1024 | Author: vagos | Hits:

[Windows Developprolog

Description: 本资料使用专家系统设计语言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.
Platform: | Size: 1024 | Author: 赵玉 | Hits:

[AI-NN-PRprolog-in-AI

Description: 一个动物识别专家系统在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
Platform: | Size: 91136 | Author: 蔡鹏飞 | Hits:

[Windows Developshiyan1

Description: visual prolog入门例子,使刚接触的用户去熟悉visual prolog的简单使用。(Visual Prolog portal example, so that the newly contacted users to familiarize themselves with the simple use of visual Prolog.)
Platform: | Size: 1761280 | Author: 如彼游川鱼丶 | Hits:
« 12 »

CodeBus www.codebus.net