代码搜索:batch
找到约 6,125 项符合「batch」的源代码
代码结果 6,125
www.eeworm.com/read/419767/10839045
txt log001092001.txt
Altium Limited - Protel
Xilinx
Batch Number 001092001
Publication History
~~~~~~~~~~~~~~~~~~~
08 Jun 2000
29 Sep 2000
25 Jan 2001
13 Jul 2001
19 Sep 2001
Record of Additions
~~~
www.eeworm.com/read/444270/7615456
m do_clustering_csc.m
function Do_clustering_CSC(channels,TimeStamps);
% function Do_clustering_CSC(channels,TimeStamps);
% Does clustering from all channels in the .mat file channels. This batch is
% to be used with Ne
www.eeworm.com/read/141429/13010936
bat deletespecialfile.bat
@echo off
if not [%OS%] == [Windows_NT] (
cls
call :ShowAuthor
echo.
echo This batch file only can run on WinNT
echo.
pause
goto :EOF
)
if [%1] == [] goto Set
www.eeworm.com/read/136959/13351250
c query.c
/*
** QUERY.C - Timed query with default for batch files
**
** Usage: QUERY [Prompt_string] [X] [n]
** where: X = Default answer, `Y' or `N'
** n = Seconds to wait before usin
www.eeworm.com/read/321827/13397797
c nmktobat.c
/***
*NMKtoBAT.C - convert NMAKE.EXE output into a Windows 95 batch file
*
* Copyright (c) 1995, Microsoft Corporation. All rights reserved.
*
*Purpose:
* The makefiles provided with the M
www.eeworm.com/read/126074/6018596
exp miscfnx.exp
TRUE
CLIPS> (batch "miscfnx.bat")
TRUE
CLIPS> (clear) ; 10.9.1
CLIPS> (fact-index) ; 10.9.1
[ARGACCES4] Function fact-index expected exactly 1 argument
www.eeworm.com/read/126074/6018641
exp gnrcerr.exp
TRUE
CLIPS> (batch "gnrcerr.bat")
TRUE
CLIPS> (deffunction bogus ())
CLIPS> (defgeneric bogus)
[GENRCPSR5] Defgenerics are not allowed to replace deffunctions.
ERROR:
(defgeneric MAIN::bogus)
CLIPS>
www.eeworm.com/read/126074/6018785
exp strngfnx.exp
TRUE
CLIPS> (batch "strngfnx.bat")
TRUE
CLIPS> (clear) ; 10.4.1
CLIPS> (str-cat) ; 10.4.1
[ARGACCES4] Function str-cat expected at least 1 argument(
www.eeworm.com/read/126074/6018822
exp insmodul.exp
TRUE
CLIPS> (batch "insmodul.bat")
TRUE
CLIPS> (defmodule MAIN
(export defclass A))
CLIPS> (defclass MAIN::A
(is-a USER)
(role concrete))
CLIPS> (definstances MAIN::A (a-main of A))
CLIPS> (de
www.eeworm.com/read/126074/6018872
out acqclips.out
(batch "A:/ACQINPUT.BAT")
CLIPS> TRUE
CLIPS> (clear)
CLIPS> y
y
CLIPS> (load "A:/acqclips.CLP")
Defining deftemplate: username
Defining deftemplate: targetname
Defining deftemplate: finalvalue
Definin