代码搜索:BATCH
找到约 6,125 项符合「BATCH」的源代码
代码结果 6,125
www.eeworm.com/read/126074/6018711
tst multifnx.tst
(unwatch all)
(clear)
(set-strategy depth)
(open "multifnx.rsl" multifnx "w")
(dribble-on "multifnx.out")
(batch "multifnx.bat")
(dribble-off)
(load "compline.clp")
(printout multifnx "multifnx.bat di
www.eeworm.com/read/126074/6018741
tst miscfnx.tst
(unwatch all)
(clear)
(set-strategy depth)
(open "miscfnx.rsl" miscfnx "w")
(dribble-on "miscfnx.out")
(batch "miscfnx.bat")
(dribble-off)
(load "compline.clp")
(printout miscfnx "miscfnx.bat differen
www.eeworm.com/read/126074/6018752
tst basicfnx.tst
(unwatch all)
(clear)
(set-strategy depth)
(open "basicfnx.rsl" basicfnx "w")
(dribble-on "basicfnx.out")
(batch "basicfnx.bat")
(dribble-off)
(load "compline.clp")
(printout basicfnx "basicfnx.bat di
www.eeworm.com/read/126074/6018788
tst modlmisc.tst
(set-strategy depth)
(unwatch all)
; modlmisc.bat test
(clear)
(open "modlmisc.rsl" modlmisc "w")
(dribble-on "modlmisc.out")
(batch "modlmisc.bat")
(dribble-off)
(load "compline.clp")
(printout modlm
www.eeworm.com/read/126074/6018790
exp rulemisc.exp
TRUE
CLIPS> (batch "rulemisc.bat")
TRUE
CLIPS> (unwatch all)
CLIPS> (clear) ; Test Thing #1
CLIPS> (defrule rule-1 (foo $?b ?x) =>)
CLIPS> (defrule rule-2 (foo $?y) =>)
CLIPS> (clear) ; Test Thing #2
www.eeworm.com/read/126074/6018792
exp factsav.exp
TRUE
CLIPS> (batch "factsav.bat")
TRUE
CLIPS> (clear) ; Test error conditions for load/save facts
CLIPS> (save-facts)
[ARGACCES4] Function save-facts expected at least 1 argument(s)
CLIPS> (save-facts
www.eeworm.com/read/126074/6018815
tst tceplace.tst
(set-strategy depth)
(unwatch all)
; tceplace.bat test
(clear)
(open "tceplace.rsl" tceplace "w")
(load "compline.clp")
(dribble-on "tceplace.out")
(batch "tceplace.bat")
(dribble-off)
(printout tcepl
www.eeworm.com/read/125819/6020957
bat go.bat
; this is a windows batch file to compile hi.c
; set SDCCINC=c:\usr\local\sdcc\device\include
; set SDCCLIBS=c:\usr\local\sdcc\device\lib\small
set SDCCINC=c:\sdcc\include
set SDCCLIBS=c:\sdcc\lib\s
www.eeworm.com/read/124399/6049789
tst coolfnx.tst
(unwatch all)
(clear)
(load "coolfnx.clp")
(dribble-on "coolfnx.out")
(batch "coolfnx.bat")
(dribble-off)
(clear)
(open "coolfnx.rsl" coolfnx "w")
(load "compline.clp")
(printout coolfnx "coolfnx.bat
www.eeworm.com/read/124399/6049798
exp dffctcmd.exp
TRUE
CLIPS> (batch "dffctcmd.bat")
TRUE
CLIPS> (clear)
CLIPS> (deftemplate foo (field x) (multifield y))
CLIPS> (deffacts d1)
CLIPS> (deffacts d2 (a))
CLIPS> (deffacts d3 (a) (b) (c))
CLIPS> (deffacts