代码搜索:Benchmark
找到约 3,891 项符合「Benchmark」的源代码
代码结果 3,891
www.eeworm.com/read/258249/4357723
c benchmark.c
/* Just run DES in a loop consuming CPU time; good for benchmarking
* Phil Karn
*/
#include
main()
{
char key[8],work[8];
long iter,count;
desinit(0);
printf("Enter key: ");
get8(key
www.eeworm.com/read/160611/5569247
tpl benchmark.tpl
[+ AutoGen5 template c +]
/*
** Copyright (C) 2002-2004 Erik de Castro Lopo
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of th
www.eeworm.com/read/160611/5569262
def benchmark.def
autogen definitions benchmark.tpl;
data_type = {
type_name = short ;
multiplier = "32700.0" ;
};
data_type = {
type_name = int ;
multiplier = "32700.0 * (1
www.eeworm.com/read/160611/5569269
c benchmark.c
/*
** Copyright (C) 2002-2004 Erik de Castro Lopo
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public Licen
www.eeworm.com/read/153996/5643668
java benchmark.java
package stress;
public class Benchmark
{
long m_start;
long m_stop;
public Benchmark()
{
}
public final void start()
{
m_start = System.currentTimeMillis();
www.eeworm.com/read/293953/8261058
doc benchmark.doc
www.eeworm.com/read/174450/9587150
cpp benchmark.cpp
// TestEquationsSolver.cpp: implementation of the BenchMark class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "shadow.h"
#include "Te
www.eeworm.com/read/265543/11261880
c benchmark.c
/* Just run DES in a loop consuming CPU time; good for benchmarking
* Phil Karn
*/
#include
main()
{
char key[8],work[8];
long iter,count;
desinit(0);
printf("Enter key: ");
www.eeworm.com/read/300812/13892536