代码搜索:scope
找到约 10,000 项符合「scope」的源代码
代码结果 10,000
www.eeworm.com/read/402041/2334022
java scope.java
package org.trinet.apps;
import org.trinet.jiggle.*;
import java.awt.*;
import java.util.*;
import java.awt.event.*;
import javax.swing.*;
import org.trinet.jasi.*;
import org.trinet.util.*
www.eeworm.com/read/401358/2341216
java scope.java
/*
* Copyright 2002-2007 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
www.eeworm.com/read/395351/2437437
java scope.java
/*
* Copyright 2002-2007 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
www.eeworm.com/read/393024/2489992
c scope.c
/** This file, 'scope.c', is a GUI program that together with
'scope_rt.c' serves as an oscilloscope to examine HAL pins,
signals, and parameters. It is a user space component and
uses GT
www.eeworm.com/read/391312/2520577
cpp scope.cpp
/* A simple oscilloscope program, reading sample data from a serial
port.
This program was developed under Cygwin on Windows XP, and Linux.
It requires the FLTK 1.1.4 toolkit and the
www.eeworm.com/read/384467/2600407
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/383926/2609694
java scope.java
/*
* JBoss, Home of Professional Open Source
* Copyright 2005, JBoss Inc., and individual contributors as indicated
* by the @authors tag.
*
* This is free software; you can redistribute it
www.eeworm.com/read/379174/2675359
java scope.java
/*
* Copyright 2001-2004 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
*
www.eeworm.com/read/379174/2675504
java scope.java
/*
* Copyright 2001-2004 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
*
www.eeworm.com/read/379065/2677125
java scope.java
/*
* JBoss, Home of Professional Open Source
* Copyright 2005, JBoss Inc., and individual contributors as indicated
* by the @authors tag.
*
* This is free software; you can redistribute it and/o