代码搜索:wrapper
找到约 10,000 项符合「wrapper」的源代码
代码结果 10,000
www.eeworm.com/read/147972/5718580
java valueportrayal2d.java
package sim.portrayal.simple;
import sim.display.*;
import sim.field.grid.*;
import sim.portrayal.*;
import sim.portrayal.grid.*;
import java.awt.*;
import sim.util.*;
/**
The ValuePortrayal2D i
www.eeworm.com/read/147331/5733041
c wf_drem.c
/*
* dremf() wrapper for remainderf().
*
* Written by J.T. Conklin,
* Placed into the Public Domain, 1994.
*/
#include "fdlibm.h"
float
#ifdef __STDC__
dremf(float x, float y)
www.eeworm.com/read/147331/5733101
c w_drem.c
/*
* drem() wrapper for remainder().
*
* Written by J.T. Conklin,
* Placed into the Public Domain, 1994.
*/
#include "fdlibm.h"
double
drem(x, y)
double x, y;
{
return remai
www.eeworm.com/read/147331/5733154
c wf_drem.c
/*
* dremf() wrapper for remainderf().
*
* Written by J.T. Conklin,
* Placed into the Public Domain, 1994.
*/
#include "fdlibm.h"
float
#ifdef __STDC__
dremf(float x, float y)
www.eeworm.com/read/147331/5733194
c w_scalb.c
/* @(#)w_scalb.c 5.1 93/09/24 */
/*
* ====================================================
* Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
*
* Developed at SunPro, a Sun Micro
www.eeworm.com/read/147331/5733232
c w_drem.c
/*
* drem() wrapper for remainder().
*
* Written by J.T. Conklin,
* Placed into the Public Domain, 1994.
*/
#include "fdlibm.h"
double
drem(x, y)
double x, y;
{
return remai
www.eeworm.com/read/140156/5794751
ipp grammar.ipp
/*=============================================================================
The Grammar
Spirit V1.3.1
Copyright (c) 2001, Joel de Guzman
This software is provided 'as-is',
www.eeworm.com/read/139870/5796672
#makefile#
# Makefile
# $Id$
.SUFFIXES: .java .class
JACE_WRAPPER = ../..
CLASSDIR = $(JACE_WRAPPER)/classes
CLASSPATH := $(CLASSDIR):$(CLASSPATH)
all:
javac -d ${JACE_WRAPPER}/classes $(files)
doc:
javad
www.eeworm.com/read/139332/5801823
hpp item.hpp
#ifndef BOOST_MPL_VECTOR_AUX_ITEM_HPP_INCLUDED
#define BOOST_MPL_VECTOR_AUX_ITEM_HPP_INCLUDED
// Copyright Aleksey Gurtovoy 2000-2004
//
// Distributed under the Boost Software License, Version 1.0.
www.eeworm.com/read/139332/5802053
hpp mem_fun.hpp
/* Copyright 2003-2004 Joaqu韓 M L髉ez Mu駉z.
* Distributed under the Boost Software License, Version 1.0.
* (See accompanying file LICENSE_1_0.txt or copy at
* http://www.boost.org/LICENSE_1_0.txt)