代码搜索:Protected
找到约 10,000 项符合「Protected」的源代码
代码结果 10,000
www.eeworm.com/read/198586/5086216
java~6~ arrayqueue.java~6~
package queue;
/**
用顺序存储实现队列
*/
public class ArrayQueue implements Queue {
//data members
protected int front;//队头
protected int rear;//队尾
protected Object[]queue;
www.eeworm.com/read/198586/5086217
java~7~ arrayqueue.java~7~
package queue;
/**
用顺序存储实现队列
*/
public class ArrayQueue implements Queue {
//data members
protected int front;//队头
protected int rear;//队尾
protected Object[]queue;
www.eeworm.com/read/162925/5512034
java article_articleformat.java
package com.v246;
public class Article_articleFormat
{
protected CustomLableFormat customFormat=new CustomLableFormat();
protected String url=null; //存储网站的安装目录
protected StringBuffer navigatio
www.eeworm.com/read/293939/3926487
svn-base regexfilter.java.svn-base
package com.easyjf.util.regx;
/**
* 过滤器实现
* @author stef_wu
*
*/
public class RegexFilter implements Filter {
protected String regex = "";
protected String rpStr = "";
protected St
www.eeworm.com/read/293939/3926490
java regexfilter.java
package com.easyjf.util.regx;
/**
* 过滤器实现
* @author stef_wu
*
*/
public class RegexFilter implements Filter {
protected String regex = "";
protected String rpStr = "";
protected St
www.eeworm.com/read/292520/3952592
cs 10-3.cs
//程序10-3
using System;
public class Student
{
protected string studName;
protected int ID;
protected string contactPhone;
public Student(string i ,int j, string k)
{
studName
www.eeworm.com/read/289976/3987169
cs 10-3.cs
//程序10-3
using System;
public class Student
{
protected string studName;
protected int ID;
protected string contactPhone;
public Student(string i ,int j, string k)
{
studName
www.eeworm.com/read/443515/1739582
java basicgridlayout.java
package com.jhlabs.awt;
import java.awt.*;
public class BasicGridLayout extends ConstraintLayout {
protected int hGap, vGap;
protected int rows, cols, reqRows, reqCols;
protected int[] rowHeight
www.eeworm.com/read/434588/1870465
vb warning.vb
Public Class Warning
#Region "字段常量字义"
Protected Const IDField As String = "WarnId" '提醒信息ID
Protected Const TypeIdField As String = "TypeId" '提醒类型ID
Protected Const TypeNameField As Strin
www.eeworm.com/read/427270/1972992
java article_articleformat.java
package com.v246;
public class Article_articleFormat
{
protected CustomLableFormat customFormat=new CustomLableFormat();
protected String url=null; //存储网站的安装目录
protected StringBuffer navigatio