代码搜索:Fast
找到约 10,000 项符合「Fast」的源代码
代码结果 10,000
www.eeworm.com/read/273525/4207916
ado bsample_7.ado
*! version 1.2.4 30sep2004
program define bsample_7
version 6, missing
if `"`0'"'=="" { /* fast method for resample of size _N */
quietly {
tempvar r w
gen double `r' = int(uniform()*
www.eeworm.com/read/443386/1740749
c pg-dma.c
/*
* arch/sh/mm/pg-dma.c
*
* Fast clear_page()/copy_page() implementation using the SH DMAC
*
* Copyright (C) 2003 Paul Mundt
*
* This file is subject to the terms and conditions of the GNU Ge
www.eeworm.com/read/442179/1764916
xtp httpd.xtp
Resin provides a fast standalone web server.
In our benchmarks, it serves static pages faster than Apache!
For many sites, the stan
www.eeworm.com/read/439082/1818821
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 "zutil.h"
www.eeworm.com/read/434858/1868459
m set_fwdback.m
function engine = set_fwdback(engine, fb)
% SET_FWDBACK Set the field 'fwdback', which contains the frontiers after propagation
% engine = set_fwdback(engine, fb)
%
% This is used by frontier_fast_inf
www.eeworm.com/read/432906/1888611
h hash.h
#ifndef _LINUX_HASH_H
#define _LINUX_HASH_H
/* Fast hashing routine for a long.
(C) 2002 William Lee Irwin III, IBM */
/*
* Knuth recommends primes in approximately golden ratio to the maximum
*
www.eeworm.com/read/430518/1927752
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 "zutil.h"
www.eeworm.com/read/426359/1991627
txt history.txt
0.3.1.0 : 2007-01-13 : Internal build
0.3.4.0 : 2007-01-14 : First public build
0.3.5.0 : 2007-01-19 : Added class FastBWBmp for fast 1 bit/pixel BMP file
www.eeworm.com/read/422060/2045416
phpt 001.phpt
--TEST--
pspell basic tests (warning: may fail with pspell/aspell < GNU Aspell 0.50.3)
--SKIPIF--
www.eeworm.com/read/421815/2047499
c inffas86.c
/* inffas86.c 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 zlib.h
*