代码搜索:Benchmark
找到约 3,891 项符合「Benchmark」的源代码
代码结果 3,891
www.eeworm.com/read/363101/9967611
txt readme.txt
Use this benchmark command line utility as follows:
benchmark [-n]
The command line arguments are:
-n ... optional; if supplied, then
www.eeworm.com/read/280604/10304678
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/449790/7496349
makefile
include ../config/make.def
# Note that COMPILE is also defined in make.common and should
# be the same. We can't include make.common because it has a lot
# of other garbage.
FCOMPILE = $(F77) -c $(F
www.eeworm.com/read/441173/7675129
m simple_irreg_demo.m
% irreg_demo
%
% most simple demo of an irregularly sampled problem
%
% Author Piet M.T. Broersen, September 2008
%
% The three statements :
% ****************************************
www.eeworm.com/read/138956/13199582
c bench.c
/************ Simple benchmark program for THREAD.C ***********/
#include
#include "thread.h"
#define N 40000
void base() {}
void bench(Thread id) { for (;;) ThJump(id); }
main()
{ T
www.eeworm.com/read/152629/5672686
java xmlreporter.java
///////////////////////////////////////////////////////////////////////////////
// Copyright (c) 2001, Eric D. Friedman All Rights Reserved.
//
// This library is free software; you can redistribute i
www.eeworm.com/read/131315/5932096
c nulljob.c
/*
* Benchmark "null job" program.
*/
main(argc, argv)
char *argv[];
{
exit(0);
}
www.eeworm.com/read/131315/5932118
c countenv.c
/*
* Benchmark utility to sum up
* the total number of bytes passed
* in the environment on an exec.
*/
main(argc, argv, envp)
char *argv[], *envp[];
{
register char **p;
register int n;
n =
www.eeworm.com/read/126884/6011130
java calcml.java
package org.trinet.apps;
import org.trinet.jiggle.*;
import java.util.*;
import java.io.*;
import org.trinet.util.WaveClient;
import org.trinet.jasi.*;
import org.trinet.util.BenchMark;
imp