代码搜索:bench

找到约 3,833 项符合「bench」的源代码

代码结果 3,833
www.eeworm.com/read/176099/9516754

v bench.v

module bench (clock, reset); input clock; input reset; wire [7:0] test_signal_fm; wire [7:0] test_signal_fmtri; wire [11:0] output_fm; fm myfm ( .clk(clock), .reset(reset),
www.eeworm.com/read/175643/9538512

h bench.h

#ifndef BENCH_H #define BENCH_H #include "cryptlib.h" void BenchMarkAll(float t=1.0); #endif
www.eeworm.com/read/175643/9538616

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/371177/9563435

h bench.h

#ifndef BENCH_H #define BENCH_H #include "cryptlib.h" void BenchMarkAll(float t=1.0); #endif
www.eeworm.com/read/371177/9563566

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/362900/9977044

cpp bench.cpp

/* Copyright (C) 2005-2008 Massachusetts Institute of Technology % % This program is free software; you can redistribute it and/or modify % it under the terms of the GNU General Public License as
www.eeworm.com/read/362791/9980719

h bench.h

#ifndef BENCH_H #define BENCH_H #include "cryptlib.h" void BenchMarkAll(float t=1.0); #endif
www.eeworm.com/read/362791/9980801

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/360615/10084692

h bench.h

#ifndef CRYPTOPP_BENCH_H #define CRYPTOPP_BENCH_H #include "cryptlib.h" extern const double CLOCK_TICKS_PER_SECOND; void BenchmarkAll(double t, double hertz); void BenchmarkAll2(double t, d
www.eeworm.com/read/360615/10084893

cpp bench.cpp

// bench.cpp - written and placed in the public domain by Wei Dai #define _CRT_SECURE_NO_DEPRECATE #include "bench.h" #include "crc.h" #include "adler32.h" #include "idea.h" #include "des.h"