代码搜索:Fast
找到约 10,000 项符合「Fast」的源代码
代码结果 10,000
www.eeworm.com/read/207991/4999279
mal fastcrack_oneordered.mal
# The first reference case for fast cracking
include microbenchmark;
include crackers;
tuples:=1048576;
values:= tuples;
io.printf(" tuples %d\n",tuples);
io.printf(" values %d\n",values);
b:= micr
www.eeworm.com/read/207991/4999293
mal fastcrack_two_00.mal
# The first reference case for fast cracking
include microbenchmark;
include crackers;
tuples:=1048576;
values:= tuples;
io.printf(" tuples %d\n",tuples);
io.printf(" values %d\n",values);
b:= micr
www.eeworm.com/read/207991/4999295
mal fastcrack_copy.mal
# The first reference case for fast cracking
include microbenchmark;
tuples:=1048576;
values:= tuples;
io.printf(" tuples %d\n",tuples);
io.printf(" values %d\n",values);
b:= microbenchmark.uniform
www.eeworm.com/read/207991/4999296
mal fastcrack_one_00.mal
# The first reference case for fast cracking
include microbenchmark;
include crackers;
tuples:=1048576;
values:= tuples;
io.printf(" tuples %d\n",tuples);
io.printf(" values %d\n",values);
b:= micr
www.eeworm.com/read/207991/4999297
mal fastcrack_three_00.mal
# The first reference case for fast cracking
include microbenchmark;
include crackers;
tuples:=1048576;
values:= tuples;
io.printf(" tuples %d\n",tuples);
io.printf(" values %d\n",values);
b:= micr
www.eeworm.com/read/207991/4999302
mal fastcrack_scan.mal
# The first reference case for fast cracking
include microbenchmark;
tuples:=1048576;
values:= tuples;
io.printf(" tuples %d\n",tuples);
io.printf(" values %d\n",values);
b:= microbenchmark.uniform
www.eeworm.com/read/207991/4999309
mal fastcrack_sel_low_hgh.mal
# The first reference case for fast cracking
include microbenchmark;
tuples:=1048576;
values:= tuples;
io.printf(" tuples %d\n",tuples);
io.printf(" values %d\n",values);
b:= microbenchmark.uniform
www.eeworm.com/read/206209/5009295
c inffas86.c
/* inffas86.c is a hand tuned assembler version of
*
* inffast.c -- fast decoding
* Copyright (C) 1995-2003 Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
*
www.eeworm.com/read/205824/5019128
h recmutex.h
#ifndef _ROSRTL_RECMUTEX_H
#define _ROSRTL_RECMUTEX_H
typedef struct _RECURSIVE_MUTEX {
/* Lock. */
FAST_MUTEX Mutex;
/* Number of times this object was locked */
SIZE_T LockCo
www.eeworm.com/read/202518/5050747
hpp event.hpp
/*
(c) Sergey Ryazanov (http://home.onego.ru/~ryazanov)
Fast delegate compatible with C++ Standard.
*/
#ifndef SRUTIL_EVENT_INCLUDED
#define SRUTIL_EVENT_INCLUDED
namespace srutil
{
tem