代码搜索:cube
找到约 2,811 项符合「cube」的源代码
代码结果 2,811
www.eeworm.com/read/180979/9278209
mak cube.mak
# Microsoft Developer Studio Generated NMAKE File, Based on cube.dsp
!IF "$(CFG)" == ""
CFG=Cube - Win32 Release
!MESSAGE No configuration specified. Defaulting to Cube - Win32 Release.
!ENDIF
www.eeworm.com/read/180979/9278211
opt cube.opt
www.eeworm.com/read/180979/9278213
clw cube.clw
; CLW file contains information for the MFC ClassWizard
[General Info]
Version=1
LastClass=CCubeView
LastTemplate=CDialog
NewFileInclude1=#include "stdafx.h"
NewFileInclude2=#include "cube.h"
www.eeworm.com/read/180979/9278214
aps cube.aps
www.eeworm.com/read/180979/9278219
exe cube.exe
www.eeworm.com/read/180979/9278222
cpp cube.cpp
// cube.cpp : Defines the class behaviors for the application.
//
// This is a part of the Microsoft Foundation Classes C++ library.
// Copyright (C) 1992-1998 Microsoft Corporation
// All rights
www.eeworm.com/read/180979/9278223
h cube.h
// cube.h : main header file for the CUBE application
//
// This is a part of the Microsoft Foundation Classes C++ library.
// Copyright (C) 1992-1998 Microsoft Corporation
// All rights reserved.
www.eeworm.com/read/179005/9379497
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/177098/9469804
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/373097/9475266