代码搜索:Scripts
找到约 7,993 项符合「Scripts」的源代码
代码结果 7,993
www.eeworm.com/read/290228/3983569
tcl asym.tcl
# Scripts for bandwidth-asymmetry simulations. Uses util.tcl (must be in
# this directory).
source util.tcl
# set up simulation
set ns [new Simulator]
set n0 [$ns node]
set n1 [$ns node]
set n2 [
www.eeworm.com/read/290228/3984043
misc configure.in.misc
dnl misc setup for vic/vat/etc. autoconf scripts.
dnl $Header: /nfs/jade/vint/CVSROOT/conf/configure.in.misc,v 1.12 1999/10/13 22:52:59 heideman Exp $ (LBL)
case "$target" in
*-dec-*)
dnl Use ac de
www.eeworm.com/read/285437/4050034
sql v034_to_v035.sql
alter table QW_SOLUTION
ADD qw_productid int NULL
alter table QW_SOLUTION
ADD qw_componentid int NULL
go
-- all new update scripts must include a line like this:
UPDATE QX_SYS_PROP SET PROP_
www.eeworm.com/read/285437/4050037
sql v020_to_v021.sql
alter table dbo.QW_TICKETEVENT
drop constraint fk_qw_ticketevent_ticket
-- all new update scripts must include a line like this:
UPDATE QX_SYS_PROP SET PROP_VAL = '021' WHERE (PROP_ID = 'DB_APP_V
www.eeworm.com/read/273525/4208559
idlg gregion_common_sc.idlg
/*
common scripts for graph overall options (region options)
*! VERSION 1.1.1 08mar2005
*/
LIST rg_fill4_change
BEGIN
rg.cl_fill4.hide
rg.cl_fill4.show
rg.cl_fill4.hide
END
www.eeworm.com/read/273525/4208966
idlg _arima_model_sc.idlg
/*
_arima_model_sc.idlg
VERSION 1.0.0 21dec2002
This file contains SCRIPTs.
*/
SCRIPT arma_on
BEGIN
model.tx_ar.enable
model.ed_ar.enable
model.tx_ma.enable
model.ed_ma.en
www.eeworm.com/read/273525/4209059
idlg _arima_main_sc.idlg
/*
_arima_main_sc.idlg
VERSION 1.0.0 21dec2002
This file contains SCRIPTs.
*/
SCRIPT arma_on
BEGIN
main.tx_ar.enable
main.ed_ar.enable
main.tx_ma.enable
main.ed_ma.enable
www.eeworm.com/read/270919/4231627
extra tos_image.extra
#-*-Makefile-*- vim:syntax=make
#$Id: tos_image.extra,v 1.8 2005/06/21 09:34:47 cssharp Exp $
TOS_IMAGE_PL ?= $(TOSDIR)/../tools/scripts/write_tos_image
IDENT_PROGRAM_NAME ?= $(COMPONENT)
build_tosi
www.eeworm.com/read/270919/4231637
extra hood.extra
#-*-Makefile-*- vim:syntax=make
#$Id: hood.extra,v 1.1 2005/09/23 10:18:00 kaminw Exp $
HOOD_GEN_PL ?= $(TOSDIR)/../tools/scripts/codeGeneration/generateHood.pl
BUILD_EXTRA_DEPS += hood_wiring
#POST_