代码搜索:shape
找到约 10,000 项符合「shape」的源代码
代码结果 10,000
www.eeworm.com/read/263232/4304043
h shape.h
// Shape.h: interface for the CShape class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_SHAPE_H__35A41A4E_36EA_11D4_85B6_3ED14D000000__INCLUDED_)
#
www.eeworm.com/read/263232/4304182
cpp shape.cpp
#include
class Shape
{
public:
void Draw();
void Show();
};
class Circle : public Shape
{
public:
void Draw();
};
class Square : public Shape
{
public:
www.eeworm.com/read/262987/4307113
java shape.java
/*
* Shape.java
*
* Created on 2007年4月23日, 下午11:56
*
* To change this template, choose Tools | Template Manager
* and open the template in the editor.
*/
package paintbox;
/**
*
www.eeworm.com/read/262924/4307973
java shape.java
// Shape.java
// 定义形状接口
public interface Shape {
public abstract double area();
public abstract double volume();
public abstract String getName();
}
www.eeworm.com/read/259229/4345463
hx shape.hx
package flash.display;
extern class Shape extends flash.display.DisplayObject {
function new() : Void;
var graphics(default,null) : flash.display.Graphics;
}
www.eeworm.com/read/162614/5535116
java shape.java
/* Shape.java -- the classic Object-Oriented shape interface
Copyright (C) 1999, 2002, 2005 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you
www.eeworm.com/read/162519/5544648
java shape.java
/* Shape.java -- the classic Object-Oriented shape interface
Copyright (C) 1999, 2002, 2005 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you
www.eeworm.com/read/160611/5568722
alg shape.alg
(SHAPE-ALG
(NAME "shape")
(ARGUMENTS ("sound_type" "sin") ("sound_type" "fn")
("double" "origin"))
(START (MIN sin))
(TABLE "fn")
(NOT-IN-INN
www.eeworm.com/read/160611/5568761
c shape.c
#include "stdio.h"
#ifndef mips
#include "stdlib.h"
#endif
#include "xlisp.h"
#include "sound.h"
#include "falloc.h"
#include "cext.h"
#include "shape.h"
typedef struct shape_susp_struct {
snd_s
www.eeworm.com/read/160611/5568894
h shape.h
sound_type snd_make_shape(sound_type sin, sound_type fn, double origin);
sound_type snd_shape(sound_type sin, sound_type fn, double origin);
/* LISP: (snd-shape SOUND SOUND ANYNUM) */