代码搜索:Variable

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

代码结果 10,000
www.eeworm.com/read/167185/5465324

diff elpr.diff

.\" Copyright (c) 1991 Entropic Research Laboratory, Inc.; All rights reserved .\" @(#)elpr.1 1.2 7/23/93 ERL .ds ]W (c) 1991 Entropic Research Laboratory, Inc. .TH ELPR 1\-ESPS 7/23/93 .SH ELPR elpr
www.eeworm.com/read/167185/5465327

1 espsenv.1

.\" Copyright (c) 1986-1990 Entropic Speech Inc. .\" Copyright (c) 1991 Entropic Research Laboratory, Inc.; All rights reserved .\" @(#)espsenv.1 1.19 20 Aug 1997 ESI/ERL .ds ]W (c) 1991 Entropic Rese
www.eeworm.com/read/167185/5465328

diff espsenv.diff

.\" Copyright (c) 1986-1990 Entropic Speech Inc. .\" Copyright (c) 1991 Entropic Research Laboratory, Inc.; All rights reserved .\" @(#)espsenv.1 1.19 20 Aug 1997 ESI/ERL .ds ]W (c) 1991 Entropic Rese
www.eeworm.com/read/167185/5465334

1 elpr.1

.\" Copyright (c) 1991 Entropic Research Laboratory, Inc.; All rights reserved .\" @(#)elpr.1 1.2 7/23/93 ERL .ds ]W (c) 1991 Entropic Research Laboratory, Inc. .TH ELPR 1\-ESPS 7/23/93 .SH ELPR elpr
www.eeworm.com/read/167185/5465340

csh eenv.csh

# @(#)Eenv.csh 1.3 9/20/91 ESI # Set ESPS environment variables (csh); a copy of this can be # "sourced" in your .login or .cshrc # Harmless if ESPS_BASE already set: setenv ESPS_BASE `get_esps_bas
www.eeworm.com/read/167185/5465809

c spstoag.c

/* spstoa - Converts an sps data file to an ASCII file * suitable for mailing or movement across different machine types. * * This material contains proprietary software of Entropic Speech, Inc
www.eeworm.com/read/165801/5477432

java testelsizetag.java

/* * $Id: TestELSizeTag.java 54933 2004-10-16 17:04:52Z germuska $ * * Copyright 1999-2004 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"
www.eeworm.com/read/165570/5481120

java firstrunnable.java

/** A simple class which demonstrates implementing interface Runnable. The class simply increments an instance variable until a flag is turned off. The value of the instance variable is then disp
www.eeworm.com/read/165570/5481141

java outer.java

/** The outer class. */ public class Outer { /** Instance variable known to Outer and Inner. */ private int a; /** A reference to an instance of Inner. */ private Inner b; public Outer
www.eeworm.com/read/165570/5481360

java boxpassing.java

public class BoxPassing { /** Main program. */ public static void main(String[] args) { int x = 5; BasicBox myBox = new BasicBox(2, 3, 4); System.out.println("Inside main method");