代码搜索:bench
找到约 3,833 项符合「bench」的源代码
代码结果 3,833
www.eeworm.com/read/458164/7303042
dat bench.dat
www.eeworm.com/read/450851/7475699
vcd bench.vcd
www.eeworm.com/read/450639/7479655
c bench.c
#define BENCHMARK 200
#include
#include
#include
#include
#include "idea.h"
void main()
{
DWORD start, t;
double e;
int i;
unsigned sho
www.eeworm.com/read/450639/7479669
png bench.png
www.eeworm.com/read/450639/7479855
c bench.c
/*
Benchmark dialogue
*/
#include "netfone.h"
#define BenchInterval 3000L // Benchmark interval in milliseconds
#define BenchSamples (8000L * (BenchInterval / 1000)) // Samples per in
www.eeworm.com/read/446236/7583432
h bench.h
#ifndef BENCH_H
#define BENCH_H
#include "cryptlib.h"
void BenchMarkAll(float t=1.0);
#endif
www.eeworm.com/read/446236/7583580
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/260759/7592051
h bench.h
#ifndef _bench_h_
#define _bench_h
//Applikationsklasse
class CBenchApp
{
public:
long DoMem(long wiederhole, int numthreads);
long DoDisk(char drive,long wiederhole,long &lmax,long &lmit
www.eeworm.com/read/260759/7592059
cpp bench.cpp
#include
#include "bench.h"
#include
#include
double intMess;
HANDLE hThread;
bool nonstop=false;
long WINAPI DoInt(long wiederhole)
{
long d
www.eeworm.com/read/437246/7752931
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