代码搜索:impl
找到约 10,000 项符合「impl」的源代码
代码结果 10,000
www.eeworm.com/read/173141/5379391
java corruptfile.java
/*
Derby - Class org.apache.derby.impl.io.DirFile
Copyright 2004 The Apache Software Foundation or its licensors, as applicable.
Licensed under the Apache License, Version 2.0 (the "
www.eeworm.com/read/173141/5379414
java xatestutil.java
/*
Derby - Class org.apache.derby.impl.services.bytecode.CodeChunk
Copyright 2006 The Apache Software Foundation or its licensors, as applicable.
Licensed under the Apache License, Version
www.eeworm.com/read/162634/5515157
java jdbcbench.java
package org.hsqldb.test;
// nbazin@users - enhancements to the original code
// fredt@users - 20050202 - corrected getRandomID(int) to return a randomly distributed value
/*
* This is a sample impl
www.eeworm.com/read/162614/5519339
c memclass3.c
// PR c++/17132
template
struct has_deref
{
struct impl
{
template <
typename Type,
typename Type::reference (Type::*Func)(void) const>
st
www.eeworm.com/read/342932/3228520
java dailycalendar.java
package org.quartz.impl.calendar;
import java.text.NumberFormat;
import java.util.Calendar;
/**
* This implementation of the Calendar excludes (or includes - see below) a
* specified time
www.eeworm.com/read/332708/3394541
java nestedtrainer.java
package iitb.CRF;
import cern.colt.matrix.impl.*;
/**
*
* @author Sunita Sarawagi
*
*/
class NestedTrainer extends Trainer {
public NestedTrainer(CrfParams p) {
super(p);
}
Dense
www.eeworm.com/read/326201/3473353
sql scheduling.sql
USE PRRM;
#
# IN YOUR QUARTZ PROPERTIES FILE, YOU'll need to set
# ORG.QUARTZ.JOBSTORE.DRIVERDELEGATECLASS = ORG.QUARTZ.IMPL.JDBCJOBSTORE.STDJDBCDELEGATE
#
#
# BY: RON CORDELL - RONCORDELL
#
www.eeworm.com/read/320003/3550836
out testasmoffsetkeyword.out
unit testasmoffsetkeyword;
interface
uses SysUtils;
type
tmyclass = class(TObject)
field1: integer;
procedure dosomething(offset, x, y, dx, dy: integer); virtual;
end;
impl
www.eeworm.com/read/313055/3646643
java rectangle.java
package com.barteo.emulator.device.impl;
public class Rectangle
{
public int x;
public int y;
public int width;
public int height;
public Rectangle()
{
}
www.eeworm.com/read/300185/3848000
java nestedtrainer.java
package iitb.CRF;
import cern.colt.matrix.impl.*;
/**
*
* @author Sunita Sarawagi
*
*/
class NestedTrainer extends Trainer {
public NestedTrainer(CrfParams p) {
super(p);
}
Dense