代码搜索:average
找到约 5,196 项符合「average」的源代码
代码结果 5,196
www.eeworm.com/read/477940/6726249
java average1.java
//average of grades for whole class with wrongly inserted marks detection
// @author mohammed teeti
//id: 1200821106
import javax.swing.JOptionPane;
import java.text.*;
public class Averag
www.eeworm.com/read/477958/6726607
vi random average.vi
www.eeworm.com/read/410585/11276203
m synchronous_average.m
function m=synchronous_average(x,T)
%
% SYNCHRONOUS_AVERAGE
% calculate the synchronous average of the signal x
% with period T
%
% USAGE
% m=synchronous_average
www.eeworm.com/read/264146/11327612
m average_precision.m
function Average_Precision=Average_precision(Outputs,test_target)
%Computing the average precision
%Outputs: the predicted outputs of the classifier, the output of the ith instance for the jth class
www.eeworm.com/read/402881/11526731
m synchronous_average.m
function m=synchronous_average(x,T)
%
% SYNCHRONOUS_AVERAGE
% calculate the synchronous average of the signal x
% with period T
%
% USAGE
% m=synchronous_average
www.eeworm.com/read/400845/11567627
vi find the average (completed).vi
www.eeworm.com/read/400845/11567695
vi running average.vi
www.eeworm.com/read/259565/11782141
m l_average.m
function wlog=l_average(wlog,varargin)
% Function computes running average over specified log curves
% The function needs equidistantly sampled data; no null values
% Written by: E. R., June 7, 2001
%