代码搜索:shape

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

代码结果 10,000
www.eeworm.com/read/197654/5093274

java shape.java

/** * JacobGen generated file --- do not edit * * (http://www.bigatti.it/projects/jacobgen) */ package org.nethawker.word11; import com.jacob.com.*; public class Shape extends Dispatch { publi
www.eeworm.com/read/197654/5093636

java shape.java

/** * JacobGen generated file --- do not edit * * (http://www.bigatti.it/projects/jacobgen) */ package org.nethawker.office11; import com.jacob.com.*; public class Shape extends Dispatch { pub
www.eeworm.com/read/197654/5093952

java shape.java

/** * JacobGen generated file --- do not edit * * (http://www.bigatti.it/projects/jacobgen) */ package org.nethawker.excel11; import com.jacob.com.*; public class Shape extends Dispatch { publ
www.eeworm.com/read/195201/5114064

hpp shape.hpp

/************************************************************************* This software module was originally developed by Wei-ge Chen (wchen@microsoft.com), Microsoft Corporation (date: Ap
www.eeworm.com/read/195201/5114098

cpp shape.cpp

/************************************************************************* This software module was originally developed by Wei-ge Chen (wchen@microsoft.com), Microsoft Corporation (April, 1
www.eeworm.com/read/195201/5114267

hpp shape.hpp

/************************************************************************* This software module was originally developed by Wei-ge Chen (wchen@microsoft.com), Microsoft Corporation (date: Ap
www.eeworm.com/read/195201/5114301

cpp shape.cpp

/************************************************************************* This software module was originally developed by Wei-ge Chen (wchen@microsoft.com), Microsoft Corporation (April, 1
www.eeworm.com/read/191729/5163196

c shape.c

/* Discriminated union */ #include "math.h" typedef enum {RECTANGLE, CIRCLE} shapeType_t; typedef struct { double length; double width; } rectangleDimensions_t; typedef struct {
www.eeworm.com/read/191729/5163198

java shape.java

// Page 101 abstract class Shape { abstract double area(); } class Circle extends Shape { final double radius; Circle(double radius) { this.radius = radius; } double area(
www.eeworm.com/read/191729/5163265

c shape.c

/* Discriminated union */ #include "math.h" typedef enum {RECTANGLE, CIRCLE} shapeType_t; typedef struct { double length; double width; } rectangleDimensions_t; typedef struct {