代码搜索:instance
找到约 10,000 项符合「instance」的源代码
代码结果 10,000
www.eeworm.com/read/126074/6018191
h objrtbin.h
/*******************************************************/
/* "C" Language Integrated Production System */
/* */
/*
www.eeworm.com/read/126074/6018273
h objrtbld.h
/*******************************************************/
/* "C" Language Integrated Production System */
/* */
/*
www.eeworm.com/read/126074/6018293
h insfun.h
/*******************************************************/
/* "C" Language Integrated Production System */
/* */
/*
www.eeworm.com/read/126074/6018611
bat drtest10.bat
(clear) ; DR0793
(load bug793.clp)
(BEeditInit streamout)
(BECPMIn bug793.ins)
(clear) ; DR0795
(defrule rule-1
(blah $?y)
=>
(progn$ (?x ?y) (printout t ?x)
www.eeworm.com/read/126074/6018692
bat bpgf8err.bat
(printout "Hello" crlf)
(clear)
(deffunction foo (?a))
(foo (+ (eval "(gensym)") 2))
(clear)
(defmethod foo (?a))
(foo (instances))
(clear)
(deffunction foo ()
(+ ?a 2)
(bind ?a 1))
(foo)
(clear)
www.eeworm.com/read/126074/6018710
clp bug793.clp
(defclass BEclass (is-a USER)
(role concrete)
(slot sName (create-accessor read-write))
(multislot supertypes (create-accessor read-write))
(multislot subtypes (create-accessor read-write))
www.eeworm.com/read/124745/6040729
c rlm_sqlcounter.c
/*
* rlm_sqlcounter.c
*
* Version: $Id: rlm_sqlcounter.c,v 1.11 2004/05/15 15:50:26 mgriego Exp $
*
* This program is free software; you can redistribute it and/or modify
* it under the ter
www.eeworm.com/read/124745/6041083
c rlm_expr.c
/*
* rlm_expr.c
*
* Version: $Id: rlm_expr.c,v 1.7 2004/02/26 19:04:32 aland Exp $
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU Ge
www.eeworm.com/read/124745/6041112
c rlm_perl.c
/*
* rlm_perl.c
*
* Version: $Id: rlm_perl.c,v 1.13 2004/02/26 19:04:34 aland Exp $
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GN
www.eeworm.com/read/124399/6049442
h objrtbin.h
/*******************************************************/
/* "C" Language Integrated Production System */
/* */
/*