代码搜索:quick

找到约 3,674 项符合「quick」的源代码

代码结果 3,674
www.eeworm.com/read/309649/13667196

c 2dlife.c

/* +++Date last modified: 05-Jul-1997 */ /* ** A quick "life" (2-d cellular automaton) implementation done in Turbo C 2.0 ** on the spur-of-the-moment by Jonathan Guthrie 9/20/1992 and donated t
www.eeworm.com/read/309649/13667515

c dspclock.c

/* +++Date last modified: 05-Jul-1997 */ /* public domain TSR clock code. By Michelangelo Jones, 1:141/575 or // 1:1/124. Very little support available; this is a quick hack, not // an example of
www.eeworm.com/read/145991/5741206

c arcsqs.c

/* * $Header: arcsqs.c,v 1.2 88/06/01 16:31:39 hyc Locked $ */ /* ARC - Archive utility - SQUASH (C) COPYRIGHT 1985 by System Enhancement Associates; ALL RIGHTS RESERVED This is a quick hack
www.eeworm.com/read/145991/5741459

c arcsqs.c

/* * $Header: arcsqs.c,v 1.2 88/06/01 16:31:39 hyc Locked $ */ /* ARC - Archive utility - SQUASH (C) COPYRIGHT 1985 by System Enhancement Associates; ALL RIGHTS RESERVED This is a quick hack
www.eeworm.com/read/131315/5935289

c strftime.c

/* * strftime.c * * Public-domain relatively quick-and-dirty implementation of * ANSI library routine for System V Unix systems. * * It's written in old-style C for maximal portability. * Howev
www.eeworm.com/read/131315/5935907

t write.t

#!./perl # $Header: write.t,v 4.0 91/03/20 01:55:34 lwall Locked $ print "1..3\n"; format OUT = the quick brown @
www.eeworm.com/read/125819/6020870

c string.c

/* Dumb strings stub. Wanted a quick hack for now - will use the libc version later. */ char *_strcpy(char *dest, const char *source) { char *d = dest; const char *s = source; while (*d
www.eeworm.com/read/124989/6034729

readme

mkQNXnbi is a quick hack to generate tagged images from QNX boot images. To boot a QNX client with Etherboot you have to consider the following: 1. You MUST have another QNX box running in the networ
www.eeworm.com/read/124150/6054436

c qmus2mid.c

/* Quick MUS to Midi converter. (C) 1995,96 Sebastien Bacquet ( bacquet@iie.cnam.fr ) Ported to unix by Hans Peter Verne ( hpv@kjemi.uio.no ) This is free software, distributed un
www.eeworm.com/read/124109/6055767

c string.c

/* Dumb strings stub. Wanted a quick hack for now - will use the libc version later. */ char *_strcpy(char *dest, const char *source) { char *d = dest; const char *s = source; while (*d