代码搜索:Rectangular
找到约 1,427 项符合「Rectangular」的源代码
代码结果 1,427
www.eeworm.com/read/319472/13451189
c rect_pol.c
/* rect_pol.c -- converts rectangular coordinates to polar */
#include
#include
#define RAD_TO_DEG (180/(4 * atan(1)))
typedef struct polar_v {
double magnitude;
www.eeworm.com/read/315699/13537849
c rect_pol.c
/* rect_pol.c -- converts rectangular coordinates to polar */
#include
#include
#define RAD_TO_DEG (180/(4 * atan(1)))
typedef struct polar_v {
double magnitude;
www.eeworm.com/read/315311/13546109
html index.html
Xlib Programming Manual: Window Functions
Chapter 3: Window Functions
In the X Window System,
a window is a rectangular area
www.eeworm.com/read/152843/5661811
c vsxxxaa.c
/*
* Driver for DEC VSXXX-AA mouse (hockey-puck mouse, ball or two rollers)
* DEC VSXXX-GA mouse (rectangular mouse, with ball)
* DEC VSXXX-AB tablet (digitizer with hair cross or stylus)
*
* C
www.eeworm.com/read/147972/5718629
java intgrid2d.java
package sim.field.grid;
import sim.util.*;
/**
A wrapper for 2D arrays of ints.
This object expects that the 2D arrays are rectangular. You are encouraged to access the array
directly.
www.eeworm.com/read/147972/5718640
java intgrid3d.java
package sim.field.grid;
import sim.util.*;
/**
A wrapper for 3D arrays of ints.
This object expects that the 3D arrays are rectangular. You are encouraged to access the array
directly.
www.eeworm.com/read/410432/11287335
c rect_pol.c
/* rect_pol.c -- converts rectangular coordinates to polar */
#include
#include
#define RAD_TO_DEG (180/(4 * atan(1)))
typedef struct polar_v {
double magnitude;
www.eeworm.com/read/251412/12346956
txt microoven.txt
!
! Microwave Oven (Coupled HF Emag + Thermal)
! 10/17/2001
!
/uis,msgpop,3
/nerr,5,1000000,
/title, dielectric load in a rectangular cavity
/filn,dielectric
/view,1,1,1,1 ! isometric view
www.eeworm.com/read/475965/1374156
c rect_pol.c
/* rect_pol.c -- converts rectangular coordinates to polar */
#include
#include
#define RAD_TO_DEG (180/(4 * atan(1)))
typedef struct polar_v {
double magnitude;
www.eeworm.com/read/461848/1549547
m polar2rect.m
function [x, y] = polar2rect(r,theta)
%POLAR2RECT Convert rectangular to polar coordinates
% Function POLAR2RECT accepts the polar coordinates
% (r,theta), where theta is expressed in degrees,
%