代码搜索:Fast

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

代码结果 10,000
www.eeworm.com/read/439600/7705322

m clsf_dpd_fast2.m

function [dependency,smp_csst]=clsf_dpd_fast2(data_array,delta,smp_chk) %程序描述:clsf_dpd_fast2,计算新加入的一个属性的依赖度,相比1,减少了邻域计算次数,但增加了前面的判断次数 %(no,no,no))-----------新思想+我的改进1+我的改进2 %5种情况:(每次是否检查全部样本、邻域样本是否
www.eeworm.com/read/299127/7886682

v fast_adder4b.v

module fast_adder4b(ina,inb,carry_in,sum_out,clk,rst_n); parameter ADDER_WIDTH = 4; parameter SUM_WIDTH = 5; input [ADDER_WIDTH-1:0] ina; input [ADDER_WIDTH-1:0] inb; input
www.eeworm.com/read/299018/7898776

exe c30fast_fft.exe

www.eeworm.com/read/297947/7984377

m perform_fast_rbf_interpolation.m

function M = perform_fast_rbf_interpolation(v,points, n) % perform_fast_rbf_interpolation - interpolate using quick and dirty RBF. % % M = perform_fast_rbf_interpolation(v, points, n); % % points(:
www.eeworm.com/read/331649/12816755

m cyclic_cross_covariance_fast.m

function R=cyclic_cross_covariance_fast(x,y,T,max_tau) % % CYCLIC_CROSS_COVARIANCE_FAST % % calculates the cyclic cross covariance between % two signals x,y at
www.eeworm.com/read/331649/12816807

m cyclic_cross_correlation_fast.m

function R=cyclic_cross_correlation_fast(x,y,T,max_tau) % % CYCLIC_CROSS_CORRELATION_FAST % % calculates the cyclic cross correlation between % two signals x,y
www.eeworm.com/read/244887/12839167

exe c30fast_fft.exe