代码搜索:Fast

找到约 10,000 项符合「Fast」的源代码

代码结果 10,000
www.eeworm.com/read/144915/12762549

h utrayicon3.h

//--------------------------------------------------------------------------- // adapted from BCB3 \Examples\Apps\TrayIcon //------------------------------------------------------------------------
www.eeworm.com/read/331205/12839145

h inffast.h

/* inffast.h -- header to use inffast.c * Copyright (C) 1995-2003 Mark Adler * For conditions of distribution and use, see copyright notice in zlib.h */ /* WARNING: this file should *not* be
www.eeworm.com/read/143796/12843530

txt 使用说明.txt

·中华电脑书库下载文件说明 (http://www.pcbookcn.com) 您下载的该文件来自中华电脑书库(http://www.pcbookcn.com) 使用前请您先阅读以下条款,否则请勿使用本站提供的文件! 1) 本站不保证所提供软件或程序的完整性和安全性。 2) 请在使用前查毒 (这也是您使用其它网络资源所必须注意的) 。 3) 由本站提供 ...
www.eeworm.com/read/244397/12868552

c jfdctflt.c

/* * jfdctflt.c * * Copyright (C) 1994-1996, Thomas G. Lane. * This file is part of the Independent JPEG Group's software. * For conditions of distribution and use, see the accompanying README fi
www.eeworm.com/read/244035/12897350

m my_lot.m

function I=My_Lot(X,p) [N,K]=size(X); x=double(X); y1=zeros(N,K); M=8; L=2*M; a=[0.13*pi 0.16*pi 0.13*pi]; P=fast_LOT(a); y2=zeros(N+L,K); x2=zeros(N+L,K); x2(1:M,1:K)=x(M:-1:1,1:K); x2((M+
www.eeworm.com/read/243947/12906465

h inffast.h

/* inffast.h -- header to use inffast.c * Copyright (C) 1995-2003 Mark Adler * For conditions of distribution and use, see copyright notice in zlib.h */ /* WARNING: this file should *not* be used
www.eeworm.com/read/329969/12922898

pad getpcmdata.pad

PAD Specification File *************************** PART TYPE: LCMXO640C SPEED GRADE: 5 PACKAGE: TQFP144 Package: Version 1.15, Status: FINAL Fri Jun 20 12:09:14 2008
www.eeworm.com/read/329969/12922977

pad 5_1.pad

PAD Specification File *************************** PART TYPE: LCMXO640C SPEED GRADE: 5 PACKAGE: TQFP144 Package: Version 1.15, Status: FINAL Fri Jun 20 12:09:14 2008
www.eeworm.com/read/329321/12961602

txt 使用说明.txt

·中华电脑书库下载文件说明 (http://www.pcbookcn.com) 您下载的该文件来自中华电脑书库(http://www.pcbookcn.com) 使用前请您先阅读以下条款,否则请勿使用本站提供的文件! 1) 本站不保证所提供软件或程序的完整性和安全性。 2) 请在使用前查毒 (这也是您使用其它网络资源所必须注意的) 。 3) 由本站提供 ...
www.eeworm.com/read/140697/13066878

m ibr.m

function [K] = IBR (J,NU) % This function is used by Fast Fourier Transform (Algorithm 8.3) % to perform bit reversal. J1 = J; K = 0; for JJ = 1 : NU J2 = floor(J1/2); K = 2*K+J1-2*J2;