代码搜索:Geometry
找到约 4,837 项符合「Geometry」的源代码
代码结果 4,837
www.eeworm.com/read/281807/9133324
m rwg1.m
%RWG1 Geometry calculations - all Chapters
% Uses the structure mesh file, e.g. platefine.mat,
% as an input.
%
% Creates the RWG edge element for every inner edge of
% the structure. T
www.eeworm.com/read/281807/9133421
m rwg1.m
%RWG1 Geometry calculations - all Chapters
% Uses the structure mesh file, e.g. platefine.mat,
% as an input.
%
% Creates the RWG edge element for every inner edge of
% the structure. T
www.eeworm.com/read/182900/9186834
c set.c
/* set.c -- implements set manipulations needed for quickhull
see README and set.h
copyright (c) 1993-1995 The Geometry Center
*/
#include
#include
#include
www.eeworm.com/read/182900/9186838
c geom.c
/* geom.c -- geometric routines of qhull
see README and geom.h
copyright (c) 1993-1995 The Geometry Center
infrequent code goes into geom2.c
*/
#include "qhull_a.h"
/*--
www.eeworm.com/read/182900/9186851
c geom2.c
/* geom2.c -- infrequently used geometric routines of qhull
see README and geom.h
copyright (c) 1993-1995 The Geometry Center
frequently used code goes into geom.c
*/
#inclu
www.eeworm.com/read/418151/10964409
c set.c
/* set.c -- implements set manipulations needed for quickhull
see README and set.h
copyright (c) 1993-1995 The Geometry Center
*/
#include
#include
#include
www.eeworm.com/read/418151/10964412
c geom.c
/* geom.c -- geometric routines of qhull
see README and geom.h
copyright (c) 1993-1995 The Geometry Center
infrequent code goes into geom2.c
*/
#include "qhull_a.h"
/*--
www.eeworm.com/read/418151/10964423
c geom2.c
/* geom2.c -- infrequently used geometric routines of qhull
see README and geom.h
copyright (c) 1993-1995 The Geometry Center
frequently used code goes into geom.c
*/
#inclu
www.eeworm.com/read/270655/11030970
cs modelspatialrefprop.cs
using System;
using System.Collections.Generic;
using System.Text;
using System.Xml;
using System.Reflection;
using ESRI.ArcGIS.Geometry;
namespace ChangeXMLPrj
{
public class ModelSpat
www.eeworm.com/read/456392/7349976
java imageprocessutil.java
package imageprocess;
import java.awt.image.BufferedImage;
import net.sourceforge.jiu.gui.awt.ImageCreator;
import net.sourceforge.jiu.geometry.ScaleReplication;
import net.sourceforge.jiu.gui.a