代码搜索:roundto
找到约 43 项符合「roundto」的源代码
代码结果 43
www.eeworm.com/read/358270/10193287
m roundto.m
% ROUNDTO Round the input to a specified resolution
%
% [Y] = ROUNDTO (X, Resolution) rounds X to Resolution.
function [Y] = roundto (X, Resolution)
Y = round (X / Resolution) * Resolutio
www.eeworm.com/read/405217/11468651
m roundto.m
% ROUNDTO Round the input to a specified resolution
%
% [Y] = ROUNDTO (X, Resolution) rounds X to Resolution.
function [Y] = roundto (X, Resolution)
Y = round (X / Resolution) * Resolutio
www.eeworm.com/read/152406/12116777
m roundto.m
% ROUNDTO Round the input to a specified resolution
%
% [Y] = ROUNDTO (X, Resolution) rounds X to Resolution.
function [Y] = roundto (X, Resolution)
Y = round (X / Resolution) * Resolutio
www.eeworm.com/read/254515/12132974
m roundto.m
% ROUNDTO Round the input to a specified resolution
%
% [Y] = ROUNDTO (X, Resolution) rounds X to Resolution.
function [Y] = roundto (X, Resolution)
Y = round (X / Resolution) * Resolutio
www.eeworm.com/read/429467/8807203
exe ffft_roundto2..exe
www.eeworm.com/read/285721/8821816
exe ffft_roundto2..exe
www.eeworm.com/read/282159/9116620
exe ffft_roundto2..exe
www.eeworm.com/read/177686/9440516
exe ffft_roundto2..exe
www.eeworm.com/read/372189/9518000
exe ffft_roundto2..exe
www.eeworm.com/read/280026/10362830