代码搜索:Fast
找到约 10,000 项符合「Fast」的源代码
代码结果 10,000
www.eeworm.com/read/279727/10398243
pas fastmm4messages.pas
{
Fast Memory Manager: Messages
Spanish translation by JRG (TheDelphiGuy@gmail.com).
Change Log:
15 Feb 2006: Updated by Marcelo Montenegro.
}
unit FastMM4Messages;
interface
{
www.eeworm.com/read/279727/10398246
pas fastmm4messages.pas
{
Fast Memory Manager: Messages
Indonesian translation by Zaenal Mutaqin.
}
unit FastMM4Messages;
interface
{$Include FastMM4Options.inc}
const
{The name of the debug info supp
www.eeworm.com/read/278099/10572586
c rg_ssort.c
/* +++Date last modified: 05-Jul-1997 */
/*
** ssort() -- Fast, small, qsort()-compatible Shell sort
**
** by Ray Gardner, public domain 5/90
*/
#include
#include "snipsor
www.eeworm.com/read/423295/10573923
txt readme.txt
A fast and simple stretch-minimizing mesh parameterization C++ code
Shin Yoshizawa (shin.yoshizawa@mpi-sb.mpg.de)
************************
This C++ codes are developed by Shin Yoshizawa at the MPII
www.eeworm.com/read/159920/10589741
h xfile.h
/*
** xfile.h -- definitions for fast line buffered files
*/
#ifndef __XFILE_H__
#define __XFILE_H__
struct _xfile {
int fd;
int bufSize;
char *buf;
char *nextChar;
www.eeworm.com/read/159625/10632433
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
*
www.eeworm.com/read/420885/10769416
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/349903/10785293
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/349903/10785560
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/349903/10785658
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