代码搜索:Geometry

找到约 4,837 项符合「Geometry」的源代码

代码结果 4,837
www.eeworm.com/read/323119/13353828

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/320203/13430859

h cslug.h

//---------------------------------------------------------------------------- // 文件名: CSlug.h // // 描述:用于子弹对象定义 // // 作者:朱波 创建日期:2007-03-20 //--------------------------------------------------
www.eeworm.com/read/101135/6237911

cpp check.cpp

/* FIPS - the First nondestructive Interactive Partition Splitting program Module check.cpp RCS - Header: $Header: c:/daten/fips/source/main/RCS/check.cpp 1.4 1995/01/19 00:20:41 sch
www.eeworm.com/read/101135/6237927

cpp fipsspec.cpp

/* FIPS - the First nondestructive Interactive Partition Splitting program Module fipsspec.cpp RCS - Header: $Header: c:/daten/fips/source/main/RCS/fipsspec.cpp 1.4 1995/01/19 00:00:
www.eeworm.com/read/100262/6272905

h qvshapehints.h

#ifndef _QV_SHAPE_HINTS_ #define _QV_SHAPE_HINTS_ #include #include #include class QvShapeHints : public QvNode { QV_NODE_HEADER(QvShapeHints
www.eeworm.com/read/340481/12154758

notes

This is an example of generating common-offset data. Note how the shots were specified in file geometry13 - fixed geometry with constant move-up. In PARAM2 we choose to sort on shots, but only build
www.eeworm.com/read/222447/14689656

cpp structure.cpp

#include "meep-ctl.hpp" #include using namespace ctlio; #define master_printf meep::master_printf #define MTS material_type_struct static meep::ndim dim = meep::D3; /******************
www.eeworm.com/read/121895/14731829

cc region.cc

// Tools Library // // Copyright (C) 2004 Navel Ltd. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public // License as pu
www.eeworm.com/read/270032/11050599

makefile

# code is C++ CFLAGS = all: geometry_object.o sphere_luminaire.o triangle_luminaire.o geometry_object.o: geometry_object.C geometry_object.h utility.h CC $(CFLAGS) -c geometry_object.C -o geometry_
www.eeworm.com/read/413453/11155275

sql 不规则三角网中初始三角网的建立.sql

begin; -- 从一个点表数据中生成初始三角网 CREATE OR REPLACE FUNCTION create_tin_from_table(varchar,varchar) returns boolean as $$ declare ret boolean; pt_rel alias for $1; tin_pre alias for $2; tin_rel varchar;