代码搜索:Fast
找到约 10,000 项符合「Fast」的源代码
代码结果 10,000
www.eeworm.com/read/494289/6381773
cpp ebrick2.cpp
/*
* Test program to implement Comb method for fast
* computation of x.G, on the elliptic curve E(F_2^m) for fixed G and E,
* using precomputation.
* This idea can be used to substan
www.eeworm.com/read/493101/6406549
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/491047/6439570
pas fastmm4messages.pas
{
Fast Memory Manager: Messages
English translation by Pierre le Riche.
}
unit FastMM4Messages;
interface
{$Include FastMM4Options.inc}
const
{The name of the debug info suppor
www.eeworm.com/read/484585/6580474
readme
This code by Richard Outerbridge implements DES with optional
double and triple encryption. I think it's pretty fast, and
it doesn't take up much memory at runtime.
Richard leaves a copyright notice
www.eeworm.com/read/481537/6642786
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