代码搜索:Fast

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

代码结果 10,000
www.eeworm.com/read/281519/4116251

c inffast.c

/* inffast.c -- fast decoding * Copyright (C) 1995-2004 Mark Adler * For conditions of distribution and use, see copyright notice in zlib.h */ #include "zutil.h" #include "inftrees.h" #incl
www.eeworm.com/read/279968/4130464

tex necv70.tex

@node machine,,syscalls,Top @chapter NEC V70 Specific Functions The NEC V70 has machine instructions for fast IEEE floating-point arithmetic, including operations normally provided by the library.
www.eeworm.com/read/278859/4141159

sql sqlserver_taskvision_drop_db.sql

USE [master] DECLARE @spid smallint DECLARE @sql varchar(4000) DECLARE crsr CURSOR FAST_FORWARD FOR SELECT spid FROM sysprocesses p INNER JOIN sysdatabases d ON d.[name] = 'TaskVision' AND p.
www.eeworm.com/read/273665/4200341

c shared_mmap.c

/* this tests whether we can use a shared writeable mmap on a file - as needed for the mmap varient of FAST_SHARE_MODES */ #if defined(HAVE_UNISTD_H) #include #endif #include
www.eeworm.com/read/271875/4221702

h oid_stash.h

#ifndef OID_STASH_H #define OID_STASH_H /* * designed to store/retrieve information associated with a given oid. * Storage is done in an efficient tree manner for fast lookups. */ #define OID_STA
www.eeworm.com/read/442179/1764868

xtp cse-apache-unix.xtp

Resin provides a fast servlet runner for Apache, allowing Apache to run servlets and JSP files. The servlet runner needs Apache 1.3.x and DS
www.eeworm.com/read/442179/1764965

xtp cse-oreilly-website.xtp

Resin provides a fast servlet runner for O'Reilly WebSite Pro
www.eeworm.com/read/439864/1804005

am makefile.am

## Process this file with automake to produce Makefile.in # # src/http-server/Makefile.am # # Small and fast minimal webserver. # # Copyright (C) 2000 Raimund Jacob # Copyright (C) 20
www.eeworm.com/read/435707/1861577

c inffast.c

/* inffast.c -- fast decoding * Copyright (C) 1995-2004 Mark Adler * For conditions of distribution and use, see copyright notice in zlib.h */ #include "zutil.h" #include "inftrees.h" #include "in
www.eeworm.com/read/435624/1863306

c inffast.c

/* inffast.c -- fast decoding * Copyright (C) 1995-2004 Mark Adler * For conditions of distribution and use, see copyright notice in zlib.h */ #include "zutil.h" #include "inftrees.h" #incl