代码搜索:shape
找到约 10,000 项符合「shape」的源代码
代码结果 10,000
www.eeworm.com/read/106331/15639393
class shape.class
www.eeworm.com/read/104008/15714303
cs shape.cs
using System;
using System.Drawing;
namespace MDICSharp
{
[Serializable]
public abstract class Shape
{
private Point startPt;
private Point endPt;
// private Color ForeColor;
// p
www.eeworm.com/read/102340/15785731
cpp shape.cpp
// Shape.cpp: implementation of the CShape class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "Meeting.h"
#include "Shape.h"
#ifdef
www.eeworm.com/read/102340/15785762
h shape.h
// Shape.h: interface for the CShape class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_SHAPE_H__12896FE4_0C97_460E_B71C_E160A932C6C2__INCLUDED_)
#
www.eeworm.com/read/101963/15796168
cpp shape.cpp
// Shape.cpp: implementation of the CShape class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "lq01.h"
#include "Shape.h"
#ifdef _D
www.eeworm.com/read/101963/15796182
h shape.h
// Shape.h: interface for the CShape class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_SHAPE_H__22ACD16A_D7A4_413C_9D0B_CA0CAF236992__INCLUDED_)
#
www.eeworm.com/read/101292/15838757
class shape.class
www.eeworm.com/read/101292/15838767
java shape.java
/**
* A interface
*/
public interface Shape {
public void Draw();
public void Border();
}