代码搜索:cube
找到约 2,811 项符合「cube」的源代码
代码结果 2,811
www.eeworm.com/read/330365/12899062
cpp cube.cpp
//////////////////////////////////////////////////////////////////////////////////////////////////
//
// File: cube.cpp
//
// Author: Frank Luna (C) All Rights Reserved
//
// System: AMD Athlo
www.eeworm.com/read/330365/12899386
cpp cube.cpp
//////////////////////////////////////////////////////////////////////////////////////////////////
//
// File: cube.cpp
//
// Author: Frank Luna (C) All Rights Reserved
//
// System: AMD Athlo
www.eeworm.com/read/330365/12899389
h cube.h
//////////////////////////////////////////////////////////////////////////////////////////////////
//
// File: cube.h
//
// Author: Frank Luna (C) All Rights Reserved
//
// System: AMD Athlon
www.eeworm.com/read/330163/12908726
h cube.h
#define IDI_DRAW 1
#define IDI_ERASE 0
class CCube
{
public:
CCube();
void GetCube();
BOOL Transform();
BOOL IsLineFull();
BOOL IsLevelUp();
BOOL IsLost();
BOOL Move(int i, int
www.eeworm.com/read/243750/12919987
java cube.java
public class cube extends solidObject{
public vector start;
public vector iDirection, jDirection, kDirection;
public vector[] specularCentre;
public double theta, angle;
public double heigh
www.eeworm.com/read/243750/12919990
class cube.class
www.eeworm.com/read/138382/13238705
gif cube.gif
www.eeworm.com/read/320994/13414417
c cube.c
#include "graphics.h"
#include "math.h"
#include "mem.h"
#define pi 3.1415926
typedef struct {
int x;
int y;
int z;
int color;
www.eeworm.com/read/320994/13414420