代码搜索:average
找到约 5,196 项符合「average」的源代码
代码结果 5,196
www.eeworm.com/read/274610/4184957
h sqlrdefines.h
// Copyright (c) 1999-2001 David Muse
// See the COPYING file for more information.
#define MAXVAR 256
#ifndef MAXPATHLEN
#define MAXPATHLEN 256
#endif
// we're optimistic that the average query
www.eeworm.com/read/442656/1755137
txt m5stats.txt
---------- Begin Simulation Statistics ----------
cpu0.dcache.avg_blocked_cycles_no_mshrs # average number of cycles each access was blocked
cpu0.dcache.avg_blocke
www.eeworm.com/read/402787/2317951
cpp ex5_05.cpp
// Ex5_05.cpp
// Handling an array in a function as a pointer
#include
using std::cout;
using std::endl;
double average(double* array, int count); //Function prototype
int ma
www.eeworm.com/read/402787/2317952
cpp ex5_04.cpp
// Ex5_04.cpp
// Passing an array to a function
#include
using std::cout;
using std::endl;
double average(double array[], int count); //Function prototype
int main(void)
{
www.eeworm.com/read/257015/4366763
m fpe.m
function [FPE,deff,varest,H] = fpe(NetDef,W1,W2,PHI,Y,trparms)
%
% FPE
% ---
% This function calculates Akaike's final prediction error
% estimate of the average generaliz
www.eeworm.com/read/194440/8194287
m avgcvp.m
function [cvpavg,cvpstd,cvpfold]=avgcvp(cvpi,cvpj,nshots)
% Calculation of the average cross over points for each shot
% The left side cross over point (cvpi) and the rigth side cross over point
% (cv
www.eeworm.com/read/173140/9670802
m huffman.m
function [h,l]=huffman(p);
%HUFFMAN Huffman code generator.
% [h,l]=huffman(p), Huffman code generator
% returns h the Huffman code matrix, and l the
% average codeword length for a sourc
www.eeworm.com/read/415537/11063878
txt free hosting for warez.txt
FREE Hosting For WAREZ
Tutorial: Free Hosting For Warez (how to do it...)
By: darkraven (aka bobbasic)
Level: Average (takes time)
Place to stick your warez and how to do it.
if you have a f
www.eeworm.com/read/415313/11076781
m computerandap.m
% ComputeRandAP: calculate the random baseline w.r.t. average precision
%
% Parameters:
% Y_test: array of true labels
% class_set: set of all possible labels
function AvgPrec = ComputeRandAP(
www.eeworm.com/read/268231/11148955
m huffman.m
function [h,l]=huffman(p);
%HUFFMAN Huffman code generator.
% [h,l]=huffman(p), Huffman code generator
% returns h the Huffman code matrix, and l the
% average codeword length for a sourc