代码搜索:Bench
找到约 3,833 项符合「Bench」的源代码
代码结果 3,833
www.eeworm.com/read/286166/8785297
h bench.h
#ifndef BENCH_H
#define BENCH_H
#include "cryptlib.h"
void BenchMarkAll(float t=1.0);
#endif
www.eeworm.com/read/286166/8785464
cpp bench.cpp
// bench.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
#include "md2.h"
#include "md5.h"
#include "md5mac.h"
#include "hmac.h"
#include "xormac.h"
#include "sha.
www.eeworm.com/read/383392/8950663
vhd bench.vhd
-- "bench.vhd"
--
-- Copyright (C) 1998 Ernesto Romani (romani@ascu.unian.it)
--
-- This program is free software; you can redistribute it and/or modify
-- it under the terms of the GNU General
www.eeworm.com/read/283128/9041521
h bench.h
#ifndef BENCH_H
#define BENCH_H
#include "cryptlib.h"
void BenchMarkAll(float t=1.0);
#endif
www.eeworm.com/read/283128/9041621
cpp bench.cpp
// bench.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
#include "md2.h"
#include "md5.h"
#include "md5mac.h"
#include "hmac.h"
#include "xormac.h"
#include "sha.
www.eeworm.com/read/185213/9050157
bas bench.bas
rem
begtime= time
rem def int i, j
for i= 1 to 250000
for j= 1 to 10
rem
next j
next i
endtime= time - begtime
print endtime
end
www.eeworm.com/read/378247/9239515
readme-bench
This directory contains a benchmarking and testing program
for fftw3.
The `bench' program has a zillion options, because we use it for
benchmarking other FFT libraries as well. This file only do
www.eeworm.com/read/378247/9239538
exe bench.exe
www.eeworm.com/read/176099/9516662
vhdl bench.vhdl
-- $Id: bench.vhdl,v 1.1.1.1 2005/01/04 02:05:56 arif_endro Exp $
-------------------------------------------------------------------------------
-- Title : Test Bench
-- Project : FM Receiv
www.eeworm.com/read/176099/9516753
vhdl bench.vhdl
-- $Id: bench.vhdl,v 1.1.1.1 2005/01/04 02:06:01 arif_endro Exp $
-- **************************************************************
-- Arif E. Nugroho
-- **********************************************