代码搜索:Prolog
找到约 1,954 项符合「Prolog」的源代码
代码结果 1,954
www.eeworm.com/read/347853/11631208
pro ch13ex01.pro
/*
Turbo Prolog 2.0 Chapter 13, Example Program 1
Copyright (c) 1986, 88 by Borland International, Inc
*/
domains
charlist = char*
predicates
string_chlist(string,
www.eeworm.com/read/347853/11631241
pro ch05ex05.pro
/*
Turbo Prolog 2.0 Chapter 5, Example Program 5
Copyright (c) 1986, 88 by Borland International, Inc
*/
predicates
type(symbol, symbol)
is_a(symbol, symbol)
lives
www.eeworm.com/read/347853/11631310
pro ch22ex07.pro
/*
Turbo Prolog 2.0 Chapter 22, Example Program 7
Copyright (c) 1986, 88 by Borland International, Inc
*/
project "mycnvrt"
global domains
list = integer*
global pre
www.eeworm.com/read/347853/11631420
pro ch07ex04.pro
/*
Turbo Prolog 2.0 Chapter 7, Example Program 4
Copyright (c) 1986, 88 by Borland International, Inc
*/
/* Tail recursive program that never runs out of memory */
predicat
www.eeworm.com/read/347853/11631433
pro ch08ex08.pro
/*
Turbo Prolog 2.0 Chapter 8, Example Program 8
Copyright (c) 1986, 88 by Borland International, Inc
*/
domains
name, address = string
age = integer
list = age*
www.eeworm.com/read/347853/11631467
pro ans_155.pro
/*
Turbo Prolog 2.0, Answer to Exercise on page 155.
Copyright (c) 1986, 88 by Borland International, Inc
*/
% Uses backtracking to print all solutions to a query.
Predicates
www.eeworm.com/read/347853/11631485
pro ch18ex06.pro
/*
Turbo Prolog 2.0 Chapter 18, Example Program 6
Copyright (c) 1986, 88 by Borland International, Inc
*/
domains
letter = char
word = letter*
predicates
divide(w
www.eeworm.com/read/347853/11631504
pro ch05ex15.pro
/*
Turbo Prolog 2.0 Chapter 5, Example Program 15
Copyright (c) 1986, 88 by Borland International, Inc
*/
predicates
classify(integer, symbol)
clauses
classify(0, zero
www.eeworm.com/read/347853/11631541
pro ch05ex09.pro
/*
Turbo Prolog 2.0 Chapter 5, Example Program 9
Copyright (c) 1986, 88 by Borland International, Inc
*/
predicates
repeat
action(integer,string)
test(string)
g
www.eeworm.com/read/347853/11631551
pro ch09ex01.pro
/*
Turbo Prolog 2.0 Chapter 9, Example Program 1
Copyright (c) 1986, 88 by Borland International, Inc
*/
domains
thing = string
conds = cond*
cond = string
dat