代码搜索:average
找到约 5,196 项符合「average」的源代码
代码结果 5,196
www.eeworm.com/read/242201/13088802
c averagevalue.c
// ****************************************************************
// Description: Library function to determine the
// average value of a integer array. Note this code stresses
// simplicity o
www.eeworm.com/read/241840/13112528
c averagevalue.c
// ****************************************************************
// Description: Library function to determine the
// average value of a integer array. Note this code stresses
// simplicity o
www.eeworm.com/read/241840/13113309
c averagevalue.c
// ****************************************************************
// Description: Library function to determine the
// average value of a integer array. Note this code stresses
// simplicity o
www.eeworm.com/read/137160/13342377
m klms.m
%KLMS Karhunen Loeve Mapping, followed by scaling
%
% [W,FRAC] = KLMS(A,N)
% [W,N] = KLMS(A,FRAC)
%
% INPUT
% A Dataset
% N or FRAC Number of dimensions (>= 1) or fraction o
www.eeworm.com/read/323180/13347905
txt cygwin下编译c4.5心得.txt
1.修订源代码中存在的不适合cygwin环境的bug
besttree.c 修改191行的cfree为free
st-thresh.c 修改45、46、47、48行的cfree为free
trees.c 修改514、518、523、524行的cfree为free
makerules.c 修改86、87、89、90、91、93、94、95、96、98、100、198行的
www.eeworm.com/read/319883/13440414
cpp prog20_05.cpp
// Program 20.5 Taking the average of values from a stream File: prog20_05.cpp
#include
#include // For the istream_iterator template
using std::cout;
using st
www.eeworm.com/read/319478/13450875
res rmrpp.res
REAL DATA EXAMPLE (N = 15 AND R = 3) 1
MULTI-RESPONSE PERMUTATION PROCEDURES
INP
www.eeworm.com/read/319472/13451316
c mall.c
/* mall.c -- use the Queue interface */
/* compile with queue.c */
#include
#include /* for rand() and srand() */
#include /* for time()
www.eeworm.com/read/317053/13511140
m program_03_06.m
% Program 3_6
% Illustration of Overlap-Add Method
%
% Generate the noise sequence
colordef black;
R = 64;
d = rand(R,1)-0.5;
% Generate the uncorrupted sequence and add noise
for m = 1:1:R;
www.eeworm.com/read/315699/13537976
c mall.c
/* mall.c -- use the Queue interface */
/* compile with queue.c */
#include
#include /* for rand() and srand() */
#include /* for time()