代码搜索:extract
找到约 5,311 项符合「extract」的源代码
代码结果 5,311
www.eeworm.com/read/180643/9300270
edk extract.edk
www.eeworm.com/read/180643/9300283
omf extract.omf
www.eeworm.com/read/180643/9300286
hex extract.hex
:0500060012006B80FEFA
:01000E0022CF
:10006B00758919758855758DF9758B7DE4F58CF54A
:08007B008A75A88F75B80822F0
:0300030002001EDA
:10001E00C0E0C0D075D000C000E508C394325015C2
:10002E00740A2508F8A6097
www.eeworm.com/read/180643/9300289
lst extract.lst
C51 COMPILER V7.06 EXTRACT 07/29/2005 23:43:53 PAGE 1
C51 COMPILER V7.06, COMPILATION OF MODULE EXTRACT
OBJECT MODULE PLACED IN
www.eeworm.com/read/180643/9300290
c extract.c
www.eeworm.com/read/375062/9374284
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/176665/9488429
png extract.png
www.eeworm.com/read/176665/9488517
png extract.png
www.eeworm.com/read/371706/9540872
m extract.m
function [value] = extract(filename,hw)
%EXTRACT: Extract a header word from a SU-SEGY file
%
% example: cdp = extract('data','cdp') will provide
% the cdp numbers of each trace in
www.eeworm.com/read/175478/9546014