代码搜索:OPERATION

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

代码结果 10,000
www.eeworm.com/read/197650/7982770

m init_operation_def.m

% init_operation_def.m % % Define necessary parameters (namely p, q, r, and c), depending on % the operation type. In general, the operation will be of the % form: % y = sum(f1.*(x.^p))./(c+sum(f2
www.eeworm.com/read/197650/7982777

m~ init_operation_def.m~

% init_operation_def.m % % Define necessary parameters (namely p, q, r, and c), depending on % the operation type. In general, the operation will be of the % form: % y = sum(f1.*(x.^p))./(c+sum(f2
www.eeworm.com/read/197650/7982779

m util_do_operation.m

function y = util_do_operation (x, w_in, oper_type, varargin) % FUNCTION y = util_do_operation (x, w, oper_type, varargin) % % Sometimes, comp_get_next_layer can be cumbersome, since the input % and