代码搜索:Rectangular
找到约 1,427 项符合「Rectangular」的源代码
代码结果 1,427
www.eeworm.com/read/492812/6409711
cof bp53r.cof
//BP53RCoefficient file for FIR bandpass centered at Fs/10
//Generated with BASIC program(on disk)using Rectangular window
#define N 53 //number of coefficients
float h[N] =
{-0.01976999,-0.0
www.eeworm.com/read/403011/11524354
cpp file2.cpp
// file2.cpp -- contains functions called in file1.cpp
#include
#include
#include "coordin.h" // structure templates, function prototypes
// convert rectangular to polar coord
www.eeworm.com/read/403009/11524659
cpp file2.cpp
// file2.cpp -- contains functions called in file1.cpp
#include
#include
#include "coordin.h" // structure templates, function prototypes
// convert rectangular to polar coord
www.eeworm.com/read/154209/11983817
m lfdata.m
function [xdata,ydata]=lfdata(pos,labelhandles,lfs)
%LFDATA Line/Frame Data - Converts rectangular [l b r t] to xdata and ydata.
%
% [xdata,ydata]=lfdata(pos,labelhandles,sz)
% inputs:
www.eeworm.com/read/253260/12234676
cpp file2.cpp
// file2.cpp -- contains functions called in file1.cpp
#include
#include
#include "coordin.h" // structure templates, function prototypes
// convert rectangular to polar coord
www.eeworm.com/read/253260/12235397
cpp file2.cpp
// file2.cpp -- contains functions called in file1.cpp
#include
#include
#include "coordin.h" // structure templates, function prototypes
// convert rectangular to polar coord
www.eeworm.com/read/337096/12391699
cpp file2.cpp
// file2.cpp -- contains functions called in file1.cpp
#include
#include
#include "coordin.h" // structure templates, function prototypes
// convert rectangular to polar coord
www.eeworm.com/read/7654/125868
cof bp53r.cof
//BP53RCoefficient file for FIR bandpass centered at Fs/10
//Generated with BASIC program(on disk)using Rectangular window
#define N 53 //number of coefficients
float h[N] =
{-0.01976999,-0.0
www.eeworm.com/read/482538/1287342
cc region.cc
/*
* region.{cc,hh} -- Rectangular region class
* Douglas S. J. De Couto
*
* Copyright (c) 2000 Massachusetts Institute of Technology
*
* Permission is hereby granted, free of charge, to any per
www.eeworm.com/read/218492/4860492
m triag.m
function M = triag(N);
% Householder triangularization,
% N is rectangular matrix, M is square matrix,
% M is determined so that the equality M*M' = N*N' holds
% References:
% G.W. Steward (1998):