代码搜索:shape
找到约 10,000 项符合「shape」的源代码
代码结果 10,000
www.eeworm.com/read/210714/15192771
m shape.m
%--------------------------------------------------------------------------
% EFG shape function and it's derivative with linear base
function [phi,dphix,dphiy] = shape(gpos,dmax,x,v,dm)
L = length(
www.eeworm.com/read/210671/15193791
h shape.h
// Fig. 10.2: shape.h
// Definition of abstract base class Shape
#ifndef SHAPE_H
#define SHAPE_H
class Shape {
public:
virtual double area() const { return 0.0; }
virtual double volume(
www.eeworm.com/read/209907/15211897
java shape.java
package util;
public final class Shape {
public final static int SQUARE = 1;
public final static int HEXAGON = 2;
public final static int CIRCLE = 3;
public static int pa
www.eeworm.com/read/209853/15212493
h shape.h
//: C16:Shape.h
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 2000
// Copyright notice in Copyright.txt
#ifndef SHAPE_H
#define SHAPE_H
#incl
www.eeworm.com/read/207089/15283161
cs shape.cs
using System;
using System.Drawing;
using System.IO;
using System.Reflection;
using System.Windows.Forms;
using System.Runtime.InteropServices;
using OpenNETCF.Windows.Forms;
using OpenNETCF.Wi
www.eeworm.com/read/205788/15306949
class shape.class
www.eeworm.com/read/13472/276499
java shape.java
// Shape.java
// 定义形状接口
public interface Shape {
public abstract double area();
public abstract double volume();
public abstract String getName();
}
www.eeworm.com/read/14187/321221
hpp shape.hpp
/*************************************************************************
This software module was originally developed by
Wei-ge Chen (wchen@microsoft.com), Microsoft Corporation
(date: April,
www.eeworm.com/read/14187/321568
hpp shape.hpp
/*************************************************************************
This software module was originally developed by
Wei-ge Chen (wchen@microsoft.com), Microsoft Corporation
(date: April,
www.eeworm.com/read/14187/321605
cpp shape.cpp
/*************************************************************************
This software module was originally developed by
Wei-ge Chen (wchen@microsoft.com), Microsoft Corporation
(April, 1997)