代码搜索:FF总线

找到约 10,000 项符合「FF总线」的源代码

代码结果 10,000
www.eeworm.com/read/451610/7461209

o ff.o

www.eeworm.com/read/450798/7476684

c ff.c

#include main() {int a[6],i,j,k=2520/6; for(i=0,j=8;i=0;i--,j++) {if(i!=0)
www.eeworm.com/read/449694/7497970

c ff.c

#include main() {int a[6],i,j,k=2520/6; for(i=0,j=8;i=0;i--,j++) {if(i!=0)
www.eeworm.com/read/448344/7534698

pbw ff.pbw

Save Format v3.0(19990112) @begin Targets 0 "ff.pbt"; @end;
www.eeworm.com/read/448344/7534700

pbt ff.pbt

Save Format v3.0(19990112) appname "ff"; applib "ff.pbl"; liblist "ff.pbl"; type "pb";
www.eeworm.com/read/448344/7534702

pbl ff.pbl

www.eeworm.com/read/448176/7539433

h ff.h

/*--------------------------------------------------------------------------/ / FatFs - FAT file system module include file R0.06 (C)ChaN, 2008 /--------------------------------------------
www.eeworm.com/read/447070/7558575

htm ff.htm

www.eeworm.com/read/446523/7577246

m ff.m

close all clear all clc % Load a gray scale image I=imread('pout.tif'); % % Show the image figure(1);imshow(I,[]); % % Take the 2D Fast Fourier Transform FI = fft2(I); % % Shift th
www.eeworm.com/read/446523/7577250

asv ff.asv

f=imread('pout.tif') FF=fft(f) figure,imshow(FF);