代码搜索:shape

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

代码结果 10,000
www.eeworm.com/read/446434/7578904

class shape.class

www.eeworm.com/read/446434/7578924

java shape.java

import java.awt.*; public abstract class Shape extends Object { private int x1, y1, x2, y2; private Color color = Color.black; public Shape() { setX1( 0 ); setY1( 0
www.eeworm.com/read/444558/7611909

class shape.class

www.eeworm.com/read/444558/7611941

java shape.java

/* * shape.java * * Created on 2007年6月16日, 下午1:26 * * To change this template, choose Tools | Template Manager * and open the template in the editor. */ package huaban; import java
www.eeworm.com/read/443243/7635691

class shape.class

www.eeworm.com/read/443243/7635696

java shape.java

package zuoye.entity; public abstract class Shape{ protected abstract double girth(); protected abstract void area(); //void:输出 //protected:继承 }
www.eeworm.com/read/440947/7678500

cpp shape.cpp

#include #include #include "Shape.h" using namespace std; #define ZOOM_SIZE 0.1 #define ARRAY_NUMBER 10000 void readshape() { fstream binfile,boutfile; int n_ShapeTy
www.eeworm.com/read/440947/7678514

obj shape.obj

www.eeworm.com/read/440947/7678530

h shape.h

struct Point { double X; // X coordinate double Y; // Y coordinate }; struct PolyLine { double Box[4]; // Bounding Box int NumParts ;// Number of Parts int NumPoints; // Total Number of Point
www.eeworm.com/read/434589/7857834

frm shape.frm

VERSION 5.00 Begin VB.Form Form1 Caption = "Shape" ClientHeight = 3510 ClientLeft = 60 ClientTop = 390 ClientWidth = 4680 ControlBox