代码搜索:GEMS

找到约 305 项符合「GEMS」的源代码

代码结果 305
www.eeworm.com/read/228533/14380260

c seedfill.c

/* * A Seed Fill Algorithm * by Paul Heckbert * from "Graphics Gems", Academic Press, 1990 * * user provides pixelread() and pixelwrite() routines */ /* * fill.c : simple seed fill program *
www.eeworm.com/read/240722/4570417

c implicit.c

/* * C code from the article * "An Implicit Surface Polygonizer" * by Jules Bloomenthal, jbloom@beauty.gmu.edu * in "Graphics Gems IV", Academic Press, 1994 */ /* Modified by Curtis Janssen: *
www.eeworm.com/read/232407/4701370

cpp wuquantizer.cpp

/////////////////////////////////////////////////////////////////////// // C Implementation of Wu's Color Quantizer (v. 2) // (see Graphics Gems vol. II, pp. 126-133) // // Author: Xiaolin Wu
www.eeworm.com/read/401712/2336281

java resourcestatement.java

/** * Soft Gems Resource parser. Created by Mike Lischke. * * The sourceNode code in this file can freely be used for any purpose provided this notice remains * unchanged in the file. *
www.eeworm.com/read/270032/11050197

c patch_conv.c

/* * C++ code from the article * "Converting Rectangular Patches into Bezier Triangles" * by Dani Lischinski, danix@graphics.cornell.edu * in "Graphics Gems IV", Academic Press, 1994 */ /*******
www.eeworm.com/read/270032/11050350

c dist_fast.c

/* * C code from the article * "Fast Linear Approximations of Euclidean Distance in Higher Dimensions" * by Yoshikazu Ohashi, yoshi@cognex.com * in "Graphics Gems IV", Academic Press, 1994 */ /
www.eeworm.com/read/270032/11050476

readme

ANSI C code from the article "Tessellation of NURB Surfaces" by John W. Peterson, jp@blowfish.taligent.com in "Graphics Gems IV", Academic Press, 1994
www.eeworm.com/read/270032/11050835

c seedfill.c

/* * A Seed Fill Algorithm * by Paul Heckbert * from "Graphics Gems", Academic Press, 1990 * * user provides pixelread() and pixelwrite() routines */ /* * fill.c : simple seed fill program *
www.eeworm.com/read/270032/11050865

c squareroot.c

/* * A High Speed, Low Precision Square Root * by Paul Lalonde and Robert Dawson * from "Graphics Gems", Academic Press, 1990 */ /* * SPARC implementation of a fast square root by table * loo
www.eeworm.com/read/228533/14380239

c viewtran.c

/* 3D Viewing and Rotation Using Orthonormal Bases by Steve Cunningham from "Grahics Gems", Academic Press, 1990 */ /* * Transformations are presented as 4 by 3 matrices, omitting the * fourth colu