代码搜索:normal
找到约 10,000 项符合「normal」的源代码
代码结果 10,000
www.eeworm.com/read/101435/15833337
cpp impsrv.cpp
///////////////////////////////////////////////////////////////////////////////
//
// impsrv.h - Copyright 1995-1997, Don Box
//
// This file contains several function implementations that
// aut
www.eeworm.com/read/101434/15833411
cpp impsrv.cpp
///////////////////////////////////////////////////////////////////////////////
//
// impsrv.h - Copyright 1995-1997, Don Box
//
// This file contains several function implementations that
// aut
www.eeworm.com/read/101169/15842151
h normalloadhandler.h
// NormalLoadHandler.h
//
// Class that handles normal file loading
//
/////////////////////////////////////////////////////////////////////////////
#ifndef _NORMAL_LOAD_HANDLER_H_
#define _NO
www.eeworm.com/read/101085/15852917
cpp plane.cpp
#include "../global.h"
#include "plane.h"
#include
#include
GcPlane::GcPlane( const GcVector3 & normal, const GcVector3 & point )
{
m_normal = normal;
GcVector3 tmp
www.eeworm.com/read/101085/15852930
h triangle.h
#ifndef _TRIANGLE_H_
#define _TRIANGLE_H_
#include "vector.h"
typedef GcVector3 triType;
class GcTriangle
{
public:
GcTriangle();
GcTriangle(triType tA, triType tB, triType tC);
GcVe
www.eeworm.com/read/100314/15877282
h color.h
#define BLACK 0
#define BLUE 9
#define GREEN 10
#define CYAN 11
#define RED 12
#define MAGENTA 13
#define YELLOW 14
#define WHITE 7
#define GRAY 8
#define BWHITE 15
#define M_UNDER 9
#def
www.eeworm.com/read/100077/15886219
colors
#colors - ecu color file
normal lt_cyan black
reverse red white
notify black gray
success lt_green black
alert yellow black
error red black
www.eeworm.com/read/457121/7333852
hpp system.hpp
#ifndef _RAR_SYSTEM_
#define _RAR_SYSTEM_
#ifdef _WIN_32
#ifndef BELOW_NORMAL_PRIORITY_CLASS
#define BELOW_NORMAL_PRIORITY_CLASS 0x00004000
#define ABOVE_NORMAL_PRIORITY_CLASS 0x00008000
#end