代码搜索:Protected
找到约 10,000 项符合「Protected」的源代码
代码结果 10,000
www.eeworm.com/read/124570/14559492
java databaseresultlistener.java
/*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either vers
www.eeworm.com/read/223777/14617956
java sort.java
/*
* @(#)SortAlgorithm.java 1.6f 95/01/31 James Gosling
*
* Copyright (c) 1994-1996 Sun Microsystems, Inc. All Rights Reserved.
*
* Permission to use, copy, modify, and distribute this softw
www.eeworm.com/read/123236/14641827
hpp juzheng.hpp
#include
class DIRECT{
public:
direct();
protected:
int n;
};
www.eeworm.com/read/223082/14660380
java graphobject.java
package shared;
import java.lang.*;
/** This class contains features that are used in the Node and Edge classes.
* @author James Louis 4/17/2002 Java Implementation
*/
public class GraphObjec
www.eeworm.com/read/222814/14673321
java fishicon.java
/*
* Copyright (c) 1996, 1997 Bill Venners. All Rights Reserved.
*
* This Java source file is part of the Interactive Illustrations Web
* Site, which is delivered in the applets directory of the C
www.eeworm.com/read/221894/14715699
cpp 7_3.cpp
class A
{
protected: //保护数据成员
int x;
};
void main()
{
A a;
a.x=5; //error!
}
www.eeworm.com/read/118480/14868845
h grfmt_jpeg.h
/*M///////////////////////////////////////////////////////////////////////////////////////
//
// IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING.
//
// By downloading, copying,
www.eeworm.com/read/118467/14869038
java sortalgorithm.java
/*
* @(#)SortAlgorithm.java 1.6f 95/01/31 James Gosling
*
* Copyright (c) 1994-1996 Sun Microsystems, Inc. All Rights Reserved.
*
* Permission to use, copy, modify, and distribute this software