Geometry.Net - the online learning center
Home  - Basic_P - Prolog Programming

e99.com Bookstore
  
Images 
Newsgroups
Page 3     41-60 of 114    Back | 1  | 2  | 3  | 4  | 5  | 6  | Next 20
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

         Prolog Programming:     more books (100)
  1. Prolog: Programming Techniques and Applications (Computer Science and Technology Series) by Susan Garavaglia, 1987-01
  2. From Logic Programming to Prolog by Krzysztof R. Apt, 1996-11-19
  3. Prolog Versus You: An Introduction to Logic Programming by Anna-Lena Johansson, 1989-08
  4. The Arity/Prolog Programming Language by Arity Corporation, 1986
  5. An Introduction to Programming in Prolog by Patrick Saint-Dizier, 1989-12-18
  6. Advanced Turbo PROLOG Programming by Daniel Shafer, 1987-01
  7. PROLOG: Programming and Applications (Computer Science) by W. Burnham, A. Hall, 1985-11-29
  8. Programming in Turbo Prolog: With an Introduction to Knowledge-Based Systems by Lee Teft, 1989-01
  9. Programming in Micro-PROLOG (Ellis Horwood Series in Computers and Their Applications) by Hugh De Saram, 1985-05-29
  10. Further programming in Prolog: Writing application programs (Ellis Horwood series in computers and their applications) by P. H Hepburn, 1987
  11. Micro-Prolog: Programming in Logic by Keith L. Clark, 1984-06
  12. Productive PROLOG Programming (Prentice-Hall International series in computer science) by Peter Schnupp, Lawrence Bernhard, 1987-04
  13. An Advanced Logic Programming Language: Prolog-2 User Guide by Tony Dodd, 1990-01-19
  14. Learning to Build and Comprehend Complex Information Structures: Prolog as a Case Study (Contemporary Studies in Cognitive Science and Technology) by Paul Brna, Benedict du Boulay, et all 1999-08-13

41. PROLOG Programming For Artificial Intelligence (3rd Edition)
Title. Authors. Book. prolog programming for Artificial Intelligence(3rd edition). By Ivan Bratko. Paperback Published by Addison Wesley
http://www.trinc-prolog.com/pages/book.php3?bookid=18

42. Clause And Effect: Prolog Programming For The Working Programmer
Title. Authors. Book. Clause and Effect prolog programming for theWorking Programmer. By William F.Clocksin. Paperback Published by
http://www.trinc-prolog.com/pages/book.php3?bookid=2

43. Prolog Programming
IPSJ MAGAZINE Abstract Vol.25 No.12 004. prolog programming. GOTOSHIGEKI ?1. ?1 Musashino Electrical Communication Laboratory,NTT
http://www.ipsj.or.jp/members/Magazine/Eng/2512/article004.html
Last Upate¡§Thu Mar 22 15:40:06 2001 IPSJ MAGAZINE Abstract Vol.25 No.12 - 004
Prolog Programming
GOTO SHIGEKI
Musashino Electrical Communication Laboratory,N.T.T.
¢¬Vol.25 No.12 Index
Comments are welcome. Mail to address editj@ips j.or.jp , please.

44. Prolog Programming Environments
Last UpateThu Mar 22 154024 2001. IPSJ MAGAZINE Abstract Vol.30 No.04 003.prolog programming Environments. TAMURA Naoyuki ?1 , ASAKAWA Yasuo ?2.
http://www.ipsj.or.jp/members/Magazine/Eng/3004/article003.html
Last Upate¡§Thu Mar 22 15:40:24 2001 IPSJ MAGAZINE Abstract Vol.30 No.04 - 003
Prolog Programming Environments
TAMURA Naoyuki ASAKAWA Yasuo
Faculty of Engineering, Kobe-University
IBM Tokyo Research Laboratory
¢¬Vol.30 No.04 Index
Comments are welcome. Mail to address editj@ips j.or.jp , please.

45. WannaLearn: Clause And Effect: Prolog Programming For The Working Programmer
Clause and Effect prolog programming for the Working Programmer. Clause and Effectprolog programming for the Working Programmer by William F. Clocksin.
http://www.wannalearn.com/Computers_and_the_Internet/Programming_Languages/Prolo
Clause and Effect: Prolog Programming for the Working Programmer
A WannaLearn Recommended Instructional Book Pick
Paperback
November, 1997
Springer Verlag
ISBN: 3540629718 Clause and Effect: Prolog Programming for the Working Programmer by William F. Clocksin
Amazon.com's Price:
Usually ships within 24 hours Find Out More About This Book Buy from Amazon.com
Buy from Amazon.ca

Buy from Amazon.co.uk
Comments from people who have read this book Rating: /5 -
Rating: 4/5 - Serves its purpose well
For those who have experience in logic programming, either with Prolog or some other language, such as Lisp, or even a high-level symbolic programming language like Mathematica or Maple, this book could serve as a first course or a summary of Prolog programming. Research in logic programming is still an active area, and the approach taken in logic programming languages seems more natural from the standpoint of mathematical (predicate) logic. The author, in this short book, gives the reader an appreciation of Prolog and the philosophy and constructions behind logic programming. Many examples are employed that illustrate how to code in Prolog and how useful it can be in real-world applications. Data structures in Prolog are discussed in chapter 2 as generalizations of programs using compound terms instead of just constants and variables. Lists are defined and their syntax discussed, along with dot and bracket notation. The implementation of simple arithmetic in Prolog is discussed. Several effective examples are given to illustrate arithmetic and list manipulation in Prolog.

46. WannaLearn: Prolog Programming For Artificial Intelligence
prolog programming for Artificial Intelligence. A WannaLearn Recommended InstructionalBook Pick. prolog programming for Artificial Intelligence by Ivan Bratko.
http://www.wannalearn.com/Computers_and_the_Internet/Programming_Languages/Prolo
Prolog Programming for Artificial Intelligence
A WannaLearn Recommended Instructional Book Pick
Paperback
08 September, 2000
Addison-Wesley Pub Co
ISBN: 0201403757 Prolog Programming for Artificial Intelligence by Ivan Bratko
Amazon.com's Price:
Usually ships within 24 hours Find Out More About This Book Buy from Amazon.com
Buy from Amazon.ca

Buy from Amazon.co.uk
Comments from people who have read this book Rating: /5 -
Rating: 5/5 - Great book for learning AI with Prolog, but....
... a horrible Prolog tutorial. This is not a good first book on Prolog. If you are new to Prolog and Logic Programming, you should read 'Art of Prolog' first. Prolog is quite different from other languages, and you'll need some time to get it. This book doesn't give you that time: after briefly introducing the basic concepts, Bratko dives at breakneck speed into recursion and list processing. Don't get me wrong, this is a magnificent book on how to do AI with Prolog, but it shouldn't be your first Prolog book. It's an excellent second book. Rating: 5/5 - An excellent introduction to Prolog and concepts in AI Professor Bratko has done a tremendous job of putting all the fundamental concepts of Prolog and its applications in various areas of AI. Although this book is focused on Prolog, the concepts that he has discussed are so fundamental that they can be implemented in other languages like Java as well.

47. Bookpool: Prolog Programming For Artificial Intelligence (International Computer
Feb 6, 2003 EST. prolog programming for Artificial Intelligence (InternationalComputer Science Series), Ivan Bratko AddisonWesley
http://www.bookpool.com/.x/ij99rw4ts8/sm/0201403757
0 items Search Subjects New Books ... LogOut Search: Browse: Business and Culture Certification Computer Applications Databases Distributed Computing Enterprise Computing Graphics and Multimedia Hardware Networking / Comm Operating Platforms Other Topics Programming Programming Languages WWW and Internet Apr 10, 2003 EDT
Prolog Programming for Artificial Intelligence (International Computer Science Series)
Ivan Bratko
Addison-Wesley, Paperback, 3rd edition, Published September 2000, 678 pages, prolog_prg2, ISBN 0201403757 List Price: $61.00
Our Price:
You Save: $6.50 (11% Off)
Availability: In-Stock Customer Reviews: 1 Average Customer Rating: Write a Review and tell the world about this title! Books on similar topics, in bestseller order: Books from the same publisher, in bestseller order: Publisher Summary of Title Description This best-selling guide to Prolog has been fully revised and extended to provide an even greater range of applications, enhancing its value as a stand-alone guide to Prolog, Artificial Intelligence, or AI Programming for students and professional programmers alike. Ivan Bratko discusses natural language processing with grammar rules, planning, and machine learning. The coverage of meta-programming includes meta-interpreters and object-oriented programming in Prolog. The new edition includes coverage of: constraint logic programming; qualitative reasoning; inductive logic programming; recently developed algorithms; belief networks for handling uncertainty; and a major update on machine learning.

48. Prolog Programming Assignment
prolog programming assignment. You must first download WINPROLOG 3.610trial version HERE HELP Download the help files here. Document
http://www.cs.olemiss.edu/~lawhead/prolog.html
Prolog Programming assignment
You must first download WIN-PROLOG 3.610 trial version HERE HELP Download the help files here. Document Download the document files here. Read the document and help files to understand how to set the system up and how to use it. There is a very good tutorial that comes with the system. Do a few example in it before you start the exercises below.
Use WIN-PROLOG 3.610 to do the exercises below. Note that this is a 28 day trial edition.
Prolog Exercise:
The goal here is to have you use a Prolog system not to have you write a Prolog Program. Page 448 in your text has a rather extensive set of rules and conditions in Figure 13.1. TYpe the program into the current system. Now, Test the system to determine the following: 1. List all sibling relationships in this program. 2. Is Albert Mary's grandparent? 3. Does George satisify the following query? :-ancestor(X,cindy),sibling(X,jeffrey) 4. Do exercise 13-6 on p. 490. 5. Implement the canmarry rule on p. 529. 6. Ask the system for a list all people in the knowledge base who can marry Hand in a listing of your program and a screen capture of your answers Assignment due next Thursday at class time. Last Updated on November 19, 1998 by

49. Citation
AddisonWesley International Computer Science Series archive prolog programmingfor artificial intelligence Author Ivan Bratko E. Kardelj Univ., Ljubljana
http://portal.acm.org/citation.cfm?id=6981&dl=ACM&coll=portal&CFID=11111111&CFTO

50. Citation
Google, Inc. Citation. prolog programming in Depth Authors MA CovingtonD. Nute A. Vellino Publisher Scott, Foresman Co. Glenview, IL, USA
http://portal.acm.org/citation.cfm?id=76729&coll=portal&dl=ACM&CFID=11111111&CFT

51. Prolog Programming Project
prolog programming Project CISC 470 Programming Languages Fall 2002.DUE DATE November 12, 2002 The Prolog interpreter is named `bp'.
http://www.cis.udel.edu/~silber/470STUFF/prologproj.htm
Prolog Programming Project
CISC 470 - Programming Languages
Fall 2002
DUE DATE: November 12, 2002 The Prolog interpreter is named ` bp '. See the link from the course web page for a user manual on bp A so-called ``diabolic magic square'' is an n x n matrix whose cells contain the numbers 1..n^2, arranged in such a way that the cells in every row, column, and diagonal sum to (n^3 + n)/2. Diagonals are broadly defined: they include not only the major (corner-to-corner) diagonals, but the ``broken'' diagonals as well. If you imagine tiling a wall with a large number of identical copies of a diabolic magic square, every set of four cells in a line, horizontally, vertically, or diagonally, will add up to the same number. Here is a 4x4 diabolic magic square:
Program Version 1:
You are to write a Prolog program containing a predicate diabolic(L) that tests whether the list L represents the values in a 4x4 diabolic magic square (in row-major order). The square above would be represented as . You may want to create a permutation predicate to use for this task.

52. CSE2393: Prolog Programming
CSE2393. prolog programming (3 points). (IT). Leader Offered Not offered in 2003.Synopsis Introduction to Prolog and the logic programming language paradigm.
http://www.monash.edu.au/pubs/2003handbooks/units/CSE2393.html

Monash Handbooks
Index by unit code Index by unit name Units by faculty
Prolog programming (3 points) IT Leader: Offered:
Not offered in 2003. Synopsis: Introduction to Prolog and the logic programming language paradigm. Topics include the operational semantics of Prolog and the pragmatics of how to program in Prolog, including debugging facilities, efficiency issues, and library functions. Some simple programming idioms such as meta-progamming, generate and test, and accumulators. Applications of Prolog to artificial intelligence and compiler writing. Assessment: Practical examination (3 hours): 100% Contact Hours: One 1-hour lecture or tutorial per week Prerequisites: or CSC1030 or equivalent Corequisites: or CSC2030 Prohibitions: Monash University Monash Handbooks
Index by unit code
Index by unit name ...
Australian Government Requirements
for International Students - CRICOS Provider Number: 00008C
Caution
Privacy
Monash University ABN 12 377 614 012

53. CSE3393: Prolog Programming
CSE3393. prolog programming (3 points). (IT). Leader Offered Not offered in 2003.Synopsis Introduction to Prolog and the logic programming language paradigm.
http://www.monash.edu.au/pubs/2003handbooks/units/CSE3393.html

Monash Handbooks
Index by unit code Index by unit name Units by faculty
Prolog programming (3 points) IT Leader: Offered:
Not offered in 2003. Synopsis: Introduction to Prolog and the logic programming language paradigm. Operational semantics of and pragmatics of how to program in Prolog, including debugging facilities, efficiency issues and library functions. Applications of Prolog to artificial intelligence and compiler writing. The relationship between pure Prolog and first-order logic. Assessment: Practical examination (3 hours): 100% Contact Hours: One 1-hour lecture or tutorial per week Prerequisites: CSC1030 or or equivalent, and or CSC2030 Prohibitions: Monash University Monash Handbooks
Index by unit code
Index by unit name ...
Australian Government Requirements
for International Students - CRICOS Provider Number: 00008C
Caution
Privacy
Monash University ABN 12 377 614 012

54. Prolog Programming Tutorials
SFU CMPT Course Central Software Prolog. prolog programming Tutorials.Prolog Tutorial by Pierre Massicotte from Simon Fraser University.
http://www.cs.sfu.ca/CC/SW/Prolog/Tutorials/
SFU CMPT Course Central
Software: Prolog
Prolog Programming Tutorials
Prolog Tutorial by Pierre Massicotte from Simon Fraser University Prolog Tutorial by Peter Hancox from the University of Birmingham

55. WileyEurope :: Techniques Of Prolog Programming With Implementation Of Logical N
WileyEurope, Techniques of prolog programming with Implementationof Logical Negation and Quantified Goals by T. Van Le.
http://www.wileyeurope.com/cda/product/0,,047157175X|desc|2957,00.html
Shopping Cart My Account Help Contact Us
By Keyword By Title By Author By ISBN By ISSN WileyEurope Computing Computer Science Special Topics Techniques of Prolog Programming with Implementation of Logical Negation and Quantified Goals Related Subjects
General Computer Science

Business Data Processing

Client/Server Technologies

Information Technologies

Related Titles
Special Topics
Dynamic, Genetic, and Chaotic Programming: The Sixth-Generation (Hardcover)

Software Evolution: A Software Maintenance Challenge (Hardcover)

Lowell Jay Arthur Digital Logic Design: Tutorial and Laboratory Exercises (Paperback) John Passafiume, Michael Douglas Hypermedia Image Processing Reference (HIPR) (Software) Robert Fisher, Simon Perkins, Ashley Walker, Erik Wolfart Object-Oriented Ray Tracing in C++ (Paperback) Nicholas Wilt Join a Computing Mailing List Special Topics Techniques of Prolog Programming with Implementation of Logical Negation and Quantified Goals T. Van Le

56. Help-Site: Prolog Programming Computer Help
prolog programming. Search.
http://help-site.com/c.m/prog/lang/prolog/
[Main Index] -> [Programming] -> [Programming Languages] [Directory] [Forums] Prolog Programming
Search
options Programming in Prolog Other Prolog Programming books to buy at Amazon.
Documents
comp.lang.prolog Frequently Asked Questions [13 Dec 2002]
prolog/faq
FAQ: Prolog Resource Guide [Monthly posting]
[13 Dec 2002]
prolog/resource-guide/part1
If you can't find the help you are looking for on the main site you can now visit the new Help-Site Forums to ask for help. Save 10% on high-quality Crucial RAM. Order online at Crucial's factory-direct Web site. Crucial Technology, The Memory Experts. [New Links]
[Add Url]
[About]

57. Prolog Programming
prolog programming. Prolog is a language based upon programming in logic. Varioustechniques of prolog programming are described in this collection.
http://www.sju.edu/~jhodgson/ai/prolog.html
Prolog Programming
Prolog is a language based upon programming in logic. It is possible because Alan Robinson's resolution theorem prover can be implemented efficiently. Prolog does not have a notion of a program as such. There is a database of facts and rules. Rules are Horn clauses with a head consisting of a single functor and a body which can be a disjunction of terms. A fact is a rule whose body is empty (or more properly the single term true
Goals and Goal Satisfaction
A goal is a conjunction a1,a2, ..., an of terms. To satisfy a goal the prolog inference engine chooses the leftmost term in the goal (a1 in this case) and tries to match it with a clause in the database. If such a clause (eg). is found then a1 in the goal is replaced by the body of the clause so that the goal becomes. b1,b2,b3,a2, ..., an Note that if the clause is a fact then the matched head is discarded. The goal is satisfiable if this process continues until the goal is empty. If a particular choice of matching clause fails the system backtracks and uses the next clause in the database that matches. A summary of the Prolog Language and how to use it. This is a work in progress. Various techniques of prolog programming are described in this collection. Amongst these are

58. Assignment Prolog Programming Techniques
Assignment prolog programming Techniques. Due 4 September 1995 Thisassignment is worth 5 of your final mark. Taming Search 15 marks.
http://www.cs.auckland.ac.nz/~j-hamer/07.363/ass-n 2.html

59. CIDEC Library: Bratko * Prolog Programming For Artificial Intelligence
prolog programming FOR ARTIFICIAL INTELLIGENCE. Prof. coverage of metaprogrammingnow includes meta-interpreters and object-oriented programming in Prolog.
http://www.cs.ioc.ee/yik/lib/22/Bratko1.html
Subject Area: Artificial Intelligence in CIDEC Library
PROLOG PROGRAMMING FOR ARTIFICIAL INTELLIGENCE
Prof. Ivan BRATKO
leads the AI groups in the Faculty of Electrical Engineering and Computer Science at Ljubljana University and the Jozef Stefan Institute in Slovenia. Series: International computer science series Publisher : Addison-Wesley Publishing Co. - Wokingham, England ; Reading, Mass. Bibliographic :
  • Paperback
  • ISBN: 0201416069
  • xxi, 597 p. : ill. ; 24 cm.
  • Dewey No.: 006.3/0285/5133 20
  • Artificial intelligence Data processing.
    Prolog (Computer program language)
  • Programming Languages * Prolog
DESCRIPTION : This edition of the bestselling guide to Prolog has been fully revised and extended to provide an even greater range of applications, enhancing its value as a stand-alone guide to Prolog, Artificial Intelligence or AI programming for professional programmers and students alike. FEATURES:
  • discusses natural language processing with grammar rules,planning and machine learning
  • coverage of meta-programming now includes meta-interpreters and object-oriented programming in Prolog
CONTENTS : The Prolog language * An overview of Prolog * Syntax and meaning of Prolog programs * Lists, operators, arithmetic * Using structures * Example programs * Controlling backtracking * Input and output * More built-in procedures * Programming style and technique * Operations on data structures * Advanced tree representations * Prolog in artificial intelligence * Basic problem-solving strategies * Best-first: a heuristic search principle * Problem reduction and AND/OR graphs * Expert systems and knowledge representation * An expert system shell * Planning * Language processing with grammar rules * Machine learning * Game playing * Meta programming.

60. Prolog Learning Resources: Prolog, Prolog Tutorial, Swi Prolog, Visual Prolog, P
LookSmart Categories. prolog programming Resources. Cmu Site.
http://www.magicseyer.com/prolog_links.htm
Prolog Resources
Prolog is a computer language that helps us program logically, the way we think. Using "facts and rules" you can create smart applications using prolog. Prolog has a built-in inference engine so prolog can infer things that are not directly stated as facts. Prolog is said to be specially suited for developing artificial intelligence. MagicBrain and the Axon Idea Processor were developed with Visual Prolog. See also: Prolog Bookstore
Prolog Development Center
Visual Prolog Home Page: Visual Prolog products, FREE Personal Edition, servic Prolog Development Center Visual Prolog
LookSmart Categories Prolog Programming Resources
Cmu Site
Topic: lang/prolog/ Topic: lang/prolog/impl/prolog/ Package: lang/prolog/impl/prolog/scm_pl/ Prolog Resource Guide
Ptd Site
ProLog Features Prolog's Newsgroups PROLOG , PENTELEDATA REDIRECT TO PLANET DIRECT. Prolog Residential Server
Prolog Site
The Prolog Group Motorola Computer Group, Leaders in CompactPCI and VME Technology Prolog Business Solutions
Commercial Sites
Catalog of compilers: Prolog Strawberry Prolog BinNet: Java and Prolog software for Internet programming Datamatrix Home Page PROLOG Ham Radio Amateur Radio, Loggin...

A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

Page 3     41-60 of 114    Back | 1  | 2  | 3  | 4  | 5  | 6  | Next 20

free hit counter