代码搜索:shape

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

代码结果 10,000
www.eeworm.com/read/324559/13258126

class shape.class

www.eeworm.com/read/239334/13286821

java shape.java

//所有游戏块类的父类,也是本程序的核心类,这个类写完后,这个游戏程序算是基本搞定 public class <mark>Shape</mark> { int [][] table;//本地的数组 Coordinate []<mark>shape</mark>;//用来标识本地数组哪个位置为1,同样也就标识出了哪个位置为0;也就表示出了游戏块的形状 Coordinate centrePoint;//中心块,变形时围绕此块旋转,如果没 ...
www.eeworm.com/read/324057/13291955

h shape.h

//***************** //* shape.h * //***************** #include "math.h" const double pi=3.14159265358; struct circle { double r; }; struct square { double a; }; struct rectangle
www.eeworm.com/read/137548/13312712

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/136879/13356423

h shape.h

// Fig. 10.2: shape.h // Definition of abstract base class Shape #ifndef SHAPE_H #define SHAPE_H #include class Shape { public: virtual double area() const { return 0.0; }
www.eeworm.com/read/319411/13452188

h shape.h

/**************************************************************************** CONFIDENTIAL AND PROPRIETARY INFORMATION. The entire contents of this file is Copyright
www.eeworm.com/read/318362/13480722

class shape.class

www.eeworm.com/read/318285/13482116

m shape.m

function shaped_vals = shape(rec_symbol, Mr, U, N); % shaped_vals = shape(rec_symbol, Mr, U, N); % % This function shapes the received symbols prior to demodulation. This completes the % decompositio
www.eeworm.com/read/316692/13518589

cpp shape.cpp

// Shape.cpp: implementation of the CShape class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "log.h" #include "Shape.h" #ifdef _DE
www.eeworm.com/read/316692/13518611

h shape.h

// Shape.h: interface for the CShape class. // ////////////////////////////////////////////////////////////////////// #if !defined(AFX_SHAPE_H__ACB8080F_49C1_4E0C_8A39_6025642A73AF__INCLUDED_) #