代码搜索:Instance
找到约 10,000 项符合「Instance」的源代码
代码结果 10,000
www.eeworm.com/read/126074/6018606
tst instance.tst
(unwatch all)
(clear)
(setgen 1)
(load "instance.clp")
(dribble-on "instance.out")
(batch "instance.bat")
(dribble-off)
(clear)
(open "instance.rsl" instance "w")
(load "compline.clp")
(printout insta
www.eeworm.com/read/126074/6018642
exp instance.exp
TRUE
CLIPS> (batch "instance.bat")
TRUE
CLIPS> (make-instance a of A)
[a]
CLIPS> (send [a] print)
[a] of A
(x 34)
(y abc)
CLIPS> (make-instance [a] of A (x 65))
Old instance deleted.
Slot x set with m
www.eeworm.com/read/126074/6018695
bat instance.bat
(make-instance a of A)
(send [a] print)
(make-instance [a] of A (x 65))
(send [a] print)
(unmake-instance [a])
(make-instance b1 of BOGUS)
(make-instance b1 of BOGUS (b 45))
(send [b1] put-a 1)
(send
www.eeworm.com/read/124399/6049803
clp instance.clp
(defclass A (is-a USER)
(role concrete)
(slot x (create-accessor read-write) (default 34))
(slot y (create-accessor write) (default abc)))
(defmessage-handler A put-x before (?value)
(printout
www.eeworm.com/read/124399/6049857
tst instance.tst
(unwatch all)
(clear)
(setgen 1)
(load "instance.clp")
(dribble-on "instance.out")
(batch "instance.bat")
(dribble-off)
(clear)
(open "instance.rsl" instance "w")
(load "compline.clp")
(printout insta
www.eeworm.com/read/124399/6049893
exp instance.exp
TRUE
CLIPS> (batch "instance.bat")
TRUE
CLIPS> (make-instance a of A)
[a]
CLIPS> (send [a] print)
[a] of A
(x 34)
(y abc)
CLIPS> (make-instance [a] of A (x 65))
Old instance deleted.
Slot x set with m
www.eeworm.com/read/124399/6049946
bat instance.bat
(make-instance a of A)
(send [a] print)
(make-instance [a] of A (x 65))
(send [a] print)
(unmake-instance [a])
(make-instance b1 of BOGUS)
(make-instance b1 of BOGUS (b 45))
(send [b1] put-a 1)
(send
www.eeworm.com/read/100601/6268123
c instance.c
/*
* The contents of this file are subject to the Mozilla Public
* License Version 1.1 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of
www.eeworm.com/read/100601/6268143
c instance.c
/*
* The contents of this file are subject to the Mozilla Public
* License Version 1.1 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of
www.eeworm.com/read/100601/6268168
c instance.c
/*
* The contents of this file are subject to the Mozilla Public
* License Version 1.1 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of