代码搜索:Benchmark
找到约 3,891 项符合「Benchmark」的源代码
代码结果 3,891
www.eeworm.com/read/162614/5540381
cc string_cons_input_iterator.cc
// Copyright (C) 2004 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can redistribute it and/or modify it under the
// terms
www.eeworm.com/read/135470/13927361
txt readme.txt
ICALAB for Signal Processing - BENCHMARKS August 15, 2002
The directory Benchmarks contains typical signals and images
for testing and comparison of various algorithms for
ICA, BSE
www.eeworm.com/read/102720/15761396
1 dhryston.1
.TH DHRYSTONE 1
.SH NAME
dhrystone \- integer benchmark
.SH SYNOPSIS
\fBdhrystone\fR
.br
.de FL
.TP
\\fB\\$1\\fR
\\$2
..
.de EX
.TP 20
\\fB\\$1\\fR
# \\$2
..
.SH EXAMPLES
.EX "dhrystone" "Run the dhry
www.eeworm.com/read/102720/15761835
1 dhryston.1
DHRYSTONE(1) Minix Programmer's Manual DHRYSTONE(1)
NAME
dhrystone - integer benchmark
SYNOPSIS
dhrystone
EXAMPLES
dhrystone # R
www.eeworm.com/read/190618/8440280
c sieve.c
/*************************************************************
* File: examples/sieve.c
* Purpose: The Standard Sieve benchmark
* Author: unknown
*/
#ifndef LOOPS
#define LOOPS 10
#endif
#define
www.eeworm.com/read/378186/9243045
xrun
#!/bin/sh
#
# Execute script for programs of the EuroBen Efficiency Benchmark.
#
LOGDIR=Log.`hostname`
LOGFILE=${LOGDIR}/$1.log
PROG=$1/x.$1
if test ! -d ${LOGDIR}
then
mkdir ${LOGDIR}
fi
exec 1>>
www.eeworm.com/read/175082/9560944
m loadiris.m
function [iris,irisc] = loadiris();
% LOADIRIS : loads the cluster IRIS benchmark data
% [iris,irisc] = loadiris()
% iris - a 4*150 matrix containing the 150 samples
% irisc - a 1*150 category vector
www.eeworm.com/read/175082/9560946
m loadtest.m
function [test,testc] = loadiris();
% LOADIRIS : loads the cluster IRIS benchmark data
% [test,testc] = loadiris()
% test - a 2*20 matrix containing the 150 samples
% testc - a 1*20 category vector c
www.eeworm.com/read/167735/9953620
m loadiris.m
function [iris,irisc] = loadiris();
% LOADIRIS : loads the cluster IRIS benchmark data
% [iris,irisc] = loadiris()
% iris - a 4*150 matrix containing the 150 samples
% irisc - a 1*150 category vector
www.eeworm.com/read/167735/9953624
m loadtest.m
function [test,testc] = loadiris();
% LOADIRIS : loads the cluster IRIS benchmark data
% [test,testc] = loadiris()
% test - a 2*20 matrix containing the 150 samples
% testc - a 1*20 category vector c