代码搜索结果

找到约 10,000 项符合 F 的代码

e_text.h

#include "bios.h" #include "dir.h" #include "Graphics.h" #include "stdlib.h" #include "process.h" #include "io.h" #include "fcntl.h" #include "dos.h" #include "stdio.h" #include "string.h" #

a_text.h

#include "bios.h" #include "dir.h" #include "Graphics.h" #include "stdlib.h" #include "process.h" #include "io.h" #include "fcntl.h" #include "dos.h" #include "stdio.h" #include "string.h" #

text.h

//The following 11 lines were commented by 吕维安 /*#include "bios.h" #include "dir.h" #include "stdlib.h" #include "process.h" #include "io.h" #include "fcntl.h" #include "dos.h" #include "stdio

sy13.lst

* M16C FAMILY ASSEMBLER * SOURCE LIST Tue Mar 29 14:22:24 2005 PAGE 001 SEQ. LOC. OBJ. 0XMSDA ....*....SOURCE STATEMENT....7....*....8....*....9....*....0....*....1....*.

f_iirinv.m

function [b,a] = f_iirinv (n,Delta_F,fs) %F_IIRINV: Design an IIR inverse comb filter % % Usage: [b,a] = f_iirinv (n,Delta_F,fs) % % Inputs: % n = filter order % Delta

f_iircomb.m

function [b,a] = f_iircomb (n,Delta_F,fs) %F_IIRCOMB: Design an IIR comb filter % % Usage: [b,a] = f_iircomb (n,Delta_F,fs) % % Inputs: % n = filter order % Delta_F =

f_iirnotch.m

function [b,a] = f_iirnotch (F_0,Delta_F,fs) %F_IIRNOTCH: Design an IIR notch filter % % Usage: [b,a] = f_iirnotch (F_0,Delta_F,fs) % % Inputs: % F_0 = notch frequency %

f_iirres.m

function [b,a] = f_iirres (F_0,Delta_F,fs) %F_IIRRES: Design an IIR resonator filter % % Usage: [b,a] = f_iirres (F_0,Delta_F,fs) % % Inputs: % F_0 = resonant frequency %

f_iirres.asv

function [b,a] = f_iirres (F_0,Delta_F,fs) %F_IIRRES: Design an IIR resonator filter % % Usage: [b,a] = f_iirres (F_0,Delta_F,fs) % % Inputs: F_0 = resonant frequency % Delta_F = r

counter.asm

;>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> ; Sample code for < Win32ASM Programming > ; by 罗云彬, http://asm.yeah.net ;>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>