代码搜索:Prolog
找到约 1,954 项符合「Prolog」的源代码
代码结果 1,954
www.eeworm.com/read/165117/10075789
usertree
#! /bin/sh
#
# usertree shell script
#
# Modified July 14, 1992 to accept phylip_tree prolog fact.
#
if test $# -lt 1 -o $# -gt 2; then echo "Usage: $0 treefile [ L ]"; exit; fi
read first_line
echo
www.eeworm.com/read/165117/10075796
usertrees
#! /bin/sh
#
# usertree shell script
#
# Modified July 14, 1992 to accept phylip_tree prolog fact.
#
if test $# -lt 1 -o $# -gt 2; then echo "Usage: $0 treefile [ L ]"; exit; fi
read first_line
echo
www.eeworm.com/read/344684/11868087
s emul32.s
.text
empy32s::
empy32u::
; think of one operand as consisting of bytes (high) A B C D (low)
; and the other operand as consisting of bytes (high) E F G H (low)
.define A R19
.define B R18
.defin
www.eeworm.com/read/155317/11885117
s emul32.s
.text
empy32s::
empy32u::
; think of one operand as consisting of bytes (high) A B C D (low)
; and the other operand as consisting of bytes (high) E F G H (low)
.define A R19
.define B R18
.defin
www.eeworm.com/read/338832/12278971
pl hello.pl
/********************************************************************
Constraint-based Graphical Programming in B-Prolog
%
draw a "Hello World!" button
********************************
www.eeworm.com/read/338220/12317870
s ppc_fabsf.s
#include
function_prolog(_fabsf)
clrlwi r3,r3,1 /* clear signbit */
blr /* and return */
function_epilog(_fabsf)
www.eeworm.com/read/338220/12317913
s ppcfabsf.s
#include
function_prolog(fabsf)
clrlwi r3,r3,1 /* clear signbit */
blr /* and return */
function_epilog(fabsf)
www.eeworm.com/read/125257/14503040
c gvpmisc.c
/* Copyright (C) 1993-1998, Ghostgum Software Pty Ltd. All rights reserved.
This file is part of GSview.
This program is distributed with NO WARRANTY OF ANY KIND. No author
or distr
www.eeworm.com/read/172772/9691592
s emul32.s
.text
empy32s::
empy32u::
; think of one operand as consisting of bytes (high) A B C D (low)
; and the other operand as consisting of bytes (high) E F G H (low)
.define A R19
.define B R18
.defin
www.eeworm.com/read/147693/12538599
pl fig23_2.pl
% Figure 23.2 A Prolog meta-interpreter for tracing programs
% in pure Prolog.
% trace( Goal): execute Prolog goal Goal displaying trace information
trace( Goal) :-
trace( Goal, 0).