代码搜索:shape
找到约 10,000 项符合「shape」的源代码
代码结果 10,000
www.eeworm.com/read/433917/7904328
jpg shape2.jpg
www.eeworm.com/read/433917/7904330
jpg shape3.jpg
www.eeworm.com/read/296550/8096421
class shape_ex.class
www.eeworm.com/read/296550/8096426
java shape_ex.java
abstract class Shape
{abstract protected double area();
abstract protected void draw();}
class Rectangle extends Shape
{float width,length;
Rectangle(float w,float l)
{width=w;
lengt
www.eeworm.com/read/143592/12858527
h d_shape.h
#ifndef GEOMETRIC_FIGURES_BASE
#define GEOMETRIC_FIGURES_BASE
#include "d_draw.h"
// colors of the shapes
enum drawing_color
{
white, blue, teal, green, turquoise, darkgray,
www.eeworm.com/read/243950/12904010
h swfdec_shape.h
/* Swfdec
* Copyright (C) 2003-2006 David Schleef
* 2005-2006 Eric Anholt
* 2006 Benjamin Otte
*
* This library is free software; you
www.eeworm.com/read/243950/12904322
c swfdec_shape.c
/* Swfdec
* Copyright (C) 2003-2006 David Schleef
* 2005-2006 Eric Anholt
* 2006-2007 Benjamin Otte
*
* This library is free software; you
www.eeworm.com/read/243947/12906402
h fad.shape.h
#ifndef __FAD_SHAPE_H
#define __FAD_SHAPE_H
#include "fad.types.h"
#define SHAPE_RECORD_RENDER_TRUE 0
#define SHAPE_RECORD_RENDER_FALSE -1
#define SHAPE_RECORD_PARSE_TRUE 0
#define SHAPE_RECORD_PARS
www.eeworm.com/read/243947/12906515
c fad.shape.c
/**
* libFAD - Flash Animation Decode library
* Copyright (C) 2005-2006 VGSystem Technologies, Inc.
*
* libFAD is the legal property of its developers, whose names are too numerous
* to list here
www.eeworm.com/read/328974/12991654