代码搜索:Fast

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

代码结果 10,000
www.eeworm.com/read/307266/3726156

txt ake.txt

The files AKEn.CPP implement variations of the ake protocol descibed in http://eprint.iacr.org/2002/164/ This authenticated key exchange algorithm is used as a test-bed for testing fast imple
www.eeworm.com/read/307266/3726189

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/307266/3726508

txt ake.txt

The files AKEn.CPP implement variations of the ake protocol descibed in http://eprint.iacr.org/2002/164/ This authenticated key exchange algorithm is used as a test-bed for testing fast imple
www.eeworm.com/read/307266/3726541

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/303618/3809822

e024dba0348f001c1434da84a0d5bab7

/* * "Hello World" example. * * This example prints 'Hello from Nios II' to the STDOUT stream. It runs on * the Nios II 'standard', 'full_featured', 'fast', and 'low_cost' example * designs.
www.eeworm.com/read/303435/3811561

all headers.all

Mains: In CWPROOT/src/cwp/main: * CTRLSTRIP - Strip non-graphic characters * DOWNFORT - change Fortran programs to lower case, preserving strings * FCAT - fast cat with 1 read per file * ISATTY -
www.eeworm.com/read/299060/3856370

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/291979/3961246

hhf utsname.hhf

#if( !@defined( utsname_hhf )) ?utsname_hhf := true; namespace linux; @fast; type utsname: record sysname :char[65]; nodename :char[65]; release :char[65]; version :char[65]; machine
www.eeworm.com/read/291979/3961268

hhf poll.hhf

#if( !@defined( poll_hhf )) ?poll_hhf := true; namespace linux; @fast; type pollfd: record fd :dword; events :word; revents :word; endrecord; end linux; #endif //poll_hhf
www.eeworm.com/read/291979/3961274

hhf cset.hhf

#if( ! @defined( cset_hhf )) ?cset_hhf := true; namespace cs; @fast; procedure isEmpty( src: cset ); @returns( "al" ); @external( "CSET_ISEMPTY" ); procedure member( c:char; theSet:cset )