代码搜索:impl
找到约 10,000 项符合「impl」的源代码
代码结果 10,000
www.eeworm.com/read/294219/3918986
cc poissonmatrix.cc
#include
namespace flens {
//-- DirichletPoisson2D --------------------------------------------------------
DirichletPoisson1D::DirichletPoisson1D()
{
}
www.eeworm.com/read/291217/3968015
java catalog.java
package examples.shop.logic;
import java.util.*;
import examples.shop.impl.entity.Product;
/**
* This is the Catalog business interface.
*/
public interface Catalog {
/**
* @return a
www.eeworm.com/read/286596/4038901
java articleresponse.java
package com.emis.model.bbs.hibernate;
import com.emis.model.hr.hibernate.Employee;
/**
* Articleresponse generated by MyEclipse - Hibernate Tools
*/
public class Articleresponse impl
www.eeworm.com/read/281683/4113412
java assertion.java
package lejos.util;
/**
* Class used in debugging to test assertions. Implementation
* is platform dependent. For example the unix_impl version
* will print the string and throw an error if an ass
www.eeworm.com/read/277826/4149766
cs processblockimpl.cs
using System.Collections;
using Iesi.Collections;
using NetBpm.Util.Xml;
namespace NetBpm.Workflow.Definition.Impl
{
public class ProcessBlockImpl : DefinitionObjectImpl, IProcessBlock
{
www.eeworm.com/read/277826/4149785
cs unresolvedreference.cs
using System;
using log4net;
namespace NetBpm.Workflow.Definition.Impl
{
public class UnresolvedReference
{
private Object _referencingObject = null;
private String _destinationName = n
www.eeworm.com/read/277826/4149819
cs userimpl.cs
using System;
using Iesi.Collections;
namespace NetBpm.Workflow.Organisation.Impl
{
public class UserImpl : ActorImpl, IUser
{
// private members
private String _firstName = null;
pr
www.eeworm.com/read/277826/4149821
cs groupimpl.cs
using System;
using System.Collections;
namespace NetBpm.Workflow.Organisation.Impl
{
public class GroupImpl : ActorImpl, IGroup
{
// private members
private String _name = null;
pri
www.eeworm.com/read/277826/4149920
cs evaluationinput.cs
using System;
using NetBpm.Workflow.Delegation;
using NetBpm.Workflow.Definition.Attr;
namespace NetBpm.Workflow.Delegation.Impl.Htmlformatter
{
public class EvaluationInput:AbstractConfigu
www.eeworm.com/read/277826/4149921
cs textinput.cs
using System;
using log4net;
using NetBpm.Workflow.Delegation;
namespace NetBpm.Workflow.Delegation.Impl.Htmlformatter
{
public class TextInput:AbstractConfigurable, IHtmlFormatter
{