代码搜索:Geometry

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

代码结果 4,837
www.eeworm.com/read/479151/1340863

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/470713/1454358

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/470693/1466248

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/457678/1595536

java polygon.java

package de.uni_stuttgart.informatik.canu.spatialmodel.geometry; /** * Title: Spatial Model * Description: * Copyright: Copyright (c) 2002 * Company: University of S
www.eeworm.com/read/457678/1595537

java point.java

package de.uni_stuttgart.informatik.canu.spatialmodel.geometry; /** * Title: Spatial Model * Description: * Copyright: Copyright (c) 2002 * Company: University of S
www.eeworm.com/read/457678/1595538

java line.java

package de.uni_stuttgart.informatik.canu.spatialmodel.geometry; /** * Title: Spatial Model * Description: * Copyright: Copyright (c) 2002 * Company: University of S
www.eeworm.com/read/457678/1595539

java polyline.java

package de.uni_stuttgart.informatik.canu.spatialmodel.geometry; /** * Title: Spatial Model * Description: * Copyright: Copyright (c) 2002 * Company: University of S
www.eeworm.com/read/457678/1595540

java geometryelement.java

package de.uni_stuttgart.informatik.canu.spatialmodel.geometry; /** * Title: Spatial Model * Description: * Copyright: Copyright (c) 2002 * Company: University of S
www.eeworm.com/read/455438/1615137

ui form1.ui

Form1 Form1
www.eeworm.com/read/243120/4532555

java point.java

package Geometry; import static java.lang.Math.sqrt; public class Point { // Create a point from its coordinates public Point(double xVal, double yVal) { x = xVal; y = yVal; }