代码搜索:shape
找到约 10,000 项符合「shape」的源代码
代码结果 10,000
www.eeworm.com/read/235513/14069052
class shape.class
www.eeworm.com/read/203091/15365516
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/200021/15443037
h shape.h
#ifndef __SHAPE_H__
#define __SHAPE_H__
//INCLUDES
//System Includes
#include
#include
namespace NShapes
{
enum TShapeType
{
KRectangle = 1,
KCircle
www.eeworm.com/read/200021/15443051
cpp shape.cpp
/**
*
* @brief Definition of TShape
*
* Copyright (c) EMCC Software Ltd 2003
* @version 1.0
*/
// INCLUDE FILES
#include "shape.h"
using namespace NShapes;
EXPORT_C TShape::TShape(TSha
www.eeworm.com/read/113029/15472211
cpp shape.cpp
// Fig. 10.13: shape.cpp
// Shape class member-function definitions.
#include
using std::cout;
#include "shape.h" // Shape class definition
// return area of shape; 0.0 by def
www.eeworm.com/read/113029/15472219
h shape.h
// Fig. 10.12: shape.h
// Shape abstract-base-class definition.
#ifndef SHAPE_H
#define SHAPE_H
#include // C++ standard string class
using std::string;
class Shape {
public:
www.eeworm.com/read/112594/15482283
class shape.class
www.eeworm.com/read/112070/15494079
cpp shape.cpp
// Shape.cpp: implementation of the Shape class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "Shape.h"
/////////////////////////////
www.eeworm.com/read/112070/15494086
h shape.h
// Shape.h: interface for the Shape class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_SHAPE_H__3D9F2790_E309_44B3_A908_0E56D905ACE6__INCLUDED_)
#d
www.eeworm.com/read/112040/15494840
cpp shape.cpp
/***************************************************************************
shape.cpp - description
-------------------
begin