代码搜索:average

找到约 5,196 项符合「average」的源代码

代码结果 5,196
www.eeworm.com/read/490333/1200264

csproj average2.csproj

www.eeworm.com/read/490333/1200265

cs average2.cs

// Fig. 4.9: Average2.cs // Class average with sentinel-controlled repetition. using System; namespace csphtp1.ch04.fig04_09 { /// /// Summary description for Class1. ///
www.eeworm.com/read/461848/1549576

m calc_average.m

function [ave, nvals] = calc_average(structure,field) %CALC_AVERAGE Calculate the average of values in a field. % Function CALC_AVERAGE calculates the average value % of the elements in a particul
www.eeworm.com/read/212736/4934545

c average1.c

/*************************************************************************/ /* */ /* Average results for training and test
www.eeworm.com/read/212736/4934549

c average_sd.c

/*************************************************************************/ /* */ /* Average results for training and test
www.eeworm.com/read/212736/4934557

old average.c.old

/*************************************************************************/ /* */ /* Average results for training and test
www.eeworm.com/read/212736/4934572

5 average.c.5

/*************************************************************************/ /* */ /* Average results for training and test sets */ /* ------------------------------------------ */ /*
www.eeworm.com/read/200523/5064740

py average-multi.py

#!/usr/bin/python import os,pprint,re import Gnuplot files = [[x.split('-'),[]] for x in os.listdir('output') if x.find('log')==0 and x.find('err')!=-1] #log-parameters-a0.45-r14-v0.3-n10-p2false-f
www.eeworm.com/read/200523/5064741

py average-thicklines.py

#!/usr/bin/python import os,pprint,re import Gnuplot files = [[x.split('-'),[]] for x in os.listdir('output') if x.find('log')==0 and x.find('err')!=-1] #log-parameters-a0.45-r14-v0.3-n10-p2false-f
www.eeworm.com/read/200523/5064744

py average-oldgraphs.py

#!/usr/bin/python import os,pprint,re from histopost import HistoPlot from lyxtable import lyxtable files = [[x.split('-'),[]] for x in os.listdir('output') if x.find('log')==0 and x.find('err')!=-1