代码搜索:scope
找到约 10,000 项符合「scope」的源代码
代码结果 10,000
www.eeworm.com/read/162614/5529364
c scope.c
extern void abort (void);
extern void exit (int);
static int v = 3;
f ()
{
int v = 4;
{
extern int v; /* { dg-error "static" } */
if (v != 3)
abort ();
}
}
main ()
{
f ();
www.eeworm.com/read/349150/3147052
java scope.java
//Scope.java
//Java中变量的作用域
public class Scope
{
public static void main(String args[])
{
int x = 25;
System.out.println("x="+x);//只有x 有效
{
int y = 36;
Syste
www.eeworm.com/read/347649/3164582
java scope.java
public class Scope
{
public static void main(String[] args)
{
int outer = 1; // Exists throughout the method
{
// You cannot refer to a variable
www.eeworm.com/read/331055/3418647
java scope.java
//Scope.java
//Java中变量的作用域
public class Scope
{
public static void main(String args[])
{
int x = 25;
System.out.println("x="+x);//只有x 有效
{
int y = 36;
Syste
www.eeworm.com/read/327360/3461456
cpp scope.cpp
//%2006////////////////////////////////////////////////////////////////////////
//
// Copyright (c) 2000, 2001, 2002 BMC Software; Hewlett-Packard Development
// Company, L.P.; IBM Corp.; The Open Gro
www.eeworm.com/read/327360/3461906
query scope.query
######################################
# Scope testing queries. #
######################################
select * from CIM_ComputerSystem where CIM_ComputerSystem.CIM_ComputerSystem::Descr
www.eeworm.com/read/323581/3513552
test scope.test
#
# Tests for code/scope commands
# ----------------------------------------------------------------------
# AUTHOR: Michael J. McLennan
# Bell Labs Innovations for Lucent Technologies
#
www.eeworm.com/read/323581/3513566
n scope.n
'\"
'\" Copyright (c) 1993-1998 Lucent Technologies, Inc.
'\"
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\