代码搜索:Compute

找到约 10,000 项符合「Compute」的源代码

代码结果 10,000
www.eeworm.com/read/489040/6481892

m compute_rigidity_tensor.m

function H = compute_rigidity_tensor(M,options) % compute_rigidity_tensor - compute the rigidity % tensorial field, which is % [(dM/dx)^2 dM/dx*dM/dy] % [dM/dx*dM/dy (dM/dy)^
www.eeworm.com/read/408292/11398109

m compute_suff_stats.m

function freq=compute_suff_stats(post,varargin) %compute suff stats for multinomial logist reg (freq of successes and total %counts) if isempty(varargin) merged_node=0; else merged_node=1; da
www.eeworm.com/read/400947/11566709

m f_compute_remain.m

function [input_mes_rt,input_mes_total_rt]=f_compute_remain(M,input_mes,input_mes_total,new_target_total,asso_mes) %计算未关联到的量测及数目 temp1=[]; temp2=linspace(0,0,M-1); for i=2:M mes_index=su
www.eeworm.com/read/152439/12113502

m compute_extrinsic_refine.m

function [omckk,Tckk,Rckk,JJ] = compute_extrinsic_refine(omc_init,Tc_init,x_kk,X_kk,fc,cc,kc,alpha_c,MaxIter,thresh_cond), %compute_extrinsic % %[omckk,Tckk,Rckk] = compute_extrinsic_refine(x_kk,
www.eeworm.com/read/152439/12113569

m compute_extrinsic_init.m

function [omckk,Tckk,Rckk] = compute_extrinsic_init(x_kk,X_kk,fc,cc,kc,alpha_c), %compute_extrinsic % %[omckk,Tckk,Rckk] = compute_extrinsic_init(x_kk,X_kk,fc,cc,kc,alpha_c) % %Computes the ext
www.eeworm.com/read/339620/12216622

m compute_extrinsic_refine.m

function [omckk,Tckk,Rckk,JJ] = compute_extrinsic_refine(omc_init,Tc_init,x_kk,X_kk,fc,cc,kc,alpha_c,MaxIter,thresh_cond), %compute_extrinsic % %[omckk,Tckk,Rckk] = compute_extrinsic_refine(omc_i
www.eeworm.com/read/339620/12216760

m compute_extrinsic_init.m

function [omckk,Tckk,Rckk] = compute_extrinsic_init(x_kk,X_kk,fc,cc,kc,alpha_c), %compute_extrinsic % %[omckk,Tckk,Rckk] = compute_extrinsic_init(x_kk,X_kk,fc,cc,kc,alpha_c) % %Computes the ext
www.eeworm.com/read/339620/12217260

m compute3d.m

function [Xc,Xp] = Compute3D(xc,xp,R,T,fc,fp,cc,cp,kc,kp,alpha_c,alpha_p); % [Xc,Xp] = Compute3D(xc,xp,R,T,fc,fp,cc,cp,kc,kp,alpha_c,alpha_p); % % Reconstruction of the 3D structure of the stripe
www.eeworm.com/read/251851/12315152

m compute_mapping_no_sd.m

function [destination,null_event,time_limit,out_of_bound,terminal] = ... compute_mapping_no_SD(X0,srcloc,srccell) % Perform reachability analysis to compute the destination locations and % ce
www.eeworm.com/read/230260/14294995

v compute_pipe2.v

//************************************ The Module is for PIPELINE of MUL_ADD DEVICE testing MODULE *************