代码搜索:Implementations
找到约 4,027 项符合「Implementations」的源代码
代码结果 4,027
www.eeworm.com/read/457979/1591863
tli msado25.tli
// Created by Microsoft (R) C/C++ Compiler Version 12.00.8168.0 (60c3845b).
//
// msado25.tli
//
// Wrapper implementations for Win32 type library C:\\Program Files\\Common Files\\System\\ado\\msa
www.eeworm.com/read/457979/1591880
tli msado25.tli
// Created by Microsoft (R) C/C++ Compiler Version 12.00.8168.0 (60c3845b).
//
// msado25.tli
//
// Wrapper implementations for Win32 type library C:\\Program Files\\Common Files\\System\\ado\\msa
www.eeworm.com/read/457979/1591896
tli msado25.tli
// Created by Microsoft (R) C/C++ Compiler Version 12.00.8168.0 (60c3845b).
//
// msado25.tli
//
// Wrapper implementations for Win32 type library C:\\Program Files\\Common Files\\System\\ado\\msa
www.eeworm.com/read/247212/4483903
cc tree_impl.cc
/*
* Implementations for our valuetypes.
*/
#include "tree.h"
#include "tree_impl.h"
TreeNode_impl::TreeNode_impl ()
{
}
TreeNode_impl::TreeNode_impl (Key * k, Node * n)
{
key (k);
data (n);
www.eeworm.com/read/243567/4523092
s checksum.s
/*
* BK Id: SCCS/s.checksum.S 1.8 08/20/01 22:09:34 paulus
*/
/*
* This file contains assembly-language implementations
* of IP-style 1's complement checksum routines.
*
* Copyright (C) 1995
www.eeworm.com/read/241991/4556777
java command.java
// $Id: Command.java,v 1.3 2006/04/05 05:33:57 belaban Exp $
package org.jgroups.util;
/**
* The Command patttern (see Gamma et al.). Implementations would provide their
* own execute
www.eeworm.com/read/195013/5118023
s checksum.s
/*
* BK Id: SCCS/s.checksum.S 1.8 08/20/01 22:09:34 paulus
*/
/*
* This file contains assembly-language implementations
* of IP-style 1's complement checksum routines.
*
* Copyright (C) 1995
www.eeworm.com/read/175436/5346997
h modarith.h
#ifndef CRYPTOPP_MODARITH_H
#define CRYPTOPP_MODARITH_H
// implementations are in integer.cpp
#include "cryptlib.h"
#include "misc.h"
#include "integer.h"
#include "algebra.h"
NAMESPACE_B
www.eeworm.com/read/347918/3161959
java layer.java
package org.joone.engine;
import org.joone.log.*;
import org.joone.engine.learning.*;
import org.joone.exception.*;
import org.joone.inspection.*;
import org.joone.inspection.implementations.*;
impo
www.eeworm.com/read/347918/3162043
java delaylayer.java
package org.joone.engine;
import java.util.ArrayList;
import java.util.Collection;
import org.joone.net.NetCheck;
import java.util.TreeSet;
import org.joone.inspection.implementations.BiasInspection