代码搜索:shape
找到约 10,000 项符合「shape」的源代码
代码结果 10,000
www.eeworm.com/read/272996/10931896
class shape.class
www.eeworm.com/read/417159/11001848
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/416758/11014067
class shape.class
www.eeworm.com/read/118859/7089041
class shape.class
www.eeworm.com/read/199841/7097734
c shape.c
#include "nxlib.h"
#include
#include
void
XShapeCombineMask(Display *dpy, Window dest, int destKind, int xOff, int yOff,
Pixmap src, int op)
{
GR_REGION_ID ma
www.eeworm.com/read/267647/7114767
m ._shape.m
www.eeworm.com/read/267647/7114773
m shape.m
%--------------------------------------------------------------------------
% EFG shape function and it's derivative with linear base
function [phi,dphix,dphiy] = shape(gpos,dmax,x,v,dm)
L = length(
www.eeworm.com/read/332978/7141776
java shape.java
//: polymorphism/shape/Shape.java
package polymorphism.shape;
public class Shape {
public void draw() {}
public void erase() {}
} ///:~
www.eeworm.com/read/219035/7147302
m shape.m
% equidistant points
function [vSx, vSy, varargout] = shape(x0, y0, r, n, vein)
N = 2500;
cs = vein.cs;
s = linspace(cs.breaks(1), cs.breaks(end), N);
mX = ppval(cs, s);
vSx = mX(1,:) + x0;
vSy