代码搜索:batch
找到约 6,125 项符合「batch」的源代码
代码结果 6,125
www.eeworm.com/read/126074/6018567
exp drtest08.exp
TRUE
CLIPS> (batch "drtest08.bat")
TRUE
CLIPS> (reset) ; DR0675
CLIPS> (defrule foo (initial-fact) (test (> 4 3)) =>)
CLIPS> (agenda)
0 foo: f-0
For a total of 1 activation.
CLI
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/6018650
exp inserr.exp
TRUE
CLIPS> (batch "inserr.bat")
TRUE
CLIPS> (send)
[ARGACCES4] Function send expected at least 2 argument(s)
CLIPS> (send object)
[ARGACCES4] Function send expected at least 2 argument(s)
CLIPS> (sen
www.eeworm.com/read/126074/6018651
tst insmodul.tst
(unwatch all)
(clear)
(setgen 1)
(dribble-on "insmodul.out")
(batch "insmodul.bat")
(dribble-off)
(clear)
(open "insmodul.rsl" insmodul "w")
(load "compline.clp")
(printout insmodul "insmodul.clp diff
www.eeworm.com/read/126074/6018696
tst msgerr.tst
(unwatch all)
(clear)
(setgen 1)
(dribble-on "msgerr.out")
(batch "msgerr.bat")
(dribble-off)
(clear)
(open "msgerr.rsl" msgerr "w")
(load "compline.clp")
(printout msgerr "msgerr.clp differences are
www.eeworm.com/read/126074/6018700
tst seqop.tst
(unwatch all)
(clear)
(set-sequence-operator-recognition FALSE)
(setgen 1)
(dribble-on "seqop.out")
(batch "seqop.bat")
(dribble-off)
(set-sequence-operator-recognition FALSE)
(clear)
(open "seqop.rsl
www.eeworm.com/read/126074/6018799
exp factscmd.exp
TRUE
CLIPS> (batch "factscmd.bat")
TRUE
CLIPS> (clear)
CLIPS> (facts) ; facts
CLIPS> (assert (a) (b) (c) (d) (e) (f))
CLIPS> (facts)
f-0 (a)
f-1 (b)
f-2
www.eeworm.com/read/124399/6049793
exp classerr.exp
TRUE
CLIPS> (batch "classerr.bat")
TRUE
CLIPS> (make-instance bad of OBJECT)
[INSMNGR3] Cannot create instances of abstract class OBJECT.
CLIPS> (make-instance bad of USER)
[INSMNGR3] Cannot create in
www.eeworm.com/read/124399/6049818
exp drtest08.exp
TRUE
CLIPS> (batch "drtest08.bat")
TRUE
CLIPS> (reset) ; DR0675
CLIPS> (defrule foo (initial-fact) (test (> 4 3)) =>)
CLIPS> (agenda)
0 foo: f-0
For a total of 1 activation.
CLI
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