代码搜索:Spatial
找到约 1,342 项符合「Spatial」的源代码
代码结果 1,342
www.eeworm.com/read/259756/11768578
txt readme.txt
AFEM@matlab is a MATLAB package of adaptive finite element methods
(AFEMs) for stationary and evolution partial differential
equations in two spatial dimensions.
INSTALLATION:
1. Unzip the zi
www.eeworm.com/read/249894/12463173
cs rectangler2.cs
namespace Perst
{
using System;
using System.Diagnostics;
///
/// R2 rectangle class. This class is used in spatial index.
///
public struct R
www.eeworm.com/read/222564/14685975
java directjudge.java
package com.mapabc.lse.spatial;
import com.mapabc.geom.DoublePoint;
/**
* used to judge the direction of two geometry
* @author user
*
*/
public class DirectJudge {
public static
www.eeworm.com/read/211838/15172477
c scm_mex_core.c
/**
* scm_mex_core.c
*
* This file contains functions for calculation of Spatial channel model for
* Multiple Input Multiple Output (MIMO) simulations. It also has a mex gateway function
*
www.eeworm.com/read/249895/4444957
java rectangle.java
package org.garret.perst;
/**
* Rectangle with integer cooordinates. This class is used in spatial index.
*/
public class Rectangle {
private int top;
private int left;
private
www.eeworm.com/read/249895/4445065
java rectangle.java
package org.garret.perst;
/**
* Rectangle with integer cooordinates. This class is used in spatial index.
*/
public class Rectangle implements IValue, Cloneable {
private int top;
pr
www.eeworm.com/read/347918/3161945
java circularspatialmap.java
/*
* CircularSpatialMap.java
*
* Created on 2003/6/13 11:34
*/
package org.joone.engine;
/**
* This class implements the SpatialMap interface providing a circular spatial map for use with the G
www.eeworm.com/read/347918/3161951
java gaussianspatialmap.java
/*
* CircularSpatialMap.java
*
* Created on 2003/6/13 11:34
*/
package org.joone.engine;
/**
* This class implements the SpatialMap interface providing a circular spatial map for use with the G
www.eeworm.com/read/309003/3708637
m idealintro.m
% IdealIntro -- Info about IdealDemo
%
% The files in this directory can reproduce the figures in the paper
% ``Ideal Spatial Adaptation via Wavelet Shrinkage''
% by D.L. Donoho and I.M. Johnst
www.eeworm.com/read/432926/1886217
pde extrusion.pde
/**
* Extrusion.
*
* Converts a flat image into spatial data points and rotates the points
* around the center.
*/
PImage extrude;
int[][] values;
float angle = 0;
void setup() {
size(640,