代码搜索:BATCH

找到约 6,125 项符合「BATCH」的源代码

代码结果 6,125
www.eeworm.com/read/388456/8608410

bat xmemtest.msvcpp_l.bat

REM Batch file for MS VC 1.5 16 bit compilation REM remove files if exist *.obj del *.obj REM set environment for MS VC 1.5 16 bit call msvc16 on REM compile C++ source files with LARGE mem
www.eeworm.com/read/288542/8623518

bat clobber.bat

@echo off :- batch file to clobber everything :- $Id: clobber.bat,v 1.14 2006/05/20 20:45:59 mceric Exp $ if not exist config.bat echo You must copy CONFIG.B to CONFIG.BAT and edit it to reflec
www.eeworm.com/read/288304/8643817

m plot_11_5_abc.m

% This script assumes that the script batch.m in this directory % has been run and thus generated the files run(1-9).mat % make figure 11.5a figure plot_mvdr('run1'); hold on plot_mvdr('run2'
www.eeworm.com/read/385894/8783249

txt 3-2.txt

!/BATCH,LIST /TITLE,EDDY CURRENT LOSS IN THICK STEEL PLATE (NL HARMONIC)! 定义工作标题 /FILNAM,VOL_COIL_2D,1 ! 定义工作文件名 KEYW,MAGNOD,1 ! 指定磁场分析 /PREP
www.eeworm.com/read/427960/8908178

bat bcxdoit.bat

rem MIRACL - IBM PC/MS-DOS Version 4.0 rem This batch files creates large memory model 80386 version of miracl.lib rem from its component parts using the Borland C++ V3.1 (or greater) compiler rem
www.eeworm.com/read/382143/9046250

bat abld.bat

@ECHO OFF REM Bldmake-generated batch file - ABLD.BAT REM ** DO NOT EDIT ** perl -S ABLD.PL "\Symbian\Carbide\workspace\MusicPosition\group\\" %1 %2 %3 %4 %5 %6 %7 %8 %9 if errorlevel==1 goto
www.eeworm.com/read/371788/9536913

vbs comment2name.vbs

'功能: '**表示主键字段 *表示非空字段 '每列加上序号(有时不同的字段comment可能相同) Option Explicit ValidationMode = True InteractiveMode = im_Batch Dim mdl Set mdl = ActiveModel If (mdl Is Nothing) Then MsgBox "T
www.eeworm.com/read/170249/9813416

m batbp.m

function [W1,W2,PI_vector,iter]=batbp(NetDef,W1,W2,PHI,Y,trparms) % % BATBP % ----- % Batch version of the back-propagation algorithm. % % Given a set of corresponding input-output
www.eeworm.com/read/170135/9818031

bat ir_reader.bat

@echo off ECHO Use this batch file to make a new cab file. Press CTRL-C to cancel, or pause "C:\PROGRAM FILES\MICROSOFT VISUAL STUDIO\VB98\WIZARDS\PDWIZARD\MAKECAB.EXE" /f "IR_Reader.DDF"
www.eeworm.com/read/281140/10260072

ex1 rem.ex1

REM─例子 下例的批处理文件中使用了REM命令,用它作为注释和加入垂直间隙: @echo off rem This batch program formats and checks new disks. rem It is named CHECKNEW.BAT. rem