代码搜索:GEMS

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

代码结果 305
www.eeworm.com/read/38416/1112681

txt extend1.txt

type name bits desc cond1 condvar1 condval1 cond2 condvar2 condval2 comment BYTE nGems 3 Number of Gems 0 unk51 0 x DWRD dwGUID 32 GUID x BYTE iLevel 7 Drop level x BYTE iQual 4 Qua
www.eeworm.com/read/270032/11050811

c lineedge.c

/* Fast Line-Edge Intersections on a Uniform Grid by Andrew Shapira from "Graphics Gems", Academic Press, 1990 */ #include "GraphicsGems.h" #define OCTANT(f1, f2, f3, f4, f5, i1, s1, r1, r2) \
www.eeworm.com/read/270032/11050923

c hypotapprox.c

/* A Fast Approximation to the Hypotenuse by Alan Paeth from "Graphics Gems", Academic Press, 1990 */ int idist(x1, y1, x2, y2) int x1, y1, x2, y2; { /* * gives approximate distance from (x1,y1)
www.eeworm.com/read/228533/14380249

c rgb_4bit.c

/* Mapping RGB Triples onto Four Bits by Alan Paeth from "Graphics Gems", Academic Press, 1990 */ remap8(R, G, B, R2, G2, B2) float R, G, B, *R2, *G2, *B2; { /* * remap8 maps floating (R,G,B
www.eeworm.com/read/270032/11050855

c rgbto4bits.c

/* Mapping RGB Triples onto Four Bits by Alan Paeth from "Graphics Gems", Academic Press, 1990 */ remap8(R, G, B, R2, G2, B2) float R, G, B, *R2, *G2, *B2; { /* * remap8 maps floating (R,G,B