代码搜索:Geometry

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

代码结果 4,837
www.eeworm.com/read/248425/12563149

html generalenvelope.html

www.eeworm.com/read/248425/12563151

html directposition2d.html

www.eeworm.com/read/248425/12563155

html envelope2d.html

www.eeworm.com/read/248425/12566710

html sdo.html

www.eeworm.com/read/334853/12569838

makefile

TOPDIR = .. include $(TOPDIR)/Makefile.common DEPLIBS = Geometry CXXFLAGS += $(foreach DEPLIB,$(DEPLIBS),-I$(TOPDIR)/$(DEPLIB)) #LDFLAGS += -L$(LIBDIR) #LIBS += $(foreach DEPLIB,$(DEPLIBS),-l$(DEPLI
www.eeworm.com/read/247872/12614778

java feature.java

/* * @(#)Feature.java 下午01:28:35 2006-7-6 2006 * * Copyright (C) 2006 Beijing Spaceware High Tech. Co., Ltd. * All rights reserved. * * Copyright (C) 2006 CyberGIS Studio, Peking Unive
www.eeworm.com/read/237736/13934544

cs mapcomm.cs

using System; using System.Collections; using System.Drawing; using System.IO; using System.Web; using System.Web.UI.WebControls; using System.Web.UI; using MapInfo.Mapping; using MapInfo.Dat
www.eeworm.com/read/201489/15406967

cs area.cs

using System; class Area { public class Geometry { public const double pi = Math.PI; protected double r; public Geometry() { }