代码搜索:shape
找到约 10,000 项符合「shape」的源代码
代码结果 10,000
www.eeworm.com/read/362872/9977743
h shape.h
// Shape.h: interface for the CShape class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_SHAPE_H__8F38DA29_8BB9_4402_B12A_F1B1C9420077__INCLUDED_)
#
www.eeworm.com/read/165443/10062257
cpp shape.cpp
//shape图形类
//Shape.cpp
//包含的头文件
#include "stdafx.h"
#include "Coordinate.h" //
#include "Shape.h"
//类实现
IMPLEMENT_SERIAL(Shape,CObject,1)
Shape::Shape(){
}
Shape::~Shape(){
www.eeworm.com/read/165443/10062315
h shape.h
//图形shape类
//Shape.h
//包含的头文件
//类定义
class Shape:public CObject{ //继承于CObject类
DECLARE_SERIAL(Shape)
protected:
CString expression; //图形的表达式
public:
Shape();
~Shape();
virt
www.eeworm.com/read/361097/10066606
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/164341/10115608
class shape.class
www.eeworm.com/read/164341/10115640
java shape.java
///////////////////////////////////////////////////////////
// Name: Drawer //
// Author:Zhanghan //
// Date: 2005-9-
www.eeworm.com/read/163967/10135915
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/163967/10135954
h shape.h
// Shape.h: interface for the CShape class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_SHAPE_H__ACB8080F_49C1_4E0C_8A39_6025642A73AF__INCLUDED_)
#
www.eeworm.com/read/359499/10141876
cs shape.cs
using System;
using System.Drawing ;
namespace CsharpPats
{
///
/// Summary description for Shape.
///
public abstract class Shape {
protected int height, width;
www.eeworm.com/read/163264/10168089
cpp shape.cpp
// GraphCell.cpp: implementation of the CGraphCell class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "geditor.h"
#include "Shape.h"