代码搜索:shape

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

代码结果 10,000
www.eeworm.com/read/171988/9727638

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/171959/9728398

h shape.h

/************************************************************************************************ // $Header: /Surveyor/GuiLib/Shape.h 3 10/30/02 10:23a Scott.pelger $ //************************
www.eeworm.com/read/170590/9797344

h shape.h

/****************************************************************/ /* COPYRIGHT NOTICE */ /* ---------------- */ /* All software in this listing remain the strict copyright */ /* of Ilij
www.eeworm.com/read/170590/9797479

c shape.c

/****************************************************************/ /* COPYRIGHT NOTICE */ /* ---------------- */ /* All software in this listing remain the strict copyright */ /* of Ilij
www.eeworm.com/read/268141/11150906

class shape.class

www.eeworm.com/read/268141/11150918

java shape.java

// Shape class: meant to be a super class for shapes that can act import java.awt.*; public class Shape { protected int xpos; protected int ypos; public Shape( ) { xp
www.eeworm.com/read/412842/11181000

cs shape.cs

using System; using System.Collections.Generic; using System.Text; using System.Drawing; namespace 俄罗斯方块 { public abstract class Shape { public bool[,] type; public
www.eeworm.com/read/412650/11189964

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/266592/11218615

cpp shape.cpp

www.eeworm.com/read/411658/11234673

h shape.h

class Shape { public: Shape(){} virtual float area()const {return 0;} virtual float volume()const {return 0;} virtual void showname()const=0; virtual void di