代码搜索:average

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

代码结果 5,196
www.eeworm.com/read/224416/14594305

cpp link.cpp

#include "stdafx.h" #include "manager.h" #include #include int k;//用来标记有多少个链表在添加链表排序中有用。 char str[]=" sum average ID name "; //显示学生的链表 //参数:头指针,科目数目,科目内容。 void Disp
www.eeworm.com/read/396844/2407746

m som_cldist.m

function Cd = som_cldist(D,clinds1,clinds2,cldist,q,mask) % SOM_CLDIST Distances between two clusters. % % Cd = som_cldist(Md,c1,c2,'single') % Cd = som_cldist(Md,c1,c2,'average') % Cd = som_c
www.eeworm.com/read/294611/8216532

m som_cldist.m

function Cd = som_cldist(D,clinds1,clinds2,cldist,q,mask) % SOM_CLDIST Distances between two clusters. % % Cd = som_cldist(Md,c1,c2,'single') % Cd = som_cldist(Md,c1,c2,'average') % Cd = som_c
www.eeworm.com/read/367875/9724817

m som_cldist.m

function Cd = som_cldist(D,clinds1,clinds2,cldist,q,mask) % SOM_CLDIST Distances between two clusters. % % Cd = som_cldist(Md,c1,c2,'single') % Cd = som_cldist(Md,c1,c2,'average') % Cd = som_c
www.eeworm.com/read/235928/14041390

m som_cldist.m

function Cd = som_cldist(D,clinds1,clinds2,cldist,q,mask) % SOM_CLDIST Distances between two clusters. % % Cd = som_cldist(Md,c1,c2,'single') % Cd = som_cldist(Md,c1,c2,'average') % Cd = som_c
www.eeworm.com/read/421164/10752177

cpp a.cpp

#include #include void main() { float sum,v,x,A,a[100],b[100],c[100][100]; float b0,b1,b2,b3,b4 ,y,dx,dy; float v1 ,xbzc,average ,bzc,sjwc; float sumx,sumdx,sumy,sum
www.eeworm.com/read/443410/7633410

m src_gen.m

function src_rly=src_gen(K,L) src_rly=zeros(1,K); %src_rly(2:K)=rand(1,K-1)
www.eeworm.com/read/331400/12830186

m sep_8_4_rayleigh.m

% function pf=(r,snr_db) Average SEP for 8*4 QAM in slow Rayleigh fading % for different ratios r=dq/di clear all;close all;clc; MI=8; MQ=4; M1=1-1/MI; M2=1-1/MQ; % σ^2=1/2;σn^2=1;ai=di/σn;aq=d
www.eeworm.com/read/220554/14796719

txt inverse3d.txt

#!/bin/sh rm -f 3d.log touch 3d.log #how many iterations: ITER="0 1 2 3 4 5 6 7 8 9 10 #11 12 13 14 15 16 17 18 19 20" #offset average OA=OA1 echo Attention, on efface tout ca: $ITER echo "10 second
www.eeworm.com/read/16987/706124

cpp 例3.cpp

#include #define M 5 typedef struct{ int x,y; float average; }Num; void main() { Num n[M]={{3,9},{7,4},{-3,18},{45,-32},{12,8}},t,*p; int i,j,k; for(p=n,i=0;i