代码搜索:Fast

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

代码结果 10,000
www.eeworm.com/read/260938/11685621

m clsf_dpd_fast.m

%程序描述:clsf_dpd_fast,计算新加入的一个属性的依赖度(no,no,yes)-----------新思想+我的改进1 %5种情况:(每次是否检查全部样本、邻域样本是否全部检查、距离是否计算完)=>(yes,yes,yes)+(no,yes,yes)+(no,yes,n %o)+(no,no,yes)+(no,no,no) %邻域计算复杂度有两种,这里用的旧的:边界上的样本认为会
www.eeworm.com/read/260620/11716865

m fast_newt_dir.m

function X=fast_newt_dir(D,B), %%%%%%%%%% Fast solution of Newton matrix equation D .* X + X' = B %%%%%%%%%% % using eigenvalue decomposition of 2x2 matrices delta
www.eeworm.com/read/157286/11721967

h simplified_fast_me.h

/*! ************************************************************************************* * * \file fast_me.h * * \brief * Fast integer pixel and sub pixel motion estimation * Impr
www.eeworm.com/read/157286/11722018

c simplified_fast_me.c

/*! ************************************************************************************* * * \file simplified_fast_me.c * * \brief * Fast integer pixel and sub pixel motion estimation
www.eeworm.com/read/346656/11733794

cgi fast_count2.cgi

#!/usr/bin/perl -wT use strict; use vars qw( $count ); use CGI::Fast; local $count = 0; while ( my $q = new CGI::Fast ) { $count++; print $q->header( "text/plain" ), "You are requ
www.eeworm.com/read/156528/11795048

m fast_newt_dir.m

function X=fast_newt_dir(D,B), %%%%%%%%%% Fast solution of Newton matrix equation D .* X + X' = B %%%%%%%%%% % using eigenvalue decomposition of 2x2 matrices delta
www.eeworm.com/read/345513/11810548

asm work_glbl_fast.asm

www.eeworm.com/read/256612/11983171

m pitch_ol_fast.m

function Top=pitch_ol_fast(w_speech) %* Compute the open loop pitch lag. (fast version) %w_speech--input : signal used to compute the open loop pitch %signal[-pit_max] to signal[-1] should be kno
www.eeworm.com/read/151781/12176466

exe lencodjm20fast.exe

www.eeworm.com/read/253420/12223173

h simplified_fast_me.h

/*! ************************************************************************************* * * \file fast_me.h * * \brief * Fast integer pixel and sub pixel motion estimation * Impr