代码搜索:Compute

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

代码结果 10,000
www.eeworm.com/read/461071/7235020

h compute_prompt.h

// Compute_Prompt.h: interface for the CCompute_Prompt class. // ////////////////////////////////////////////////////////////////////// #if !defined(AFX_COMPUTE_PROMPT_H__E5D0B2B6_36D7_443E_999B_
www.eeworm.com/read/460435/7250501

m compute_kernel.m

function K = compute_kernel(a,s,kernel) % compute a kernel matrix for the objects a w.r.t. the support objects s % given a kernel description if isstr(kernel) % routine supplied to compute
www.eeworm.com/read/456209/7353823

m compute_min.m

function [Y,I] = compute_min(X,d) % compute_min - compute min along dimension d % % [Y,I] = compute_min(X,d); % % Copyright (c) 2008 Gabriel Peyre if nargin
www.eeworm.com/read/456209/7353851

sci compute_max.sci

function [Y,I] = compute_max(X,d) // compute_max - compute maximum along dimension d // // [Y,I] = compute_max(X,d); // // Copyright (c) 2008 Gabriel Peyre if argn(2)
www.eeworm.com/read/456209/7353868

m compute_max.m

function [Y,I] = compute_max(X,d) % compute_max - compute maximum along dimension d % % [Y,I] = compute_max(X,d); % % Copyright (c) 2008 Gabriel Peyre if nargin
www.eeworm.com/read/456209/7353894

sci compute_min.sci

function [Y,I] = compute_min(X,d) // compute_min - compute min along dimension d // // [Y,I] = compute_min(X,d); // // Copyright (c) 2008 Gabriel Peyre if argn(2)
www.eeworm.com/read/455967/7360626

m compute_relation.m

function [A,B] = compute_relation(data,scale_sig,order) % % [W,Dist] = compute_relation(data,scale_sig) % Input: data= Feature_dimension x Num_data % ouput: W = pair-wise data simila
www.eeworm.com/read/454742/7384130

jsp vote_compute.jsp

JSP网络
www.eeworm.com/read/447975/7542680

m compute_quadtree.m

function [QT,Theta] = compute_quadtree(M,T,j_min,j_max,s) % bandelet_transform_fwd - compute the quadtree that optimize the Lagrangian. % % [QT,Theta] = compute_quadtree(M,T,j_min,j_max,s); %
www.eeworm.com/read/441825/7664287

m compute_wmw.m

function [WMW]=compute_WMW(data,o,enough_memory) % Computes the Generalized Wilcoxon-Mann-Whitney Statistic. % %% Input % % * data ... structure containing the data regarding the ranking task at