代码搜索:quick

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

代码结果 3,674
www.eeworm.com/read/455463/1614480

m plotseis.m

function fact=plotseis(smat,t,x,vaflag,fact,flipy,kolor,hax) % fact=plotseis(smat,t,x,vaflag,fact,flipy,kolor,hax) % % PLOTSEIS does a quick plot of a seismic matrix in a figure window (made % by plo
www.eeworm.com/read/247605/4480127

h soundtest.h

/* vi:set ts=8 sw=8: * * soundtest.h: A quick program to test the sound device API. * * Leo L. Schwab 2003.07.08 */ #ifndef __OASOUNDTEST_H #define __OASOUNDTEST_H #ifndef __OPAPPVI
www.eeworm.com/read/240162/4589310

c 20000922-1.c

extern void doit(int); void quick_doit(int x) { #ifdef __OPTIMIZE__ if (__builtin_constant_p (x) && x != 0) asm volatile ("%0" : : "i#*X"(x)); else #endif doit(x); }
www.eeworm.com/read/235121/4654076

c bmpdemo.c

/* * A quick program demonstrating creating and drawing a bitmap. * * Copyright (c) 2002 Alex Holden. */ #include #include #include #define TUX #ifdef TUX #d
www.eeworm.com/read/234101/4662712

c bmpdemo.c

/* * A quick program demonstrating creating and drawing a bitmap. * * Copyright (c) 2002 Alex Holden. */ #include #include #include #define TUX #ifdef TUX #d
www.eeworm.com/read/233448/4683365

c 20000922-1.c

extern void doit(int); void quick_doit(int x) { #ifdef __OPTIMIZE__ if (__builtin_constant_p (x) && x != 0) asm volatile ("%0" : : "i#*X"(x)); else #endif doit(x); }
www.eeworm.com/read/216502/4890650

7 hier.7

.TH HIER 7 .SH NAME hier \- file system hierarchy .SH DESCRIPTION The following outline gives a quick tour through a representative directory hierarchy. .na .nh .IP / root .PD 0 .IP /dev/ devices (4)
www.eeworm.com/read/190666/5179133

c 20000922-1.c

extern void doit(int); void quick_doit(int x) { #ifdef __OPTIMIZE__ if (__builtin_constant_p (x) && x != 0) asm volatile ("%0" : : "i#*X"(x)); else #endif doit(x); }
www.eeworm.com/read/187332/5224651

c kill.c

/* * * $Id: kill.c,v 1.4 2004/08/24 08:58:29 janakj Exp $ * * in this file, we implement the ability to send a kill signal to * a child after some time; its a quick ugly hack, for example kill *
www.eeworm.com/read/184688/5247119

c bmpdemo.c

/* * A quick program demonstrating creating and drawing a bitmap. * * Copyright (c) 2002 Alex Holden. */ #include #include #include #define TUX #ifdef TUX #d