代码搜索:Benchmark
找到约 3,891 项符合「Benchmark」的源代码
代码结果 3,891
www.eeworm.com/read/449790/7496354
common make.common
PROGRAM = $(BINDIR)/$(BENCHMARK).$(CLASS)
FCOMPILE = $(F77) -c $(F_INC) $(FFLAGS)
CCOMPILE = $(CC) -c $(C_INC) $(CFLAGS)
# Class "U" is used internally by the setparams program to mean
# "unknown".
www.eeworm.com/read/113685/6126340
res sample.res
---------------------------------------------------------------
| Benchmark for Conjugate Gradient iteration in |
| SU(2) lattice gauge theory with Kogut-S
www.eeworm.com/read/109011/6179538
entries
/benchmark.xml/1.4/Fri Mar 12 04:14:12 2004//
/intro.xml/1.8/Fri Mar 12 04:14:12 2004//
www.eeworm.com/read/410595/11275925
h bench.h
#ifndef BENCH_H
#define BENCH_H
#include "cryptlib.h"
void BenchMarkAll(long length=1024L);
float BenchMark(BlockTransformation &cipher, long length);
float BenchMark(StreamCipher &cipher, lo
www.eeworm.com/read/410595/11275966
cpp bench.cpp
#include "md5.h"
#include "shs.h"
#include "idea.h"
#include "des.h"
#include "rc4.h"
#include "rc5.h"
#include "blowfish.h"
#include "diamond.h"
#include "wake.h"
#include "blumshub.h"
#i
www.eeworm.com/read/408235/11401163
scm deriv.scm
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;; File: deriv.sc
;;; Description: The DERIV benchmark from the Gabriel tests.
;;; Author: Vaughan Pratt
www.eeworm.com/read/347629/11653123
vhd 7_shiftreg.vhd
--------------------------------------------------------------------------------
--
-- AM2901 Benchmark
--
-- Source: AMD data book
--
-- VHDL Benchmark author Indraneel Ghosh
--
www.eeworm.com/read/260514/11722605
h bench.h
#ifndef BENCH_H
#define BENCH_H
#include "cryptlib.h"
void BenchMarkAll(long length=1024L);
float BenchMark(BlockTransformation &cipher, long length);
float BenchMark(StreamCipher &cipher, lo
www.eeworm.com/read/260514/11722686
cpp bench.cpp
#include "md5.h"
#include "shs.h"
#include "idea.h"
#include "des.h"
#include "rc4.h"
#include "rc5.h"
#include "blowfish.h"
#include "diamond.h"
#include "wake.h"
#include "blumshub.h"
#i