代码搜索:Protected
找到约 10,000 项符合「Protected」的源代码
代码结果 10,000
www.eeworm.com/read/220677/4839942
java~5~ questionchoice.java~5~
package testovernet;
import java.io.*;
public class QuestionChoice extends Question {
protected static int count=1;
protected final String QUESTIONTYPE = "Choice";
protected Str
www.eeworm.com/read/220677/4840003
java~2~ question.java~2~
package testovernet;
public class Question {
protected int m_QuestionNum;
protected String m_Question;
protected char m_Answer;
public Questions() {
}
/**
*
* @p
www.eeworm.com/read/207815/5000863
cs chessman.cs
using System;
namespace HRD.Core
{
public abstract class Chessman
{
protected Position _position;
protected Position _newPosition = new Position(-1,-1);
protected BlankPosition _new
www.eeworm.com/read/439447/1806016
java studenteo.java
package test;
public class StudentEO {
protected int id;
protected String studentName;
protected String studentClass;
public StudentEO(int id, String stuName, String stuClass) {
th
www.eeworm.com/read/433385/1883990
java readerinputstream.java
package com.ata.struts2;
import java.io.*;
public class ReaderInputStream extends InputStream {
protected Reader reader;
protected ByteArrayOutputStream byteArrayOut;
protected Wr
www.eeworm.com/read/425383/2009544
java sudokustore.java
import javax.microedition.rms.*;
public class SuDoKuStore {
protected static final String sRecordName = "SuDoKu";
protected static final int Size = 82;
protected static final
www.eeworm.com/read/420043/2071648
java derbitstring.java
package org.bouncycastle.asn1;
import java.io.*;
public class DERBitString
extends DERObject
{
protected byte[] data;
protected int padBits;
protected DERBitString(
www.eeworm.com/read/393271/8298434
java rectboundedshape.java
import java.awt.*;
import java.awt.event.MouseEvent;
public class RectBoundedShape implements IShape {
protected Color color;
protected Stroke stroke;
protected i
www.eeworm.com/read/265852/11252186
java command.java
import java.io.Serializable;
public abstract class Command implements Serializable {
protected Object result = null;
protected Exception excep = null;
protected abstract void execute(
www.eeworm.com/read/317748/13498715
java pdusms.java
import java.util.*;
public class PduSms {
private String Pdu; //整个PDU串
protected int Index; // 2 短信索引 +CMGL:2,1,,67
protected int State;//1
protected int PduLen; //67
protected S