代码搜索:impl
找到约 10,000 项符合「impl」的源代码
代码结果 10,000
www.eeworm.com/read/372488/2772386
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/366702/2868909
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/353517/3085090
java hellointerceptor.java
package com.foshanshop.ejb3.impl;
import javax.interceptor.AroundInvoke;
import javax.interceptor.InvocationContext;
public class HelloInterceptor {
@AroundInvoke
public Object log(
www.eeworm.com/read/352283/3095609
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/263552/4302056
java tableimpl.java
/**
*
*
*
* $Id$
*/
package dbdesigner.impl;
import dbdesigner.Column;
import dbdesigner.DbdesignerPackage;
import dbdesigner.Table;
import java.util.Collec
www.eeworm.com/read/159905/5578684
vb authmodule.vb
Imports System
Imports System.Web
Imports Microsoft.VisualBasic
Namespace myModules
Public Class AuthModule
Implements IHttpModule
Public Sub Init( ByVal myApp As HttpApplication ) _
Impl
www.eeworm.com/read/157111/5607451
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/295657/8147895
m c8ex8.m
num = [1 0 0]; % Define numerator
den = [1 -1.2 0.2]; % Define denominator
n = 8; % Display n terms
x = dimpulse(num,den,n); % Compute impl
www.eeworm.com/read/249136/12519575
h triangle.h
/*! \file triangle.h
\brief Exports triangulateio structure for use in del_impl.hpp
You should not use struct triangulateio in your application
if you are using this wrapper.
*/
/*****
www.eeworm.com/read/288338/8642664
java product1.java
/*
* Created on 2006-11-13
*
* TODO To change the template for this generated file go to
* Window - Preferences - Java - Code Style - Code Templates
*/
package cn.edu.hunnu.product.impl;