代码搜索:Geometry
找到约 4,837 项符合「Geometry」的源代码
代码结果 4,837
www.eeworm.com/read/333524/12677645
h stat.h
/* stat.h - contains all statistics that are collected for qhull
see README and stat.c
copyright (c) 1993-1995, The Geometry Center
recompile qhull if you change this file
Integer stat
www.eeworm.com/read/333524/12677668
h io.h
/* io.h -- declarations of Input/Output functions
see README, qhull.h and io.c
copyright (c) 1993-1995, The Geometry Center
*/
#ifndef qhDEFio
#define qhDEFio 1
/* --------------------------
www.eeworm.com/read/240565/13213375
c pds1.c
/*
** PDS1 - ELECTROSTATIC 1 DIMENSIONAL BOUNDED PLASMA SIMULATION
**
** REVISION/PROGRAMMER/DATE
**
** 1.0 modified version of PDP1 in cylindrical geometry
** /M. V. Alves and Vahid Vahedi/
www.eeworm.com/read/135153/5888721
h blkpg.h
#ifndef _LINUX_BLKPG_H
#define _LINUX_BLKPG_H
/*
* Partition table and disk geometry handling
*
* A single ioctl with lots of subfunctions:
*
* Device number stuff:
* get_whole_disk() (give
www.eeworm.com/read/128604/5982206
java area.java
/* Area.java -- represents a shape built by constructive area geometry
Copyright (C) 2002 Free Software Foundation
This file is part of GNU Classpath.
GNU Classpath is free software; you can redi
www.eeworm.com/read/117901/6100352
java viewwindow.java
package com.brackeen.javagamebook.math3D;
import java.awt.Rectangle;
/**
The ViewWindow class represents the geometry of a view window
for 3D viewing.
*/
public class ViewWindow {