代码搜索:Experiments
找到约 418 项符合「Experiments」的源代码
代码结果 418
www.eeworm.com/read/344156/11906130
runvalid
#!/bin/sh
PREFIX=../src
echo ""
echo "These results represent actual drive validation experiments"
echo ""
echo "QUANTUM_QM39100TD-SW (rms should be about 0.378)"
${PREFIX}/disksim atlas_III.parv a
www.eeworm.com/read/290325/8489878
readme
TU-TESTBED README
Thatcher Ulrich http://tulrich.com
The tu-testbed is a collection of my game engine experiments. At some
times it may resemble an engine with demo programs; at oth
www.eeworm.com/read/417741/10977096
java experiment.java
package ir.eval;
import java.io.*;
import java.util.*;
import java.lang.*;
import ir.utilities.*;
import ir.vsr.*;
/**
* Contains methods for running evaluation experiments for information
* retri
www.eeworm.com/read/451308/7467555
java experiment.java
package ir.eval;
import java.io.*;
import java.util.*;
import java.lang.*;
import ir.utilities.*;
import ir.vsr.*;
/**
* Contains methods for running evaluation experiments for information
* retri
www.eeworm.com/read/449369/7507998
in expt.pl.in
#! @PERL@ -w
# @configure_input@
#
# expt.pl
# Run experiments.
# Different but similar to lkdoit. Alas...
#
use FileHandle;
require GB_flip;# random number generator.
@variations = (".deg",".no_
www.eeworm.com/read/361884/2942716
readme
TU-TESTBED README
Thatcher Ulrich http://tulrich.com
The tu-testbed is a collection of my game engine experiments. At some
times it may resemble an engine with demo programs; at oth
www.eeworm.com/read/475633/6775061
readme
TU-TESTBED README
Thatcher Ulrich http://tulrich.com
The tu-testbed is a collection of my game engine experiments. At some
times it may resemble an engine with demo programs; at oth
www.eeworm.com/read/441825/7664325
m convert_data_to_ranking_format.m
function [data]=convert_data_to_ranking_format(X,y,graph_type)
% Converts the data to a format suitable for my ranking experiments.
%
%% Input
%
% * X ... d x N matrix, each column is one input.
% * y
www.eeworm.com/read/441824/7664345
m convert_data_to_ranking_format.m
function [data]=convert_data_to_ranking_format(X,y,graph_type)
% Converts the data to a format suitable for my ranking experiments.
%
%% Input
%
% * X ... d x N matrix, each column is one input.
% * y
www.eeworm.com/read/256099/12028909
m q916_qfunction.m
y=input('Enter y, argument of Q function >');
M=input('Enter M, argument of experiments >');
N=input('Enter N, argument of trials >');
u=(pi/2)*rand(N,M); %Generate random numbers
uu=(1/pi).*ex