代码搜索:Geometry
找到约 4,837 项符合「Geometry」的源代码
代码结果 4,837
www.eeworm.com/read/113022/6142401
java geometry.java
/*
* J3DME Fast 3D software rendering for small devices
* Copyright (C) 2001 Onno Hommes
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU L
www.eeworm.com/read/105889/6197165
java geometry.java
/*$************************************************************************************************
**
** $Id: Geometry.java,v 1.15.2.2 2004/05/18 11:20:28 desruisseaux Exp $
**
** $Source: /cvsro
www.eeworm.com/read/101082/6252665
c geometry.c
#ifndef lint
static char *sccsid = "@(#)geometry.c 4.1 (ULTRIX) 7/2/90";
#endif lint
/*
* geometry.c
*
* Abstract: This program is called to determine the number of sectors and
*
www.eeworm.com/read/100285/6271968
out geometry.out
QUERY: SELECT '' AS four, center(f1) AS center
FROM BOX_TBL;
four|center
----+-------
|(1,1)
|(2,2)
|(2.5,3)
|(3,3)
(4 rows)
QUERY: SELECT '' AS four, (@@ f1) AS center
F
www.eeworm.com/read/100285/6272031
sql geometry.sql
--
-- Points
--
SELECT '' AS four, center(f1) AS center
FROM BOX_TBL;
SELECT '' AS four, (@@ f1) AS center
FROM BOX_TBL;
SELECT '' AS six, point(f1) AS center
FROM CIRCLE_TBL;
SELECT '' A
www.eeworm.com/read/493665/6388709
h geometry.h
/*
*********************************************************************************
* In the name of Almighty *
*
www.eeworm.com/read/493665/6388712
cpp geometry.cpp
/*
*********************************************************************************
* In the name of Almighty *
*
www.eeworm.com/read/484555/6579687
c geometry.c
#
#include "defs.h"
#include
geominit()
{
struct Edge e;
float sn;
freeinit(&efl, sizeof e);
nvertices = 0;
nedges = 0;
sn = nsites+4;
sqrt_nsites = sqrt(sn);
deltay = ymax - ymin;
d
www.eeworm.com/read/484555/6579690