代码搜索:prepare 开发教程

找到约 10,000 项符合「prepare 开发教程」的源代码

代码结果 10,000
www.eeworm.com/read/324406/13264220

m prepare_relay2send.m

function [relay]=prepare_relay2send(relay,channel,ps,pr); %relay接收信号,为转发做准备 global signal; switch relay.mode case 'AAF' relay.amplification=sqrt(pr./(ps.*channel.attenuation.h_mag.^
www.eeworm.com/read/324404/13264440

m prepare_relay2send.m

function relay = prepare_relay2send(relay,channel); % Relay: Prepare received signal to make it ready to send global signal; switch relay.mode case 'AF' % Amplify and Forward % Normalise signal
www.eeworm.com/read/324404/13264480

asv prepare_relay2send.asv

function relay = prepare_relay2send(relay,channel); % Relay: Prepare received signal to make it ready to send global signal; switch relay.mode case 'AAF' % Amplify and Forward % Normalise signal
www.eeworm.com/read/132359/5917873

m eeg_leadfield4_prepare.m

function [lut_t, cuf_t] = eeg_leadfield4_prepare(vol, Nmax); % EEG_LEADFIELD4_PREPARE computes constant factors for series expansion % for the 4 concentric sphere electric leadfield computation % %
www.eeworm.com/read/403922/11501818

html function.maxdb-stmt-prepare.html

Prepare a SQL statement for execution
www.eeworm.com/read/403922/11503660

html function.db2-prepare.html

Prepares an SQL statement to be executed
www.eeworm.com/read/403922/11505796

html function.pg-send-prepare.html

Sends a request to create a prepared statement with the given parameters,