代码搜索:1R

找到约 20 项符合「1R」的源代码

代码结果 20
www.eeworm.com/read/389321/8533502

m qup.m

function y = qup(x, type, phase) % QUP Quincunx Upsampling % % y = qup(x, [type], [phase]) % % Input: % x: input image % type: [optional] one of {'1r', '1c', '2r', '2c'} (default is '1r') %
www.eeworm.com/read/138860/13207138

m qup.m

function y = qup(x, type, phase) % QUP Quincunx Upsampling % % y = qup(x, [type], [phase]) % % Input: % x: input image % type: [optional] one of {'1r', '1c', '2r', '2c'} (default is '1r') %
www.eeworm.com/read/311447/13630918

m qup.m

function y = qup(x, type, phase) % QUP Quincunx Upsampling五株上采样 % % y = qup(x, [type], [phase]) % % Input: % x: input image % type: [optional] one of {'1r', '1c', '2r', '2c'} (default is '1r
www.eeworm.com/read/366702/2865945

c crash7.c

// PR c++/35323 // { dg-options "" } void foo(int); void bar() { foo(1r); // { dg-error "unnamed-fixed" } }
www.eeworm.com/read/389321/8533523

m qdown.m

function y = qdown(x, type, extmod, phase) % QDOWN Quincunx Downsampling % % y = qdown(x, [type], [extmod], [phase]) % % Input: % x: input image % type: [optional] one of {'1r', '1c', '2r',
www.eeworm.com/read/138860/13207156

m qdown.m

function y = qdown(x, type, extmod, phase) % QDOWN Quincunx Downsampling % % y = qdown(x, [type], [extmod], [phase]) % % Input: % x: input image % type: [optional] one of {'1r', '1c', '2r',
www.eeworm.com/read/311447/13630924

m qdown.m

function y = qdown(x, type, extmod, phase) % QDOWN Quincunx Downsampling % % y = qdown(x, [type], [extmod], [phase]) % % Input: % x: input image % type: [optional] one of {'1r', '1c', '2r',
www.eeworm.com/read/431224/8698540

m fm_call.m

function fm_call(flag) %FM_CALL calls component equations % %FM_CALL(CASE) % CASE '1' algebraic equations % CASE 'pq' load algebraic equations % CASE '3' differential equations % CASE '1r' alg
www.eeworm.com/read/384940/8832505

m fm_call.m

function fm_call(flag) %FM_CALL calls component equations % %FM_CALL(CASE) % CASE '1' algebraic equations % CASE 'pq' load algebraic equations % CASE '3' differential equations % CASE '1r' alg
www.eeworm.com/read/389321/8533652

m qpdec.m

function [p0, p1] = qpdec(x, type) % QPDEC Quincunx Polyphase Decomposition % % [p0, p1] = qpdec(x, [type]) % % Input: % x: input image % type: [optional] one of {'1r', '1c', '2r', '2c'} def