代码搜索:Fast
找到约 10,000 项符合「Fast」的源代码
代码结果 10,000
www.eeworm.com/read/100663/15867832
inf hpna_2k.inf
; HPNA_2K.inf
;
; Installation file (.inf) for the HomePNA USB To Fast Ethernet Adapter device.
;
; (c) Copyright 2002 admtek
;
[Version]
Signature="$CHICAGO$"
Class=Net
Provider=%ADMtek%
www.eeworm.com/read/100612/15868833
h ebrick2.h
/*
* MIRACL C++ Header file ebrick2.h
*
* AUTHOR : M. Scott
*
* PURPOSE : Definition of class EBrick2
* Brickell et al's method for fast exponentiation with
www.eeworm.com/read/100612/15868909
c mrebrick.c
/*
* Module to implement Brickell et al's method for fast
* computation of x*G mod n, for fixed G and n, using precomputation.
*
* Elliptic curve version of mrbrick.c
*
* This ide
www.eeworm.com/read/100612/15868934
cpp modpol.cpp
//
// Program to generate Modular Polynomials mod p, as required for fast
// implementations of the Schoof-Elkies-Atkins algorithm
// for counting points on an elliptic curve Y^2=X^3 + A.X + B mod
www.eeworm.com/read/100135/15883068
c sym.c
/*
* Simple symbol table manager using coalesced chaining to resolve collisions
*
* Doubly-linked lists are used for fast removal of entries.
*
* 'sym.h' must have a definition for typedef "Sym".
www.eeworm.com/read/291779/8396441
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/290548/8477085
c futex.c
/*
* Fast Userspace Mutexes (which I call "Futexes!").
* (C) Rusty Russell, IBM 2002
*
* Generalized futexes, futex requeueing, misc fixes by Ingo Molnar
* (C) Copyright 2003 Red Hat Inc, All
www.eeworm.com/read/188651/8521248
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/388876/8568464
in fann.spec.in
Summary: A fast artificial neural network library.
Name: @PACKAGE@
Version: @VERSION@
Release: 1
License: LGPL
Group: Development/Libraries
URL: http://fann.sf.net/
Sourc