代码搜索:Mapping
找到约 10,000 项符合「Mapping」的源代码
代码结果 10,000
www.eeworm.com/read/130703/5951504
java mapping.java
/*
* $$Id: Mapping.java,v 1.7 2004/01/26 11:32:05 bel70 Exp $$
*
* ***** BEGIN LICENSE BLOCK *****
* The contents of this file are subject to the Mozilla Public License
* Version 1.1 (the "L
www.eeworm.com/read/113176/6136133
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/109242/6175551
c mapping.c
/*
* Metafile GDI mapping mode functions
*
* Copyright 1996 Alexandre Julliard
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser Gen
www.eeworm.com/read/109242/6175559
c mapping.c
/*
* Enhanced MetaFile driver mapping functions
*
* Copyright 1999 Huw D M Davies
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser
www.eeworm.com/read/493575/6395652
m mapping.m
function output_mapping= mapping(index)
switch index
case 1,
output_mapping=[-1 1];
case 2,
output_mapping=(1/sqrt(2))*[-1+i -1-i 1+i 1-i];
case 3,
output_mapping=(1/sqr
www.eeworm.com/read/493294/6400352
m mapping.m
%MAPPING Mapping class constructor
%
% W = MAPPING(MAPPING_FILE, MAPPING_TYPE, DATA, LABELS, SIZE_IN, SIZE_OUT)
%
% A map/classifier object is constructed. It may be used to map a dataset A
% on anoth
www.eeworm.com/read/493294/6400431
p mapping.p
www.eeworm.com/read/482348/6623166
m mapping.m
function A = mapping(n)
if n == 2
A = [1 2; 3 4];
else B = mapping(n/2);
A = [B B+(n/2)^2; B+(n/2)^2*2 B+(n/2)^2*3];
end