代码搜索:Rectangular

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

代码结果 1,427
www.eeworm.com/read/337546/3334499

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/324920/3493314

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/316872/3592200

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/432926/1886251

pde texture2.pde

/** * Texture 2. * * Using a rectangular image to map a texture onto a triangle. */ PImage img; void setup() { size(640, 360, P3D); img = loadImage("berlin-1.jpg"); noStroke(); } void d
www.eeworm.com/read/393286/2480805

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/210638/6872822

h newmatrm.h

//$$newmatrm.h rectangular matrix operations // Copyright (C) 1991,2,3,4: R B Davies #ifndef NEWMATRM_LIB #define NEWMATRM_LIB 0 #ifdef use_namespace namespace NEWMAT { #
www.eeworm.com/read/210638/6872826

cpp newmatrm.cpp

//$$newmatrm.cpp rectangular matrix operations // Copyright (C) 1991,2,3,4: R B Davies #include "newmat.h" #include "newmatrm.h" #ifdef use_namespace namespace NEWMAT { #e
www.eeworm.com/read/292920/8323746

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/269755/11079155

cpp newmatrm.cpp

/// \ingroup newmat ///@{ /// \file newmatrm.cpp /// Rectangular matrix operations // Copyright (C) 1991,2,3,4: R B Davies #define WANT_MATH #include "newmat.h" #include "newmatrm.h"
www.eeworm.com/read/413044/11168843

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;