代码搜索:Rectangular
找到约 1,427 项符合「Rectangular」的源代码
代码结果 1,427
www.eeworm.com/read/360247/2965231
pas fcoutlookbar.pas
unit fcOutlookBar;
{
//
// Components : TfcOutlookBar
//
// Copyright (c) 1999 by Woll2Woll Software
//
// 5/12/99 - RSW - Repaint current selection if its a non-rectangular button
// 11/1/200
www.eeworm.com/read/294899/8194589
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/411648/11235187
m ex1-3_linearsimex1.m
function LinearSimEx1
% Compare rectangular, trapezoidal, and fourth order Runge Kutta integration.
% Integrate xdot = cos(t).
tf = 1;
TArray = [0.1 0.05 0.025];
for i = 1 : length(TArray)
www.eeworm.com/read/101061/15855096
h gmd.h
// LAPACK++ (V. 1.0a Beta)
// (C) 1992-1996 All Rights Reserved.
//
// Lapack++ Rectangular Matrix Class
//
// Dense (nonsingular) matrix, assumes no special structure or propertie
www.eeworm.com/read/433114/8545299
m plot_box.m
function handle=plot_box(loc,color,linewidth)
% Function plots a rectangular box
%
% handle=plot_box(loc,color,linewidth)
% INPUT
% loc vector with elements xa xe ya ye
% so the
www.eeworm.com/read/374083/9421543
cxx newmatrm.cxx
//$$newmatrm.cxx rectangular matrix operations
// Copyright (C) 1991,2: R B Davies
#include "include.h"
#include "newmat.h"
#include "newmatrm.h"
// operations o
www.eeworm.com/read/165865/10048391
java ssrfilter.java
package visage_v3_2;
/*Autor: Adel Restom adel_restom@yahoo.com*/
/*
This class represents the Six Segmented Rectangular filter
*/
public class SSRFilter
{
private int width,height,sectorWidth,
www.eeworm.com/read/245849/12777765
m plot_box.m
function handle=plot_box(loc,color,linewidth)
% Function plots a rectangular box
%
% handle=plot_box(loc,color,linewidth)
% INPUT
% loc vector with elements xa xe ya ye
% so the
www.eeworm.com/read/400585/11572397
java firfilter.java
package FIRFilterDesign;
class FIRFilter {
public static final int LP = 1;
public static final int HP = 2;
public static final int BP = 3;
public static final int RECTANGULAR = 4;
www.eeworm.com/read/260026/11751211
cxx newmatrm.cxx
//$$newmatrm.cxx rectangular matrix operations
// Copyright (C) 1991,2: R B Davies
#include "include.h"
#include "newmat.h"
#include "newmatrm.h"
// operations o