代码搜索:Geometry
找到约 4,837 项符合「Geometry」的源代码
代码结果 4,837
www.eeworm.com/read/467296/7009493
cpp geometry.cpp
/*
Copyright (c) 2000-2003, Jelle Kok, University of Amsterdam
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the fo
www.eeworm.com/read/467296/7009499
o geometry.o
www.eeworm.com/read/238625/7068988
vb geometry.vb
Public Class Geometry
'//given a plane and a ray this function determins how far along the ray
'//an interestion occurs. Returns negative if the ray is parallel
Public Shared Functio
www.eeworm.com/read/334862/7097964
h geometry.h
/*
*********************************************************************************
* In the name of Almighty *
*
www.eeworm.com/read/334862/7097966
cpp geometry.cpp
/*
*********************************************************************************
* In the name of Almighty *
*
www.eeworm.com/read/460749/7241774
cpp geometry.cpp
#include "geometry.h"
Geometry::Geometry()
{
setWindowTitle(tr("Geometry"));
label1 = new QLabel;
label1->setText("x():");
label2 = new QLabel;
label2->setText("y():");
www.eeworm.com/read/460749/7241776
exe geometry.exe
www.eeworm.com/read/460749/7241779
h geometry.h
#ifndef GEOMETRY_H
#define GEOMETRY_H
#include
class Geometry : public QDialog
{
Q_OBJECT
public:
Geometry();
QLabel *label1;
QLabel *label2;
QLabel *la
www.eeworm.com/read/460749/7241782
pro geometry.pro
######################################################################
# Automatically generated by qmake (2.01a) ?? ?? 10 19:50:01 2008
###############################################################