代码搜索:rectangle

找到约 10,000 项符合「rectangle」的源代码

代码结果 10,000
www.eeworm.com/read/397826/2399245

java rectangle.java

package com.javapatterns.composite.drawingsafe; public class Rectangle extends Graphics { public void draw() { //write your code here } }
www.eeworm.com/read/397826/2399260

java rectangle.java

package com.javapatterns.composite.drawingtransparent; public class Rectangle extends Graphics { public void draw() { //write your code here } public void add(Graph
www.eeworm.com/read/396408/2417617

h rectangle.h

/* * rectangle filling function * Copyright (c) 2003 Michael Niedermayer * * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and/or * modify
www.eeworm.com/read/396408/2417937

h rectangle.h

/* * rectangle filling function * Copyright (c) 2003 Michael Niedermayer * * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and/or * modify
www.eeworm.com/read/393900/2462419

h rectangle.h

#ifndef __RECTANGLE_H__ #define __RECTANGLE_H__ #include /** * * @class CRectangle Rectangle.h * @brief This is a class to define a rectangle and is an implementat
www.eeworm.com/read/393900/2462426

cpp rectangle.cpp

/** * * @brief Definition of CRectangle * * Copyright (c) EMCC Software Ltd 2003 * @version 1.0 */ // Class Includes #include "rectangle.h" // System Includes #include cons
www.eeworm.com/read/393863/2463187

java rectangle.java

/* * $Id: Rectangle.java 3373 2008-05-12 16:21:24Z xlv $ * * Copyright 1999, 2000, 2001, 2002 by Bruno Lowagie. * * The contents of this file are subject to the Mozilla Public License Version 1.1
www.eeworm.com/read/392558/2494030

java rectangle.java

package com.javapatterns.liskov.version3; public class Rectangle implements Quadrangle { private long width; private long height; public void setWidth(long width) {
www.eeworm.com/read/392558/2494032

java rectangle.java

package com.javapatterns.liskov.version4; public class Rectangle { private long width; private long height; public void setWidth(long width) { this.width = width
www.eeworm.com/read/392558/2494035

java rectangle.java

package com.javapatterns.liskov.version2; public class Rectangle { private long width; private long height; public void setWidth(long width) { this.width = width