代码搜索:Geometry
找到约 4,837 项符合「Geometry」的源代码
代码结果 4,837
www.eeworm.com/read/184795/9074949
cpp circle.cpp
#include
#include
#include
#include
#define PI 3.1415926
class Geometry
{
public:
Geometry(double);
double GetRadius(){return r;}
double Area1
www.eeworm.com/read/184417/9101434
makfile
#Makefile
all: GLoo.a
CXXFLAGS=-Wall -O2 -g
LOADLIBES=LDLIBS = -lglut -lGL -lGLU -lXmu -lX11 -lm -L/usr/X11R6/lib
CC=g++
GLoo.a: Gloo.a(Node.o Camera.o Color.o Cube.o GLViewer.o Geometry.o Light.o
www.eeworm.com/read/184417/9101496
h sphere.h
//Sphere.h
#include "Geometry.h"
class Sphere: public Geometry
{
public:
Sphere(){};
Sphere(float R);
void SetValue(Enum Pname, float v);
void Render();
private:
float Radius;
};
www.eeworm.com/read/184417/9101500
lib makefile.lib
#Makefile
all: GLoo.a
CXXFLAGS=-Wall -O2 -g
LOADLIBES=LDLIBS = -lglut -lGL -lGLU -lXmu -lX11 -lm -L/usr/X11R6/lib
CC=g++
GLoo.a: Gloo.a(Node.o Camera.o Color.o Cube.o GLViewer.o Geometry.o Light.o
www.eeworm.com/read/179131/9370128
pri inprogsum.pri
[Project.ID]
Ver=200
Target=IDK0S32A
[Configuration]
Chip=uPD78F9418
Internal Rom=32KB
Internal Ram=512B
Clock=Internal Fixed
Voltage=Internal
Peripheral Break=OFF
RESET=ON
[Mapping]
Count
www.eeworm.com/read/179131/9370308
pri inprogsum.pri
[Project.ID]
Ver=200
Target=IDK0S32A
[Configuration]
Chip=uPD78F9418
Internal Rom=32KB
Internal Ram=512B
Clock=Internal Fixed
Voltage=Internal
Peripheral Break=OFF
RESET=ON
[Mapping]
Count
www.eeworm.com/read/179131/9370418
pri inprogsum.pri
[Project.ID]
Ver=200
Target=IDK0S32A
[Configuration]
Chip=uPD78F9418
Internal Rom=32KB
Internal Ram=512B
Clock=Internal Fixed
Voltage=Internal
Peripheral Break=OFF
RESET=ON
[Mapping]
Count
www.eeworm.com/read/179131/9370579
pri inprogsum.pri
[Project.ID]
Ver=200
Target=IDK0S32A
[Configuration]
Chip=uPD78F9418
Internal Rom=32KB
Internal Ram=512B
Clock=Internal Fixed
Voltage=Internal
Peripheral Break=OFF
RESET=ON
[Mapping]
Count
www.eeworm.com/read/374700/9388414
cpp ogrgeometrycollection.cpp
/******************************************************************************
* $Id: ogrgeometrycollection.cpp 10646 2007-01-18 02:38:10Z warmerdam $
*
* Project: OpenGIS Simple Features Refe