代码搜索:average

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

代码结果 5,196
www.eeworm.com/read/387391/8686867

clw k_average.clw

; CLW file contains information for the MFC ClassWizard [General Info] Version=1 LastClass=CclassDlg LastTemplate=CDialog NewFileInclude1=#include "stdafx.h" NewFileInclude2=#include "K_averag
www.eeworm.com/read/383372/8951739

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/183976/9127732

con average_test.con

: 'average_test ." 06/02/2006 11:03:52" ; : 10_0 0 JUMP ; : 10_2 500 DELAY ^data_101 @@ ^In1 @@ }data_table_t1 TABLE! ^In1 @@ 1 + ^In2 @! ^In2 @@ 50 > IF 0 ^In2 @! THEN ^data_t1_total
www.eeworm.com/read/183976/9127734

cht average_test.cht

www.eeworm.com/read/183976/9127767

ccd average_test.ccd

: 10_0 0 JUMP ; : 10_2 500 DELAY ^data_101 @@ ^In1 @@ }out_table TABLE! ^data_102 @@ ^In1 @@ }table_t2 TABLE! ^In1 @@ 1 + ^In2 @! ^In2 @@ 50 > IF 0 ^In2 @! THEN ^data_t1_total @@ ^In
www.eeworm.com/read/373751/9441035

m k_average.m

function k_average %%%%%%%%%%%%% K均值聚类%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % 在command window中输出为每次迭代之后得到的聚类中心,以及最终得到的聚类中心 % 并用图来表示最后得到的聚类结果 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
www.eeworm.com/read/371832/9534732

h pay_average.h

//文件pay_average.h(显示工资平均值函数pay_average()的实现。 #include #include #include #include #include using namespace std; void pay_average() { int max
www.eeworm.com/read/365739/9849751

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/361166/10065353

m average_example.m

x=[1 4]; y=[2 6]; compute_average(x,y)