代码搜索:Geometry
找到约 4,837 项符合「Geometry」的源代码
代码结果 4,837
www.eeworm.com/read/414813/2142049
cpp isrectangletest.cpp
// $Id: isRectangleTest.cpp 1820 2006-09-06 16:54:23Z mloskot $
//
// Test Suite for Geometry::isRectangle() function
// TUT
#include
// STL
#include
// GEOS
#include
www.eeworm.com/read/414813/2142050
cpp coverstest.cpp
// $Id: coversTest.cpp 1820 2006-09-06 16:54:23Z mloskot $
//
// Test Suite for Geometry's covers() and coveredBy() functions
// TUT
#include
// STL
#include
// GEOS
#include
www.eeworm.com/read/403510/2311212
java capcell.java
package com.sun.electric.tool.generator.layout.fill;
import com.sun.electric.database.geometry.EPoint;
import com.sun.electric.database.hierarchy.Cell;
import com.sun.electric.database.hierarchy.Expo
www.eeworm.com/read/398634/2375520
test subselect_gis.test
-- source include/have_geometry.inc
--disable_warnings
drop table if exists t1;
--enable_warnings
#
# correct behavoiur for function from reduced subselect
#
create table t1(City VARCHAR(30),Locatio
www.eeworm.com/read/383153/2621628
cpp readerwriterdw.cpp
#include
#include
// reading a design workshop file utility
// (c) GW Michel, 2001-2003.
// (c) 2003 - modified to use Geometry rather than old GeoSet.
// Design Workshop format f
www.eeworm.com/read/377738/2697145
cpp pex3_5.cpp
#include
#include
const double pi = 3.141529;
enum Figure {circle, rectangle};
class Geometry
{
private:
// V1 = radius if circle, V1/V2 = length/width if rectangle
www.eeworm.com/read/358128/3004833
test subselect_gis.test
-- source include/have_geometry.inc
--disable_warnings
drop table if exists t1;
--enable_warnings
#
# correct behavoiur for function from reduced subselect
#
create table t1(City VARCHAR(30),Locatio
www.eeworm.com/read/351636/3104570
fem quad3-nodal.fem
% "Test of Bilinear Quadrilateral" from UCB online FEM course
% http://titan.colorado.edu/courses.d/IFEM.d/ (Chapter 23 p. 23-6)
% This is the rectangular geometry (with E = 96, ni = 0.33333 origi
www.eeworm.com/read/161513/5552585
java lineutil.java
package com.bbn.openmap.omGraphics.awt;
import java.awt.geom.Point2D;
import java.util.LinkedList;
/**
* Various computations about plane geometry.
*
* @author Eric LEPICIER from Pascal HAURIE 1
www.eeworm.com/read/472930/6859835
h field.h
#ifndef __FIELD_H__
#define __FIELD_H__
// field.h: interface for the fields class.
//
#include "bpn.h"
#include "geometry.h"
#include "types.h"
#include "serverparam.h"
#include "client