代码搜索:error
找到约 10,000 项符合「error」的源代码
代码结果 10,000
www.eeworm.com/read/169277/9870662
rar error correcting codes.rar
www.eeworm.com/read/362879/9977577
f90 global_error.f90
! global_error.f90
!
! Speicherung der E_z Feldkomponente fuer die Berechenung des globalen Fehlers
!
! Copyright (C) 2007 Paul Panserrieu, < peutetre@cs.tu-berlin.de >
!
! This program is fre
www.eeworm.com/read/165788/10051307
gif icon_error_sml.gif
www.eeworm.com/read/164109/10128627
m bit_error_rate.m
function BER=Bit_Error_Rate(a,b)
BER=nnz(mod(a+b,2))/length(mod(a+b,2));
www.eeworm.com/read/163924/10139780
m vgg_rms_error.m
function e = vgg_rms_rrror(M)
% e = vgg_rms_rrror(M)
%
% Get RMS diff from zero of matrix or vector M
e = sqrt(sum(sum(M.*M)) / prod(size(M)));
www.eeworm.com/read/358669/10182330
m comp_error_calib.m
%%%%%%%%%%%%%%%%%%%% RECOMPUTES THE REPROJECTION ERROR %%%%%%%%%%%%%%%%%%%%%%%%
check_active_images;
% Reproject the patterns on the images, and compute the pixel errors:
ex = []; % Global er
www.eeworm.com/read/358669/10182350
m run_error_analysis.m
www.eeworm.com/read/358669/10182351
m error_cam_proj.m
function e_global = error_cam_proj(param);
global n_ima x_1 X_1 xproj_1 x_proj_1 x_2 X_2 xproj_2 x_proj_2 x_3 X_3 xproj_3 x_proj_3 x_4 X_4 xproj_4 x_proj_4 x_5 X_5 xproj_5 x_proj_5 x_6 X_6 xproj_6
www.eeworm.com/read/358669/10182371
m error_depth_list.m
function err_total = error_depth_list(param_dist,xcn_list,xpn_list,R,T,X_shape_list,ind_list);
N_view = length(ind_list);
err_total = [];
N_pts = zeros(1,N_view);
for kk = 1:N_view,
www.eeworm.com/read/358309/10192964