代码搜索:shape
找到约 10,000 项符合「shape」的源代码
代码结果 10,000
www.eeworm.com/read/481448/6641191
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/133073/6654319
cs shape.cs
using System;
using System.Drawing;
namespace Employee
{
///
/// Shape 的摘要说明。
///
public class Shape
{
public Shape()
{
//
// TODO: 在此处添加构造函数逻辑
//
www.eeworm.com/read/410848/11267135
class shape.class
www.eeworm.com/read/263812/11340615
vbp shape.vbp
Type=Exe
Form=frmShape.frm
Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#C:\WINDOWS\SYSTEM\STDOLE2.TLB#OLE Automation
Startup="frmShape"
Command32=""
Name="Project1"
HelpContextID="0
www.eeworm.com/read/263812/11340617
vbw shape.vbw
frmShape = 110, 110, 414, 380, , 44, 44, 348, 314, C
www.eeworm.com/read/404466/11484963
class shape.class
www.eeworm.com/read/403170/11521129
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/403014/11523549
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/158628/11596942
java shape.java
package ch10.section07;
public interface Shape {
public void Draw();
public void Border();
}
www.eeworm.com/read/348208/11605635