代码搜索:shape
找到约 10,000 项符合「shape」的源代码
代码结果 10,000
www.eeworm.com/read/396990/8075446
h shape.h
#pragma once
//////////////////////////////////////////////////////
// CShape
// Note: this class really should be divided into a
// hierarchy with a "CShape" abstract base class and
// sever
www.eeworm.com/read/396990/8075489
cpp shape.cpp
#include "stdafx.h"
#include "PrintOptions.h"
#include "Shape.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
///////////////////////
www.eeworm.com/read/396990/8075551
h shape.h
#pragma once
//////////////////////////////////////////////////////
// CShape
// Note: this class really should be divided into a
// hierarchy with a "CShape" abstract base class and
// sever
www.eeworm.com/read/396990/8075588
cpp shape.cpp
#include "stdafx.h"
#include "PrintMode.h"
#include "Shape.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
//////////////////////////
www.eeworm.com/read/396990/8075638
h shape.h
#pragma once
//////////////////////////////////////////////////////
// CShape
// Note: this class really should be divided into a
// hierarchy with a "CShape" abstract base class and
// sever
www.eeworm.com/read/296551/8096281
html shape.html
HTML Test Page
shape will appear below in a Java enabled browser.
www.eeworm.com/read/296551/8096283
class shape.class
www.eeworm.com/read/296551/8096286
java shape.java
import java.awt.*;
import java.awt.event.*;
import java.applet.*;
public class shape extends Applet {
int polyx[]={10,30,50,50,30,10};
int polyy[]={30,50,30,60,55,70};
public void init(){
www.eeworm.com/read/296550/8096345
class shape.class
www.eeworm.com/read/296550/8096397