代码搜索:Compute

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

代码结果 10,000
www.eeworm.com/read/146415/12651996

cpp compute_c.cpp

#include "iostream.h" #include "math.h" #include "stdio.h" void main() { const int R=4;//设置信源的符号个数 const int S=4;//设置信宿的符号个数 const double LIMIT=0.000001;//当C(n+1,n)迭代计算相邻两次的差达到此下限,即认
www.eeworm.com/read/146415/12651998

opt compute_c.opt

www.eeworm.com/read/146415/12652001

plg compute_c.plg

Build Log --------------------Configuration: compute_c - Win32 Debug-------------------- Command Lines Creating temporary file "C:\DOCUME~1\xbw
www.eeworm.com/read/146415/12652005

dsp compute_c.dsp

# Microsoft Developer Studio Project File - Name="compute_c" - Package Owner= # Microsoft Developer Studio Generated Build File, Format Version 6.00 # ** DO NOT EDIT ** # TARGTYPE "Win32 (x86)
www.eeworm.com/read/146415/12652009

ncb compute_c.ncb

www.eeworm.com/read/146415/12652011

dsw compute_c.dsw

Microsoft Developer Studio Workspace File, Format Version 6.00 # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! ###############################################################################
www.eeworm.com/read/202876/15370633

m compute_extrinsic.m

function [omckk,Tckk,Rckk,H,x,ex,JJ] = compute_extrinsic(x_kk,X_kk,fc,cc,kc,alpha_c,MaxIter,thresh_cond), %compute_extrinsic % %[omckk,Tckk,Rckk,H,x,ex] = compute_extrinsic(x_kk,X_kk,fc,cc,kc,alp
www.eeworm.com/read/202876/15370670

m compute_collineation.m

function [H,Hnorm,inv_Hnorm] = compute_collineation (a00, a10, a11, a01); % new formalism using homographies a00 = a00 / a00(3); a10 = a10 / a10(3); a11 = a11 / a11(3); a01 = a01 / a01(3);