代码搜索:extract

找到约 5,311 项符合「extract」的源代码

代码结果 5,311
www.eeworm.com/read/197100/8029770

cpp extract.cpp

/****************************************************************************** ** Filename: extract.c ** Purpose: Generic high level feature extractor routines. ** Author: Dan Johnson
www.eeworm.com/read/296997/8066773

exe extract.exe

www.eeworm.com/read/196122/8114077

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/145339/12735178

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/145256/12742048

pl extract.pl

#! /usr/bin/perl ## ## Virtual terminal interface shell command extractor. ## Copyright (C) 2000 Kunihiro Ishiguro ## ## This file is part of GNU Zebra. ## ## GNU Zebra is free software; you can red
www.eeworm.com/read/246064/12758795

in intltool-extract.in

#!@INTLTOOL_PERL@ -w # -*- Mode: perl; indent-tabs-mode: nil; c-basic-offset: 4 -*- # # The Intltool Message Extractor # # Copyright (C) 2000-2001, 2003 Free Software Foundation. # # Intltool is
www.eeworm.com/read/331987/12787040

bmp extract.bmp

www.eeworm.com/read/244541/12857333

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/244538/12857392

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/244502/12859737

m extract.m

function [ed]=extract(edof,a) % ed=extract(edof,a) %------------------------------------------------------------- % PURPOSE % Extract element displacements from the global displacement % vector ac