代码搜索:Protected
找到约 10,000 项符合「Protected」的源代码
代码结果 10,000
www.eeworm.com/read/112093/15493629
bak pokerhand.java.bak
import java.util.Random;
class Card
{
protected String suit;
protected int number;
protected String name;
public Card()
{}
public Card(String suit,int number,String name)
{
this.sui
www.eeworm.com/read/100424/15873907
java coder.java
// FrontEnd Plus for JAD
// DeCompiled : coder.class
package utils;
public class coder//编码
{
protected int len;//长度
protected int offset;//偏移量
protected int size;//大小
p
www.eeworm.com/read/457217/7332286
adb main.adb
with Protected_Variables;
with Ada.Text_IO; use Ada.Text_IO;
with Semaphores; use Semaphores;
procedure Main is
I: Protected_Variables.Item := Protected_Variables.Red;
S: Semaphore(Start_Count
www.eeworm.com/read/169687/9845752
pas remoteupdatsql.pas
unit RemoteUpdatSql;
interface
uses
SysUtils, Classes;
type
TRemoteUpdatSql = class(TComponent)
private
{ Private declarations }
protected
{ Protected declarations }
www.eeworm.com/read/169687/9845888
pas remoteupdatsql.pas
unit RemoteUpdatSql;
interface
uses
SysUtils, Classes;
type
TRemoteUpdatSql = class(TComponent)
private
{ Private declarations }
protected
{ Protected declarations }
www.eeworm.com/read/151700/5679735
java bufferimpl.java
package concurrency.buffer;
/*********************BUFFER*****************************/
public class BufferImpl implements Buffer {
protected Object[] buf;
protected int in = 0;
www.eeworm.com/read/151700/5679748
java bufferimpl.java
package concurrency.buffer;
/*********************BUFFER*****************************/
public class BufferImpl implements Buffer {
protected Object[] buf;
protected int in = 0;
www.eeworm.com/read/190661/5182597
java filterinputstream.java
package java.io;
public class FilterInputStream extends InputStream
{
protected InputStream in;
protected FilterInputStream(InputStream underlying)
{
in = underlying;
}
www.eeworm.com/read/420043/2071393
java filterinputstream.java
package java.io;
public class FilterInputStream
extends InputStream {
protected InputStream in;
protected FilterInputStream(InputStream underlying) {
in = underlying;
}