代码搜索:extract
找到约 5,311 项符合「extract」的源代码
代码结果 5,311
www.eeworm.com/read/435830/7783391
m extract.m
function [ed]=extract(edof,a)
% ed=extract(edof,a)
%-------------------------------------------------------------
% PURPOSE
% Extract element displacements from the global displacement
% vector ac
www.eeworm.com/read/435441/7792243
m extract.m
www.eeworm.com/read/325163/7807201
m extract.m
%Name: Yan Diqun
%Context: Extracting Process
%Project: Least Significant Bit
% global bitstream LengthOfBitstream RepeatNum speech
%-----------------------提取过程------------------------------
%
www.eeworm.com/read/325163/7807202
asv extract.asv
%Name: Yan Diqun
%Context: Extracting Process
%Project: Least Significant Bit
global bitstream LengthOfBitstream RepeatNum speech
%-----------------------提取过程------------------------------
%fi
www.eeworm.com/read/299244/7870491
m extract.m
function y = extract(f, a, b, alen, blen)
sze = size(f);
sze = sze(1);
if ((a - (alen-1)/2) > 0)
numRowsAbv = (alen-1)/2;
pinit = 1;
else
numRowsAbv = a-1;
pinit = ((alen-1)/2
www.eeworm.com/read/198956/7901364
ico extract to.ico
www.eeworm.com/read/198956/7901377
ico extract.ico
www.eeworm.com/read/198619/7922215
pl extract.pl
open(In,"sohu.html");
$ISMeet=0;
while(){
chomp;
if ( // ){
$ISMeet=1;
next;
}
if ( $ISMeet == 1 ){
s/]*>//g;
s///g;
s///g;
s///
www.eeworm.com/read/198142/7949825
m extract.m
function y=extract(x)
[s1 s2]=size(x);
nb=s1*s2/4;
mm=1;
for ii=1:2:s1
for jj=1:2:s1
yj=x(ii:ii+1,jj:jj+1);
y(mm,:)=yj(:)';
mm=mm+1;
end
end
www.eeworm.com/read/197100/8029757
h extract.h
/******************************************************************************
** Filename: extract.h
** Purpose: Interface to high level generic feature extraction.
** Author: Dan Joh