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

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 resourcehexsud

Description: Files presented: README.txt - This file. Plaintext documentation of my work. go - Shell Scripts for running the codes. cmds - Prolog commands used for executing the codes and generate output. hexsud.pl - Prolog codes for the 16x16 Sudoku solver. input - Hex sudoku input file from the hw assignment page. Because Prolog input is hard to deal with full-stop sign, the input file extension is eliminated. hexsud - Another testing Hex Sudoku input file.-Files presented : README.txt-This file. Plaintext documentati on of my work. go-Shell Scripts for running the c odes. cmds - Prolog used for executing commands the codes and generate output. hexsud.pl - Prol og codes for the 16x16 Sudoku solver. input-Hex sudoku input file hw assignment from the page. B ecause Prolog input is hard to deal with full-st op sign. the input file extension is eliminated. hexsud - Another testing Hex Sudoku input file.
Platform: | Size: 6204 | Author: emerald | Hits:

[AI-NN-PRprolog-chm

Description: 介绍人工智能语言Prolog的书籍-introduced artificial intelligence language books Prolog
Platform: | Size: 368640 | Author: 李俊平 | Hits:

[OtherVC_BOOK_CODE_00_08_23

Description: 大量的vc界面编程源码-lot of vc-source programming interface
Platform: | Size: 14980096 | Author: | 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:

[Other Riddle gameshexsud

Description: Files presented: README.txt - This file. Plaintext documentation of my work. go - Shell Scripts for running the codes. cmds - Prolog commands used for executing the codes and generate output. hexsud.pl - Prolog codes for the 16x16 Sudoku solver. input - Hex sudoku input file from the hw assignment page. Because Prolog input is hard to deal with full-stop sign, the input file extension is eliminated. hexsud - Another testing Hex Sudoku input file.-Files presented : README.txt-This file. Plaintext documentati on of my work. go-Shell Scripts for running the c odes. cmds- Prolog used for executing commands the codes and generate output. hexsud.pl- Prol og codes for the 16x16 Sudoku solver. input-Hex sudoku input file hw assignment from the page. B ecause Prolog input is hard to deal with full-st op sign. the input file extension is eliminated. hexsud- Another testing Hex Sudoku input file.
Platform: | Size: 6144 | Author: | Hits:

[Other resourceup_VC_Prolog

Description: VC和prolog联合开发的prolog的编译器.是我的毕业设计,河海大学2006届毕业生的优秀毕业设计.以下是论文的一部分: 第三章 VC++与PROLOG的接口 一.接口方案及准备工作 在这里,我所采用的接口方案是直接调用库函数.PROLOG系列语言中,有一种叫Amzi PROLOG的,提供了较完善的库函数接口.在我的毕业设计中,我所采用的是Amzi PROLOG 5.0版本所提供的库函数接口,所引用的文件为Amzi.h,amzi.dll,amzi.lib.这些文件可以通过下载并安装Amzi PROLOG 5.0而获得,具体使用方法为: 找到Amzi PROLOG 5.0所被安装的路径\bin目录下面的amzi.dll文件,并且复制到你的windows目录下,或复制到你的程序文件所在的目录. 找到Amzi PROLOG 5.0所被安装的路径\include目录下的amzi.h文件,并且复制到VC++所在文件夹的include子目录下. 找到Amzi PROLOG 5.0所被安装的路径\lib目录下的amzi.lib文件,复制到你的程序文件所在的目录. 选择VC++编译菜单中的工程,添加到工程,把文件amzi.dll添加到工程中...这是我论文中的一节,相信根据这段你已经能完整的编译连接我的源代码了,如果你想得到进一步的指导和我的完整的论文请联系韩冬09966782050-VC and prolog jointly developed by the compiler. I graduated from the design, Hehai University 2006 graduates of outstanding graduate design. Following is part of the thesis : Chapter III VC and a PROLOG interface. Interface programs and preparatory work here, I have adopted the program interface is a direct function of the call. PROLOG language series, There is a call Amzi PROLOG, provided a better interface to the library functions. I graduated in the design, I used the 5.0 version of PROLOG Amzi provided by the function interface, quoted by the paper as Amzi.h, amzi.dll. amzi.lib. These documents can be downloaded and installed Amzi PROLOG 5.0 obtains specific use : find Amzi PROLOG 5.0 to be installed in the path \ bin directory of text amzi.dll pieces, and copy it to your Windo
Platform: | Size: 113664 | Author: 寒冬 | Hits:

[CSharpVipCsharp

Description: Visual prolog linking C#
Platform: | Size: 372736 | Author: trungnguyen | Hits:

[Windows DevelopLogicProg

Description: LOGIC, PROGRAMMING AND PROLOG (2ED) Ulf Nilsson and Jan Ma luszynski Copyright c
Platform: | Size: 1696768 | Author: MOFREH | Hits:

[OAOA

Description: OA办公室系统 一个C#做的OA 非常不错-OA C#
Platform: | Size: 12342272 | Author: chen | Hits:

[Othersrc-highlite

Description: 一个工具,可以将 Java Javascript C/C++ Prolog Perl Php3 Python Flex ChangeLog Ruby Lua Caml Sml Log 等语言中的注释以html帮助的形式输出!-This program, given a source file, produces a document with syntax highlighting. At the moment this package can handle Java Javascript C/C++ Prolog Perl Php3 Python Flex ChangeLog Ruby Lua Caml Sml Log as source languages, and HTML XHTML ANSI color escape sequences as output format.
Platform: | Size: 979968 | Author: jianxin luo | Hits:

[Othermanual

Description: manual for new P# tools, convert prolog to c# code
Platform: | Size: 89088 | Author: jolia sot | Hits:

[AI-NN-PRfann-2.1.0beta

Description: Fast Artificial Neural Network Library是一个免费开源的神经网络库,它用C实现了支持全连接及稀连接的多层人工神经网络,并且支持定点和浮点数的跨平台运行。库中包含有易于处理训练数据的框架。它易于使用、通用、文档完备并且快速。目前已有PHP, C++, .NET, Ada, Python, Delphi, Octave, Ruby, Prolog Pure Data 和 Mathematica的绑定。库中还附有一本带例子和关于如何使用本库的建议的参考手册,本库也有一个可用的图形用户接口。-Fast Artificial Neural Network Library is a free open source neural network library, it uses C to achieve full connectivity and dilute support for multi-layer artificial neural network connections, and supports fixed and floating-point cross-platform operation. Library contains easy to handle training data framework. It is easy to use, universal, comprehensive documentation and quick. At present, PHP, C++,. NET, Ada, Python, Delphi, Octave, Ruby, Prolog Pure Data and Mathematica bindings. The library is accompanied with an example of how to use the library and on the recommendations of the reference manual, available in this library also has a graphical user interface.
Platform: | Size: 4033536 | Author: hopper | Hits:

[CSharpPsharp-1.1.3

Description: c# implementation of prolog
Platform: | Size: 321536 | Author: max | Hits:

[Windows Develop1ai

Description: prolog source codes c++/c
Platform: | Size: 172032 | Author: baroov | 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:

[VC/MFCMrSP

Description: C语言实现MrSP逻辑问题,MrSP是一个而经典的逻辑问题,利用Prolog有更好的实现,此处用C实现-C language MrSP logic, MrSP is a rather classical logic, to achieve better use of Prolog, where achieved with C
Platform: | Size: 1024 | Author: kiki | Hits:

[AI-NN-PRrecursion-in-the-expert-systems

Description: 在智能故障诊断中, C(C++)语言具有多方面优于传统人工智能语言(如LISP、PROLOG)的特性, 它对递归的支持使得用 其来开发故障诊断专家系统成为可能。本文研究了故障诊断专家系统开发中用到的递归方法及其基于C(C++)的实现, 具体 包括: 动态数据库设计中结构体的递归定义, 推理机设计中函数的递归调用等。针对知识推理中易出现的“循环递归”问题, 提出了一种基于“因果网络直观图”的解决方法。-C ( C++ )language possesses characteristics which are superior to traditional artificial intelligent languages (such as LISP 、 PROLOG) in the intelligent diagnosis, and it is possible to develop expert systems (ES) with its support to recursion. The paper studied the recursive method used in ES and the key technologies with C (C++) in the construction of fault diagnosis ES, which included the recursive definition of the dynamic data base structure and recursive function in the design of inference engine. In order to solve the ‘cyclic recursion’problem which frequently appears in ES, an effective solution based on causal network model was proposed.
Platform: | Size: 54272 | Author: 陈金星 | Hits:

[AI-NN-PRArtificial-Intelligence-by-Prolog

Description: 主要讲述如何运用Prolog语言实现人工智能(附代码),作者Neil C.Rowe。Prolog(Programming in Logic的缩写)是一种逻辑编程语言。它建立在逻辑学的理论基础之上,广泛应用于人工智能领域。-Focuses on how to use the Prolog language artificial intelligence (with code), author Neil C.Rowe. Prolog (Programming in Logic acronym) is a logic programming language. It builds on the theoretical basis of logic, is widely used in artificial intelligence.
Platform: | Size: 804864 | Author: 龙天 | Hits:

[OtherCBAR.C

Description: Sample program for interfacing Turbo C with Turbo Prolog
Platform: | Size: 1024 | Author: HNSJB | Hits:
« 12 »

CodeBus www.codebus.net