代码搜索:Fast
找到约 10,000 项符合「Fast」的源代码
代码结果 10,000
www.eeworm.com/read/387414/8685485
txt 使用说明.txt
·中华电脑书库下载文件说明 (http://www.pcbookcn.com)
您下载的该文件来自中华电脑书库(http://www.pcbookcn.com)
使用前请您先阅读以下条款,否则请勿使用本站提供的文件!
1) 本站不保证所提供软件或程序的完整性和安全性。
2) 请在使用前查毒 (这也是您使用其它网络资源所必须注意的) 。
3) 由本站提供 ...
www.eeworm.com/read/287207/8709330
txt 使用说明.txt
·中华电脑书库下载文件说明 (http://www.pcbookcn.com)
您下载的该文件来自中华电脑书库(http://www.pcbookcn.com)
使用前请您先阅读以下条款,否则请勿使用本站提供的文件!
1) 本站不保证所提供软件或程序的完整性和安全性。
2) 请在使用前查毒 (这也是您使用其它网络资源所必须注意的) 。
3) 由本站提供 ...
www.eeworm.com/read/386485/8741033
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/386253/8759996
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;
www.eeworm.com/read/386253/8760191
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;
www.eeworm.com/read/385840/8786962
_deps
H 2141964 10 1 0 3 3 0 0 0 0
L 4 work 4 work
D 14 work.decoder15 1O40235jIIJf7KI`0bk:H?=4V0 1 0
D 9 work.glbl @25W]P_?R2MF58_YTL5O=0 0 0
2 4 fast 0 :_
www.eeworm.com/read/385840/8786999
_deps
H 2141964 10 1 0 2 2 0 0 0 0
L 4 work 4 work
D 14 work.decoder15 CF1EbY391ZeIgRRIb1
www.eeworm.com/read/385486/8803531
txt 使用说明.txt
·中华电脑书库下载文件说明 (http://www.pcbookcn.com)
您下载的该文件来自中华电脑书库(http://www.pcbookcn.com)
使用前请您先阅读以下条款,否则请勿使用本站提供的文件!
1) 本站不保证所提供软件或程序的完整性和安全性。
2) 请在使用前查毒 (这也是您使用其它网络资源所必须注意的) 。
3) 由本站提供 ...
www.eeworm.com/read/282259/9107988
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/282090/9120105
cpp jfdctflt.cpp
/*
* jfdctflt.c
*
* Copyright (C) 1994, 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