代码搜索:Geometry
找到约 4,837 项符合「Geometry」的源代码
代码结果 4,837
www.eeworm.com/read/381087/2649693
dpr geometry.dpr
program Geometry;
uses
Forms,
Main in 'Main.pas' {fmMain},
SdoGeometry in 'SdoGeometry.pas';
{$R *.res}
begin
Application.Initialize;
Application.CreateForm(TfmMain, fmMain);
www.eeworm.com/read/376006/2718054
out geometry.out
--
-- GEOMETRY
--
-- Back off displayed precision a little bit to reduce platform-to-platform
-- variation in results.
SET extra_float_digits TO -3;
--
-- Points
--
SELECT '' AS four, center(f1) AS ce
www.eeworm.com/read/376006/2718143
sql geometry.sql
--
-- GEOMETRY
--
-- Back off displayed precision a little bit to reduce platform-to-platform
-- variation in results.
SET extra_float_digits TO -3;
--
-- Points
--
SELECT '' AS four, center(f1) AS
www.eeworm.com/read/368130/2825264
cpp geometry.cpp
#include
#include
#include "ctrlform.h"
int main(int argc, char *argv[])
{
QApplication app(argc, argv);
QTextCodec::setCodecForTr(QTextCodec::codecForName("gb2312"));
CCtrlFo
www.eeworm.com/read/362870/2926619
java geometry.java
/*******************************************************************************
* Copyright (c) 2004, 2006 IBM Corporation and others.
* All rights reserved. This program and the accompanying mater
www.eeworm.com/read/359081/2979933
js geometry.js
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the BSD license.
* See http://svn.openlayers.org/trunk/openlayers/release-license.txt
* for the full text of the license. */
/**
* @re
www.eeworm.com/read/355264/3054942
h geometry.h
//////////////////////////////////////////////////////////////////////////////
// Filename : Geometry.h
// Written by : excel96
// Description :
//////////////////////////////////////////////////
www.eeworm.com/read/355264/3054953
cpp geometry.cpp
//////////////////////////////////////////////////////////////////////////////
// Filename : Geometry.cpp
// Written by : excel96
// Description :
////////////////////////////////////////////////