代码搜索:Compute

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

代码结果 10,000
www.eeworm.com/read/474586/6813141

svn-base compute_max.sci.svn-base

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/474586/6813156

svn-base compute_min.m.svn-base

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/202876/15370691

m compute_extrinsic_refine2.m

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

f runcomprgb_t.f

COMPUTE_PIPE1.v COMPUTE_PIPE_RGB.v COMPUTE_PIPE_RGB_T.v
www.eeworm.com/read/165343/7143919

m gcd.m

int gcd(int a, int b) /* Compute g = (a,b) */ { int g; while(b) { g = b; b = a % b; /* compute remainder of a/b */ a = g; } return a; }
www.eeworm.com/read/230260/14295026

f runcomp.f

COMPUTE_PIPE.v COMPUTE_PIPE_T.v
www.eeworm.com/read/230260/14295039

f runcomp2.f

COMPUTE_PIPE2.v COMPUTE_PIPE_T2.v
www.eeworm.com/read/230260/14295046

f runcomp1.f

COMPUTE_PIPE1.v COMPUTE_PIPE_T1.v
www.eeworm.com/read/425675/10337537

m ssd_compute_m0_matrix.m

function M0 = ssd_compute_M0_matrix(I, motion_model) % % M0 = ssd_compute_M0_matrix(I, motion_model) % % Given the image I and the motion_model computes the % Jacobian matrix of I (derivative of