代码搜索:Geometry
找到约 4,837 项符合「Geometry」的源代码
代码结果 4,837
www.eeworm.com/read/343875/3215329
kdevelop geometry.kdevelop
lcf
lcf@localhost
0.1
KDevTrollProject
www.eeworm.com/read/343875/3215332
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/338759/3313046
h geometry.h
/***************************************************************************
* blitz/array/geometry.h Basic mapping from Array to physical geometry,
* used for some stencil
www.eeworm.com/read/332800/3392764
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/328211/3446721
java geometry.java
package no.geosoft.cc.geometry;
/**
* Collection of geometry utility methods. All methods are static.
*
* @author Jacob Dreyer
*/
public final c
www.eeworm.com/read/324136/3505320
test geometry.test
# This file is a Tcl script to test the procedures in the file
# tkGeometry.c (generic support for geometry managers). It is
# organized in the standard fashion for Tcl tests.
#
# Copyright (c) 1994