代码搜索:cube

找到约 2,811 项符合「cube」的源代码

代码结果 2,811
www.eeworm.com/read/443441/7633180

cpp cube.cpp

// Cube.cpp: implementation of the CCube class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "MxCubes.h" #include "Cube.h" #ifdef _D
www.eeworm.com/read/441765/7665649

pro cube.pro

CONFIG += opengl HEADERS = cube.h SOURCES = cube.cpp \ main.cpp
www.eeworm.com/read/441765/7665651

cpp cube.cpp

#include #include "cube.h" Cube::Cube(QWidget *parent, const char *name) : QGLWidget(parent, name) { setFormat(QGLFormat(DoubleBuffer | DepthBuffer)); rotationX = 0;
www.eeworm.com/read/441765/7665652

h cube.h

#ifndef CUBE_H #define CUBE_H #include class Cube : public QGLWidget { public: Cube(QWidget *parent = 0, const char *name = 0); protected: void initializeGL(); void resizeGL(int
www.eeworm.com/read/438626/7729092

sql cube.sql

SELECT ISNULL(TEA_NAME,'班级成绩汇总'),ISNULL(CLASS_NAME,'汇总计算') ,avg(STU_SCORE) FROM STUDENT INNER JOIN CLASS ON STUDENT.CLASS_ID=CLASS.CLASS_ID INNER JOIN TEA_STU ON STUDENT.STU_ID=TEA_STU.STU_ID INNER
www.eeworm.com/read/437000/7757140

stl cube.stl

solid MYSOLID facet normal 0.0 0.0 -1.0 outer loop vertex 0.0 0.0 0.0 vertex 1.0 1.0 0.0 vertex 1.0 0.0 0.0 endloop endfacet fa
www.eeworm.com/read/299153/7882622

java cube.java

package com.javapatterns.adapter.cube2ball; public class Cube { public Cube(double width) { this.width = width; } public double calculateVolume() { retu
www.eeworm.com/read/398865/7914614

rc cube.rc

//Microsoft Developer Studio generated resource script. // #include "resource.h" #define APSTUDIO_READONLY_SYMBOLS /////////////////////////////////////////////////////////////////////////////
www.eeworm.com/read/398865/7914619

ico cube.ico

www.eeworm.com/read/398865/7914626

dsp cube.dsp

# Microsoft Developer Studio Project File - Name="Cube" - Package Owner= # Microsoft Developer Studio Generated Build File, Format Version 6.00 # ** DO NOT EDIT ** # TARGTYPE "Win32 (x86) Appl