代码搜索:Rectangular
找到约 1,427 项符合「Rectangular」的源代码
代码结果 1,427
www.eeworm.com/read/147096/12584132
m rectab.m
function y=rectab(x,a,b)
% y=rectab(x) determines a rectangular function of
% width b centered at a (b>0)
y=((x>(a-b/2)) & (x
www.eeworm.com/read/300562/13905583
m rectab.m
function y=rectab(x,a,b)
% y=rectab(x) determines a rectangular function of
% width b centered at a (b>0)
y=((x>(a-b/2)) & (x
www.eeworm.com/read/300086/13936670
m rectab.m
function y=rectab(x,a,b)
% y=rectab(x) determines a rectangular function of
% width b centered at a (b>0)
y=((x>(a-b/2)) & (x
www.eeworm.com/read/300042/13941291
m contents.m
% CALFEM - A Finite Element Toolbox.
% Version 3.3 99-03-01
%
% Copyright (c) Division of Structural Mechanics and
% Department of Solid Mechanics.
% Lund Institute of
www.eeworm.com/read/133785/14024356
c rijndael-api-ref.c
/* rijndael-api-ref.c v2.1 April 2000
* Reference ANSI C code
* authors: v2.0 Paulo Barreto
* Vincent Rijmen, K.U.Leuven
* v2.1 Vincent Rijmen, K.U.Leuven
*
* This cod
www.eeworm.com/read/132953/14065272
m rectab.m
function y=rectab(x,a,b)
% y=rectab(x) determines a rectangular function of
% width b centered at a (b>0)
y=((x>(a-b/2)) & (x
www.eeworm.com/read/205223/15323284
m cp0301_ppm_sin.m
%
% FUNCTION 3.1 : "cp0301_PPM_sin"
%
% Generation of a PPM-UWB signal in the case of a
% sinusoidal modulating signal and rectangular pulses
%
% Transmitted power is fixed at 'Pow'
% The sign
www.eeworm.com/read/202788/15372901
m rectab.m
function y=rectab(x,a,b)
% y=rectab(x) determines a rectangular function of
% width b centered at a (b>0)
y=((x>(a-b/2)) & (x
www.eeworm.com/read/101557/15826584
m rectab.m
function y=rectab(x,a,b)
% y=rectab(x) determines a rectangular function of
% width b centered at a (b>0)
y=((x>(a-b/2)) & (x
www.eeworm.com/read/188783/8515334
code chap28.code
listing 1
// A simple Bean.
import java.awt.*;
import java.awt.event.*;
import java.io.Serializable;
public class Colors extends Canvas implements Serializable {
transient private Colo