代码搜索:shape
找到约 10,000 项符合「shape」的源代码
代码结果 10,000
www.eeworm.com/read/398908/7911035
vbp shape.vbp
Type=Exe
Form=shape.frm
Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#C:\WINNT\System32\stdole2.tlb#OLE Automation
IconForm="Form1"
Startup="Form1"
HelpFile=""
ExeName32="shape.exe"
www.eeworm.com/read/398908/7911037
exe shape.exe
www.eeworm.com/read/298961/7919372
cpp shape.cpp
// Shape.cpp: implementation of the Shape class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "Shape.h"
/////////////////////////////
www.eeworm.com/read/298961/7919390
h shape.h
// Shape.h: interface for the Shape class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_SHAPE_H__3D9F2790_E309_44B3_A908_0E56D905ACE6__INCLUDED_)
#d
www.eeworm.com/read/298117/7973003
class shape.class
www.eeworm.com/read/396990/8074561
ico shape.ico
www.eeworm.com/read/396990/8074929
cpp shape.cpp
#include "stdafx.h"
#include "PrintMono.h"
#include "Shape.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
//////////////////////////
www.eeworm.com/read/396990/8074974
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/8075002
cpp shape.cpp
#include "stdafx.h"
#include "ChangeOrientation.h"
#include "Shape.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
//////////////////