代码搜索:Protected

找到约 10,000 项符合「Protected」的源代码

代码结果 10,000
www.eeworm.com/read/201481/15407218

cs oldd3dapp.cs

//----------------------------------------------------------------------------- // File: D3DApp.cs // // Desc: Application class for the Direct3D samples framework library. // // Copyright (c) 20
www.eeworm.com/read/101238/15840234

cs menucontrol.cs

using System; using System.IO; using System.Drawing; using System.Reflection; using System.Collections; using System.Drawing.Text; using System.Windows.Forms; using System.ComponentModel; usin
www.eeworm.com/read/394529/8219683

bak

public void pause() { } protected void hideNotify() { } protected void showNotify() { } // Destroys the thread pub
www.eeworm.com/read/284717/8906331

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/182566/9199908

java fashionability.java

package Osbert; import java.io.*; public class Fashionability { protected String firstName; // first name of artist protected String lastName; // last name of artist protected double
www.eeworm.com/read/274162/10886865

java httpclient.java

import java.net.*; import java.io.*; import java.util.*; public class HttpClient { protected Socket client; protected BufferedOutputStream sender; protected BufferedInputStrea
www.eeworm.com/read/240991/13180377

java communicatethread.java

import java.io.*; import java.net.*; public class CommunicateThread extends Thread{ protected Socket socket; protected BufferedReader in=null; protected PrintWriter out; Server
www.eeworm.com/read/317748/13498721

java pdumms.java

public class PduMMS extends PduData{ protected String WDPheader;//无线寻址信息协议 protected String WSP;//Wireless session protocol protected String MMSheader; //ud contex
www.eeworm.com/read/110683/6163922

java person.java

/** * Hibernate Demo * Copyright by cinc */ package bean; import java.util.Date; public class Person{ protected String id; protected String name; protected Date birthday;
www.eeworm.com/read/478841/6704732

java abstpeer.java

package mypkg; public abstract class AbstPeer { protected abstract void send(int type, String message); protected abstract void sendFile(); protected abstract String receive(); protect