代码搜索:scope
找到约 10,000 项符合「scope」的源代码
代码结果 10,000
www.eeworm.com/read/163822/10143302
java compare_scope.java
public class compare_scope{
private String scopeType;
public void setscopeType(String scorpType){
this.scopeType=scopeType;
}
public String getscopeType(){
return scopeType;
}
}
www.eeworm.com/read/163822/10143306
class compare_scope.class
www.eeworm.com/read/357438/10209737
gif scope_background.gif
www.eeworm.com/read/425160/10376118
cpp scope_levels.cpp
/*
* This file contains code from "C++ Primer, Fourth Edition", by Stanley B.
* Lippman, Jose Lajoie, and Barbara E. Moo, and is covered under the
* copyright and warranty notices given in that
www.eeworm.com/read/161772/10376296
c scope2.c
/* Illustrates variable scope. */
#include
void print_value(void);
int main( void )
{
int x = 999;
printf("%d\n", x);
print_value();
return 0;
}
void pr
www.eeworm.com/read/352626/10532540
gif scope_background.gif
www.eeworm.com/read/351896/10597921
cpp scope_levels.cpp
/*
* This file contains code from "C++ Primer, Fourth Edition", by Stanley B.
* Lippman, Jose Lajoie, and Barbara E. Moo, and is covered under the
* copyright and warranty notices given in that
www.eeworm.com/read/350121/10771453
h scope2.h
www.eeworm.com/read/350121/10771773