代码搜索:Geometry
找到约 4,837 项符合「Geometry」的源代码
代码结果 4,837
www.eeworm.com/read/361930/10028004
h geometry.h
// Geometry.h: interface for the Geometry class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_GEOMETRY_H__D6CBA539_D626_4363_B6ED_837FC5B87A31__INCLU
www.eeworm.com/read/361930/10028008
cpp geometry.cpp
// Geometry.cpp: implementation of the Geometry class.
//
//////////////////////////////////////////////////////////////////////
//#include "stdafx.h"
#include "Geometry.h"
#include
www.eeworm.com/read/166055/10038060
java geometry.java
//********************************************************************
// Geometry.java Author: Lewis/Loftus
//
// Demonstrates the use of an assignment statement to change the
// value s
www.eeworm.com/read/165102/10076606
class geometry.class
www.eeworm.com/read/279804/10392450
js geometry.js
/**
* Geometry.js: portable functions for querying window and document geometry
*
* This module defines functions for querying window and document geometry.
*
* getWindowX/Y(): return the positi
www.eeworm.com/read/424339/10461669
lisp geometry.lisp
(in-package :gcode)
(defstruct 2d-point
x y)
(defstruct line
a b)
(defstruct circle
centre radius)
(defun square (x)
(* x x))
(defun cube (x)
(* x x x))
(defun 2-point-length (p1 p2)
www.eeworm.com/read/275852/10791917
sty geometry.sty
%%
%% This is file `geometry.sty',
%% generated with the docstrip utility.
%%
%% The original source files were:
%%
%% geometry.dtx (with options: `package')
%%
%% File: geometry.dtx Copyright (C) 1
www.eeworm.com/read/419480/10865693
cpp geometry.cpp
#include "geometry.h"
Geometry::Geometry()
{
setWindowTitle(tr("Geometry"));
label1 = new QLabel;
label1->setText("x():");
label2 = new QLabel;
label2->setText("y():");