代码搜索:Difference

找到约 3,389 项符合「Difference」的源代码

代码结果 3,389
www.eeworm.com/read/250980/12372154

m distance_bhattacharyya.m

function [Bc,Bd] = distance_bhattacharyya(v, P, Q) %[Bc,Bd] = distance_bhattacharyya(v, P, Q) % % INPUTS: % v - difference between two means v = p - q % P, Q - covariance matrices % % OUTPU
www.eeworm.com/read/220289/14844003

m srcdkf.m

function [xh, Sx, pNoise, oNoise, InternalVariablesDS] = srcdkf(state, Sstate, pNoise, oNoise, obs, U1, U2, InferenceDS) % SRCDKF Square Root Central Difference Kalman Filter (Sigma-Point Kalman Fil
www.eeworm.com/read/116603/14963175

java familyvsexacttype.java

//: c12:FamilyVsExactType.java // From 'Thinking in Java, 2nd ed.' by Bruce Eckel // www.BruceEckel.com. See copyright notice in CopyRight.txt. // The difference between instanceof and class cla
www.eeworm.com/read/213240/15139955

m dd_delta_aic.m

function e = dd_delta_aic(w,x) %DD_DELTA_AIC compute the Akaike Information Criterion for MoG % % e = dd_delta_aic(w,x) % % Compute the (difference in) Akaike Information Criterion of a % trained mode
www.eeworm.com/read/213240/15140018

m createa.m

function [A,Nxi,A2] = createA(X,y,rtype,par,seed) % [A,Nxi,A2] = CREATEA(X,Y,RTYPE,PAR,SEED) % % Create the data matrix containing all pairwise difference vectors in % data matrix X (with their corres
www.eeworm.com/read/38039/1094219

mnu compfile.mnu

COMPARE#FILE Crash Crash if difference found. # Check#Blanks Check if blank spaces differ. # Extract Extract a block of lines for comparison. # Search#On Search for a later occurrence. # Curve#On Co
www.eeworm.com/read/38039/1095375

mnu qualtype.mnu

QUALITY#TYPE # Max#Distance Set maximum limit for the distance between points. # Min#Distance Set minimum limit for the distance between points. # Max#Angle Set maximum limit for the angle difference
www.eeworm.com/read/474814/1390539

g plus_minus_server.g

pm := client( "plus_minus_server" ) whenever pm->answer do { print $value.sum print $value.difference } # Create a record with a 10 element "x" field of the integers from 1 to 10, # and an 11 el
www.eeworm.com/read/470720/1446807

c parsing3.c

// Build don't link: // GROUPS passed parsing // parsing folder // From: tll@cco.caltech.edu (Tal Lewis Lancaster) // Date: 18 Mar 1993 17:09:43 GMT // Subject: Re: unexpected difference between
www.eeworm.com/read/470720/1447585

c 900212_02.c

// g++ 1.36.1 bug 900212_02 // g++ fails to flag as errors attempts to take the difference of two values // of some compatible pointer-to-member type. // Cfront 2.0 passes this test. // keywords: p