代码搜索:GEMS
找到约 305 项符合「GEMS」的源代码
代码结果 305
www.eeworm.com/read/270032/11050794
c tripoints.c
/*
Generating Random Points in Triangles
by Greg Turk
from "Graphics Gems", Academic Press, 1990
*/
#include
#include "GraphicsGems.h"
/****************************************************
www.eeworm.com/read/270032/11050892
c matrixortho.c
/*
Matrix Orthogonalization
Eric Raible
from "Graphics Gems", Academic Press, 1990
*/
/*
* Reorthogonalize matrix R - that is find an orthogonal matrix that is
* "close" to R by computing an appro
www.eeworm.com/read/107321/15609575
c bfbuf.c
/******************************************************************************
File: bfbuf.h
Tab stops: every 2 columns
Project: Game Programming Gems II
Copyright: 1998-2000 DiamondWare, Ltd
www.eeworm.com/read/107321/15609576
h dsp.h
/******************************************************************************
File: dsp.h
Tab stops: every 2 columns
Project: Game Programming Gems II
Copyright: 2001 DiamondWare, Ltd. Usag
www.eeworm.com/read/107321/15609578
c dsp.c
/******************************************************************************
File: dsp.c
Tab stops: every 2 columns
Project: Game Programming Gems II
Copyright: 2001 DiamondWare, Ltd. Usag
www.eeworm.com/read/107321/15609579
h bfbuf.h
/******************************************************************************
File: bfbuf.h
Tab stops: every 2 columns
Project: Game Programming Gems II
Copyright: 1998-2000 DiamondWare, Ltd
www.eeworm.com/read/384270/8883781
c cyclic.c
/*
* Graphics Gems III: Fast Generation of Cyclic Sequences
*
* programmed by Alan Paeth (awpaeth@alumni.caltech.edu)
*
* These functions are implemented as macros which fall into two classes:
*
www.eeworm.com/read/228533/14380213
makefile
#
# Makefile for Graphics Gems source
#
# Craig Kolb, 8/90
#
# This make file will build "gemslib.a" and a number of executables.
# Gemslib is built solely for debugging purposes -- it is not intended
www.eeworm.com/read/228533/14380253
c binrec.c
/*
* Recording Animation in Binary Order for Progressive Temporal Refinement
* by Paul Heckbert
* from "Graphics Gems", Academic Press, 1990
*/
/*
* binrec.c: demonstrate binary recording order
www.eeworm.com/read/191610/5164052
cpp wuquantizer.cpp
///////////////////////////////////////////////////////////////////////
// C Implementation of Wu's Color Quantizer (v. 2)
// (see Graphics Gems vol. II, pp. 126-133)
//
// Author: Xiaolin