代码搜索:Fast

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

代码结果 10,000
www.eeworm.com/read/209211/4986469

c ether2114x.c

/* * Digital Semiconductor DECchip 2114x PCI Fast Ethernet LAN Controller. * To do: * thresholds; * ring sizing; * handle more error conditions; * tidy setup packet mess; * push initialisation
www.eeworm.com/read/209211/4986485

c ether82557.c

/* * Intel 82557 Fast Ethernet PCI Bus LAN Controller * as found on the Intel EtherExpress PRO/100B. This chip is full * of smarts, unfortunately they're not all in the right place. * To do: * th
www.eeworm.com/read/202419/5051740

h ubuffer.h

/** * * \file ubuffer.h * \brief fast/static buffer management * \author Created by Ricky, 2003.6.10 * */ #ifndef ___UBUFFER_H___ #define ___UBUFFER_H___ #ifdef __cplusplus extern "C"{ #endif
www.eeworm.com/read/199528/5076147

java fastdisjointset.java

package edu.stanford.nlp.util; import java.util.*; /** * Fast Disjoint Set * * Disjoint forest with path compression and union-by-rank. The set * is unmodifiable except by unions. * * @au
www.eeworm.com/read/198501/5086919

c malloc.c

/* * malloc.c --- a general purpose kernel memory allocator for Linux. * * Written by Theodore Ts'o (tytso@mit.edu), 11/29/91 * * This routine is written to be as fast as possible, so that it *
www.eeworm.com/read/188906/5205344

yml database.yml

# MySQL (default setup). Versions 4.1 and 5.0 are recommended. # # Get the fast C bindings: # gem install mysql # (on OS X: gem install mysql -- --include=/usr/local/lib) # And be sure to us
www.eeworm.com/read/188906/5205793

yml database.yml

# MySQL (default setup). Versions 4.1 and 5.0 are recommended. # # Get the fast C bindings: # gem install mysql # (on OS X: gem install mysql -- --include=/usr/local/lib) # And be sure to us
www.eeworm.com/read/174524/5361346

c int_fft.c

/* fix_fft.c - Fixed-point Fast Fourier Transform */ /* fix_fft() perform FFT or inverse FFT window() applies a Hanning window to the (time) input fix_lo
www.eeworm.com/read/168853/5429589

fr3 dd.fr3

www.eeworm.com/read/163821/5509088

readme

This is a fast malloc implementation that I wrote several years ago. I later used it as the basis of GNU malloc. My version differs from the GNU version in that it does not support debugging hooks, a