代码搜索:shape
找到约 10,000 项符合「shape」的源代码
代码结果 10,000
www.eeworm.com/read/227728/14414793
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/126432/14424083
cpp shape.cpp
// Shape.cpp: implementation of the CShape class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "DrawInPDA.h"
#include "Shape.h"
#inclu
www.eeworm.com/read/126432/14424118
h shape.h
// Shape.h: interface for the CShape class.
//
#include "GeoPoint.h"
//#include "DrawInPDAView.h"
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_SHAPE
www.eeworm.com/read/124793/14543364
class shape.class
www.eeworm.com/read/124270/14582672
java shape.java
/*
* Created on 2004-10-21
*
* TODO To change the template for this generated file go to
* Window - Preferences - Java - Code Style - Code Templates
*/
/**
* @author Administrator
*
www.eeworm.com/read/223512/14637639
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/122453/14689465
c shape.c
#include
#include
#include "swfdec_internal.h"
static void swfdec_shape_compose(SwfdecDecoder *s, SwfdecLayerVec *layervec,
SwfdecShapeVec *shapevec, double trans[6
www.eeworm.com/read/222081/14707919
class shape.class
www.eeworm.com/read/221293/14747485
class shape.class
www.eeworm.com/read/120429/14803779
c shape.c
/* Discriminated union */
#include "math.h"
typedef enum {RECTANGLE, CIRCLE} shapeType_t;
typedef struct {
double length;
double width;
} rectangleDimensions_t;
typedef struct {