代码搜索:Fast
找到约 10,000 项符合「Fast」的源代码
代码结果 10,000
www.eeworm.com/read/299653/7841057
c inffast.c
/* inffast.c -- process literals and length/distance pairs fast
* Copyright (C) 1995-2002 Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
*/
#include "zut
www.eeworm.com/read/434275/7878374
makefile
#
# makefile for vdm.
#
# fec.S.980624a is an optimized version for use on 486 and old pentium
# machines. It is only for GF_BITS=8 and generally does not work
# fast on systems with multiple instruct
www.eeworm.com/read/199159/7881649
dpr disqlite3_bind_params_names.dpr
{ DISQLite3 example project showing how to prepare an SQL statement and execute
it multiple times to achieve very fast inserts.
Visit the DISQLite3 Internet site for latest information and upd
www.eeworm.com/read/199159/7881712
dpr disqlite3_bind_params.dpr
{ DISQLite3 example project showing how to prepare an SQL statement and execute
it multiple times to achieve very fast inserts.
Visit the DISQLite3 Internet site for latest information and upd
www.eeworm.com/read/396741/8092089
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
* can be
www.eeworm.com/read/246742/12706466
c inffast.c
/* inffast.c -- process literals and length/distance pairs fast
* Copyright (C) 1995-1996 Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
*/
#include "zut
www.eeworm.com/read/246629/12716833
txt @psc_readme_1120_7.txt
Title: Viking Compiler
Description: Viking Compiler is a real programming language for DOS and Windows running on x86 processors. It's fast and flexible and may be ran from commandline or with GUI. E
www.eeworm.com/read/245492/12798285
h fann_extensions.h
#ifndef FANN_EXTENSIONS_H_INCLUDED
#define FANN_EXTENSIONS_H_INCLUDED
/**
*
* @file fann_extensions.h
*
* @brief Fast Artificial Neural Network (fann) C Extensions
* Copyright (C)
www.eeworm.com/read/142490/12943174
java fastvector.java
//Container Interface
//package apriori;
import java.util.*;
import java.io.*;
/**d
* Implements a fast vector class without synchronized
* methods. Replaces java.util.Vector. (Synchronized