代码搜索:normal
找到约 10,000 项符合「normal」的源代码
代码结果 10,000
www.eeworm.com/read/200131/15440205
mdl exm080832_1.mdl
Model {
Name "exm080832_1"
Version 5.0
SaveDefaultBlockParams on
SampleTimeColors off
LibraryLinkDisplay "none"
WideLines off
ShowLineDimensions off
ShowPortDa
www.eeworm.com/read/200131/15440273
mdl exmvdp.mdl
Model {
Name "exmvdp"
Version 5.0
SaveDefaultBlockParams on
SampleTimeColors off
LibraryLinkDisplay "none"
WideLines off
ShowLineDimensions off
ShowPortDataTyp
www.eeworm.com/read/109841/15546913
stl demo sphere.stl
solid AutoCAD
facet normal -4.9065337e-002 -9.7597024e-003 -9.9874789e-001
outer loop
vertex 5.0000000e+001 5.0000000e+001 2.5000000e+001
vertex 4.7736099e+001 4.9062262
www.eeworm.com/read/106891/15618455
c echoclient-udp.c
/* Echo client (UDP)
* Copyright (C) 2000 David Helder
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published
www.eeworm.com/read/104227/15701013
tcc makefile.tcc
# -----------------------------------------------------------------------------
# Borland tcc/bcc makefile for compiling and testing the G.726
# implementation. The executable must be defined by vari
www.eeworm.com/read/104227/15701016
djc makefile.djc
# -----------------------------------------------------------------------------
# GNU-C MSDOS-port makefile for compiling and testing the G.726
# implementation. The executable must be defined by var
www.eeworm.com/read/104227/15701020
cl makefile.cl
#-----------------------------------------------------------------------------
# MS Visual C makefile for compiling and testing the G.726
# implementation.
# The executable must be defined by variabl
www.eeworm.com/read/104227/15701021
unx makefile.unx
# -----------------------------------------------------------------------------
# Unix makefile for compiling and testing the G.726 implementation
# The executable must be defined by variable G726 bel
www.eeworm.com/read/104094/15710293
h vector.h
#ifndef __VECTOR_H
#define __VECTOR_H
#include
#define PI (3.14159265359f)
#define DEG2RAD(a) (PI/180*(a))
#define RAD2DEG(a) (180/PI*(a))
typedef float scalar_t;
class CVec