代码搜索:VARIABLES

找到约 10,000 项符合「VARIABLES」的源代码

代码结果 10,000
www.eeworm.com/read/432926/1886072

pde variables.pde

/** * Variables. * * Variables are used for storing values. In this example, changing * the values of variables 'a' and 'b' significantly change the composition. */ size(200, 200); backgrou
www.eeworm.com/read/427974/1964287

def variables.def

# SET OF VARIABLES USED FOR THESE MODELS set exptname = WSJ_clean_13dCep_16k_40mel_130Hz_6800Hz set vector_length = 13 set dictionary = $base_dir/lists/cmudict.0.6d set fillerdict = $base_dir/lists/f
www.eeworm.com/read/426274/1993946

jx variables.jx

www.eeworm.com/read/421806/2047685

java variables.java

/* $Id: Variables.java,v 1.6 2004/11/20 15:41:24 eric Exp $ * * ProGuard -- shrinking, optimization, and obfuscation of Java class files. * * Copyright (c) 2002-2004 Eric Lafortune (eric@graphics.
www.eeworm.com/read/412905/2164976

cs variables.cs

using System; using System.Collections.Generic; using System.Text; namespace EvaluationEngine.Parser { public class Variables : IEnumerable { #region Local Variables
www.eeworm.com/read/408300/2252434

c variables.c

/* * in a single C source file it is not possible to define more than * 64KB far or far const variables. Therefore we have split the * definition into a 2nd file. * * Also the linker cann
www.eeworm.com/read/404117/2306738

c variables.c

/* * in a single C source file it is not possible to define more than * 64KB far or far const variables. Therefore we have split the * definition into a 2nd file. * * Also the linker cann
www.eeworm.com/read/399451/2360008

java variables.java

/* Variables.java {{IS_NOTE Purpose: Description: History: Tue Aug 2 15:03:50 2005, Created by tomyeh }}IS_NOTE Copyright (C) 2005 Potix Corporation. All Rights Reserved. {{IS_RIGHT
www.eeworm.com/read/398634/2375052

result variables.result

drop table if exists t1,t2; set @`test`=1; select @test, @`test`, @TEST, @`TEST`, @"teSt"; @test @`test` @TEST @`TEST` @"teSt" 1 1 1 1 1 set @TEST=2; select @test, @`test`, @TEST, @`TEST`, @"teSt"; @t
www.eeworm.com/read/398634/2375574

test variables.test

# # test variables # --disable_warnings drop table if exists t1,t2; --enable_warnings # case insensitivity tests (new in 5.0) set @`test`=1; select @test, @`test`, @TEST, @`TEST`, @"teSt"; set @TEST=