代码搜索:Rectangular
找到约 1,427 项符合「Rectangular」的源代码
代码结果 1,427
www.eeworm.com/read/111805/15502741
java tables.java
//Chapter 4, Exercise 2
public class Tables {
public static void main(String[]args) {
final int TABLE_SIZE = 12;
// Declare the rectangular array to store the multiplication table:
www.eeworm.com/read/106690/15626560
m movav.m
% movav() - Perform a moving average of data indexed by xvals.
% Supports use of a moving non-rectangular window.
% Can be used to resample a data matrix (see NOTE below).
% Usage:
www.eeworm.com/read/106690/15626601
m pop_plotdata.m
% pop_plotdata() - Plot average of EEG channels or independent components in
% a rectangular array. Else, (over)plot single trials.
%
% Usage:
% >> avg = pop_plotdata(EEG, typeplot,
www.eeworm.com/read/433114/8545411
m menu2pick_frequency_windows.m
function MenuHandle=menu2pick_frequency_windows(figure_handle)
% Create menu button to pick rectangular windows; the spectrum of the data
% is posted to a second window. The callback function that do
www.eeworm.com/read/287843/8664644
m pshapemenu.m
function rarg = pshapemenu (action);
global Buttons;
global menuwinh;
global buttonh;
global MenuWinPos;
Buttons = 6;
ButtonText1 = 'NRZ Rectangular';
ButtonText2 = 'Raised-Cosine';
Butt
www.eeworm.com/read/429877/8784314
m rcs_rect_plate.m
function [rcsdb_h,rcsdb_v] = rcs_rect_plate(a, b, freq)
% This program computes the backscattered RCS for a rectangular
% flat plate. The RCS is computed for vertical and horizontal
% polarizatio
www.eeworm.com/read/381207/9104666
m rcs_rect_plate.m
function [rcsdb_h,rcsdb_v] = rcs_rect_plate(a, b, freq)
% This program computes the backscattered RCS for a rectangular
% flat plate. The RCS is computed for vertical and horizontal
% polarizatio
www.eeworm.com/read/372429/9510936
m rcs_rect_plate.m
function [rcsdb_h,rcsdb_v] = rcs_rect_plate(a, b, freq)
% This program computes the backscattered RCS for a rectangular
% flat plate. The RCS is computed for vertical and horizontal
% polarizatio
www.eeworm.com/read/364310/9912633
m rcs_rect_plate.m
function [rcsdb_h,rcsdb_v] = rcs_rect_plate(a, b, freq)
% This program computes the backscattered RCS for a rectangular
% flat plate. The RCS is computed for vertical and horizontal
% polarizatio
www.eeworm.com/read/363220/9964808
m precess.m
function Pr=precess( R, J, direction )
% Precession of the equinox and ecliptic from epoch Julian date J to or from J2000.0
% input: rectangular ecliptic coordinates R, epoch J
% direction =
%