代码搜索:Rectangular

找到约 1,427 项符合「Rectangular」的源代码

代码结果 1,427
www.eeworm.com/read/471460/6894127

m chp10ex1.m

Iabc = [1.6 25 1.0 180 .9 132]; I012 = abc2sc(Iabc); % Symmetrical components of phase a I012p= rec2pol(I012) % Converts rectangular phasors into polar form
www.eeworm.com/read/295657/8147979

m c4ex19.m

% c4ex19 % t_max = 2; t = -t_max+1:.01:t_max; L = length(t); for k = 1:4 % Loop to do 4 values of window width k_even = 2*k; k_odd = 2*k - 1; W = 2 + (k-1); tp = [2*t(1):.01:2*t(L)]; w_r = 2*W*sinc
www.eeworm.com/read/187682/8609926

c globals.c

/* * GQview * (C) 2004 John Ellis * * Author: John Ellis * * This software is released under the GNU General Public License (GNU GPL). * Please read the included file COPYING for more informati
www.eeworm.com/read/21656/838079

apr master.apr

D10 RECTANGULAR 59.055 51.181 0.000 FLASH 180.000 D11 RECTANGULAR 35.433 37.402 0.000 FLASH 0.000 D12 RECTANGULAR 35.433 37.402
www.eeworm.com/read/21656/838157

apr master.apr

D10 RECTANGULAR 59.055 51.181 0.000 FLASH 180.000 D11 RECTANGULAR 35.433 37.402 0.000 FLASH 0.000 D12 RECTANGULAR 35.433 37.402
www.eeworm.com/read/38966/1118716

apr master.apr

D10 RECTANGULAR 59.055 51.181 0.000 FLASH 180.000 D11 RECTANGULAR 35.433 37.402 0.000 FLASH 0.000 D12 RECTANGULAR 35.433 37.402
www.eeworm.com/read/38966/1118794

apr master.apr

D10 RECTANGULAR 59.055 51.181 0.000 FLASH 180.000 D11 RECTANGULAR 35.433 37.402 0.000 FLASH 0.000 D12 RECTANGULAR 35.433 37.402
www.eeworm.com/read/244728/12847311

html mainoctreetest.html

COG 2.1: Rectangular boxes Rectangular Boxes Let's consider now how to create grids for simple rectangular geometries with cogenOctree
www.eeworm.com/read/285034/8874894

java matrix.java

// An implementation of a rectangular vector. // (c) 1998, 2001 duane a. bailey package structure; /** * An implementation of rectangular vectors. * This implementation of a Matrix is minimal. Few