代码搜索:BATCH
找到约 6,125 项符合「BATCH」的源代码
代码结果 6,125
www.eeworm.com/read/265611/11260120
irs trafic.irs
Import Source Constraint Lever
Copyright(C), 1992-2001, Lattice Semiconductor Corporation. All rights reserved
Mode selected: Auto Import (Batch)
Note: No constraints imported from source file(
www.eeworm.com/read/248729/12544082
m kmeans.m
function [centres, options, post, errlog] = kmeans(centres, data, options)
%KMEANS Trains a k means cluster model.
%
% Description
% CENTRES = KMEANS(CENTRES, DATA, OPTIONS) uses the batch K-means
%
www.eeworm.com/read/334557/12591369
cxx lexothers.cxx
// Scintilla source code edit control
/** @file LexOthers.cxx
** Lexers for batch files, diff results, properties files, make files and error lists.
** Also lexer for LaTeX documents.
**/
// Copyri
www.eeworm.com/read/300090/13935566
cxx lexothers.cxx
// Scintilla source code edit control
/** @file LexOthers.cxx
** Lexers for batch files, diff results, properties files, make files and error lists.
** Also lexer for LaTeX documents.
**/
// C
www.eeworm.com/read/135337/13939017
txt personnel_mis.txt
The cab file for your application has been built as 'C:\projectM\Package\COPL.CAB'.
There is also a batch file in the support directory (C:\projectM\Package\Support\COPL.BAT) that will allow you to
www.eeworm.com/read/200237/15437103
m get_spikes_csc.m
function Get_spikes_CSC(channels,TimeStamps);
% function Get_spikes_CSC(channel,TimeStamps)
% Gets spikes from all channels in the .mat file channels. This batch is
% to be used with Neuralynx data
www.eeworm.com/read/110945/15522033
bat wnhide.bat
@echo off
rem WNHIDE.BAT Copyright (C) 1994 by Ray (Arsen) Arachelian
rem All Rights Reserved, GTDR.
rem
rem This is a sample batch file showing how to hide an encrypted
www.eeworm.com/read/100052/15571550
conf john.conf
#
# This file is part of John the Ripper password cracker,
# Copyright (c) 1996-2000 by Solar Designer
#
[Options]
# Wordlist file name, to be used in batch mode
Wordfile = $JOHN/password.lst
# Use i
www.eeworm.com/read/105215/15674836
ini john.ini
#
# This file is part of John the Ripper password cracker,
# Copyright (c) 1996-98 by Solar Designer
#
[Options]
# Wordlist file name, to be used in batch mode
Wordfile = ~/password.lst
# Use idle cy
www.eeworm.com/read/391748/8381484
el untabify.el
;;;; Untabify the sources.
;;;; Usage: emacs -batch -l untabify.el [file ...]
(defun global-untabify (buflist)
(mapcar
(lambda (bufname)
(set-buffer (find-file bufname))
(untabify (poi