代码搜索:Mapping
找到约 10,000 项符合「Mapping」的源代码
代码结果 10,000
www.eeworm.com/read/224185/4806107
h mapping.h
/****************************************************************************************
* Copyright (c) 2002 ZORAN Corporation, All Rights Reserved
* THIS IS UNPUBLISHED PROPRIETARY SOURCE C
www.eeworm.com/read/213496/4916296
java mapping.java
//$Id: Mapping.java,v 1.5.2.2 2003/09/02 11:31:32 oneovthafew Exp $
package net.sf.hibernate.engine;
import net.sf.hibernate.MappingException;
import net.sf.hibernate.type.Type;
/**
* Defines opera
www.eeworm.com/read/205824/5019685
c mapping.c
/*
* Unit tests for mapping functions
*
* Copyright (c) 2005 Huw Davies
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser Gene
www.eeworm.com/read/188551/5208173
java mapping.java
package jmt.gui.jwat.input;
public class Mapping implements Comparable
{
private double conversion;
private Object value;
public Mapping(double trad,Object val)
{
value=val;
conve
www.eeworm.com/read/180408/5286749
java mapping.java
//$Id: Mapping.java,v 1.1 2004/06/03 16:30:07 steveebersole Exp $
package org.hibernate.engine;
import org.hibernate.MappingException;
import org.hibernate.type.Type;
/**
* Defines operations commo
www.eeworm.com/read/169327/5424554
java mapping.java
//$Id: Mapping.java,v 1.5.2.2 2003/09/02 11:31:32 oneovthafew Exp $
package net.sf.hibernate.engine;
import net.sf.hibernate.MappingException;
import net.sf.hibernate.type.Type;
/**
* Defines opera