代码搜索:Rectangular
找到约 1,427 项符合「Rectangular」的源代码
代码结果 1,427
www.eeworm.com/read/382361/2637579
c rectangle.c
/* Produce a rectangular wave on output 0 of a parallel port */
#include
#include
#include
#include
#include
#include
www.eeworm.com/read/379193/2674777
c rectangle.c
/* Produce a rectangular wave on output 0 of a parallel port */
#include
#include
#include
#include
#include
#include
www.eeworm.com/read/351636/3104570
fem quad3-nodal.fem
% "Test of Bilinear Quadrilateral" from UCB online FEM course
% http://titan.colorado.edu/courses.d/IFEM.d/ (Chapter 23 p. 23-6)
% This is the rectangular geometry (with E = 96, ni = 0.33333 origi
www.eeworm.com/read/269755/11079140
h newmatrm.h
/// \ingroup newmat
///@{
/// \file newmatrm.h
/// Rectangular matrix operations.
// Copyright (C) 1991,2,3,4: R B Davies
#ifndef NEWMATRM_LIB
#define NEWMATRM_LIB 0
#ifdef use_namespac
www.eeworm.com/read/112652/15480360
cpp demo13_6.cpp
// DEMO13_6.CPP - simple rectangular region collision demo
// to compile make sure to include DDRAW.LIB, DSOUND.LIB,
// DINPUT.LIB, WINMM.LIB, and of course the T3DLIB files
// INCLUDES /////////
www.eeworm.com/read/188503/8534601
c mblock_sub44_sads_x86.c
/*
*
* mblock_sub44_sads.c
* Copyright (C) 2000 Andrew Stevens
*
* Fast block sum-absolute difference computation for a rectangular area 4*x
* by y where y > h against a 4 b
www.eeworm.com/read/168404/9917850
m mixnyn.m
function miout=MIxnyn(x,y,kneig);
% Calculate MI value between 2 vector of any dimension (rectangular
% version)
% x....input data mxn m...channelnummer n...sampling points m
www.eeworm.com/read/166514/10017200
m mixnyn.m
function miout=MIxnyn(x,y,kneig);
% Calculate MI value between 2 vector of any dimension (rectangular
% version)
% x....input data mxn m...channelnummer n...sampling points m
www.eeworm.com/read/156528/11794764
m mixnyn.m
function miout=MIxnyn(x,y,kneig);
% Calculate MI value between 2 vector of any dimension (rectangular
% version)
% x....input data mxn m...channelnummer n...sampling points m
www.eeworm.com/read/13887/285310
m elec_sph2cart.m
function [X,Y,Z] = elec_sph2cart(theta,phi,r,angle)
% ELEC_SPH2CART - convert spherical to Cartesian coordinates
%
% Convert from spherical (theta,phi,r) to Cartesian rectangular (x,y,z)
% coord