代码搜索:Fast

找到约 10,000 项符合「Fast」的源代码

代码结果 10,000
www.eeworm.com/read/130553/14186964

h xfile.h

/* ** xfile.h -- definitions for fast line buffered files */ #ifndef __XFILE_H__ #define __XFILE_H__ struct _xfile { int fd; int bufSize; char *buf; char *nextChar;
www.eeworm.com/read/130197/14203939

readme

Directory ../Utilities Contents colSum.m Sums the columns of matrices. diagProduct.m Fast way to get the diagonal of the product of two matrices. dupCol.m Creates a matrix
www.eeworm.com/read/129847/14222531

s inffast.s

/* * inffast.S is a hand tuned assembler version of: * * inffast.c -- fast decoding * Copyright (C) 1995-2003 Mark Adler * For conditions of distribution and use, see copyright notice in zli
www.eeworm.com/read/228533/14380251

c aapolysc.c

/* Fast Anti-Aliasing Polygon Scan Conversion by Jack Morrison from "Graphics Gems", Academic Press, 1990 user provides screenX(), vLerp(), and renderPixel() routines. */ /* * Anti-aliased polygon
www.eeworm.com/read/124625/14556649

c inffast.c

/* inffast.c -- process literals and length/distance pairs fast * Copyright (C) 1995-1998 Mark Adler * For conditions of distribution and use, see copyright notice in zlib.h */ #include "..\