介绍人工智能语言PROLOG的书籍
上传时间: 2014-12-01
上传用户:tuilp1a
PROLOG开发的简单的几个人工智能方面的程序.含问题分析报告.
上传时间: 2014-01-19
上传用户:1159797854
这是用PROLOG写的几个程序:程序1是一个旅行社关系系统,程序2是一个家族关系系统,程序3是一个成绩管理系统
上传时间: 2015-04-20
上传用户:星仔
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 ==================================
标签: Part connections example PROLOG
上传时间: 2015-04-24
上传用户:ljt101007
magicSquare 4阶源码 利用swi PROLOG来编写的
标签: magicSquare PROLOG swi 源码
上传时间: 2015-05-02
上传用户:tb_6877751
超多的PROLOG源代码 具体内容见压缩包里面的programs.txt
上传时间: 2015-05-02
上传用户:zhuyibin
人工智能 PROLOG 论文 Visual PROLOG是国际上已经广泛流行的功能强大的通用智能化应用集成开发环境。
上传时间: 2013-12-11
上传用户:yxgi5
利用人工智能程序设计语言PROLOG编程实现的公式计算软件源代码。
上传时间: 2013-12-17
上传用户:阳光少年2016
GEDCOM语言->PROLOG语言 用LEX和YACC写的简单编译器 我们学校的一个作业,报告是法语写的。
上传时间: 2015-08-24
上传用户:q123321
《PROLOG Programming in Depth》: In this book, we emphasize practical PROLOG programming, not just theory. We present several ready-to-run expert system shells, as well as routines for sorting,searching, natural language processing, and even numerical equation solving. We also emphasize interoperability with other software. For example, Chapter 5 presents techniques for reading Lotus spreadsheets and other special file formats from within a PROLOG program.
标签: PROLOG Programming programming emphasize
上传时间: 2014-01-24
上传用户:JIUSHICHEN