代码搜索:FF总线

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

代码结果 10,000
www.eeworm.com/read/379348/9200052

h ff.h

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

jpg ff.jpg

www.eeworm.com/read/182288/9208531

txt ff.txt

"0",""
www.eeworm.com/read/181668/9242183

h ff.h

/* * This file contains code from "C++ Primer, Fourth Edition", by Stanley B. * Lippman, Jose Lajoie, and Barbara E. Moo, and is covered under the * copyright and warranty notices given in that
www.eeworm.com/read/377342/9279989

h ff.h

/* * This file contains code from "C++ Primer, Fourth Edition", by Stanley B. * Lippman, Jose Lajoie, and Barbara E. Moo, and is covered under the * copyright and warranty notices given in that
www.eeworm.com/read/180734/9296579

h ff.h

/* * This file contains code from "C++ Primer, Fourth Edition", by Stanley B. * Lippman, Jose Lajoie, and Barbara E. Moo, and is covered under the * copyright and warranty notices given in that
www.eeworm.com/read/376627/9311621

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/179680/9345260

jpg ff.jpg

www.eeworm.com/read/179518/9353385

class ff.class

www.eeworm.com/read/375665/9354004

m ff.m

function c=FF(A,a,w,fs) %generate a digital signal %A:amplitude %a:attenuation(衰减系数) %w:angle frequence %fs:sample frequence n=0:50-1; c=A*exp((-a)*n/fs).*sin(w*n/fs).*stepseq(0,0,49);