代码搜索:Fast

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

代码结果 10,000
www.eeworm.com/read/358544/10185503

htm ascii.htm

cpldfit: version H.38 Xilinx Inc. Fitter Report Design Name: my Date: 10-25-2
www.eeworm.com/read/358544/10185608

rpt my.rpt

cpldfit: version H.38 Xilinx Inc. Fitter Report Design Name: my Date: 10-25-2007, 10:54PM Device
www.eeworm.com/read/358540/10185743

txt 说明.txt

apriori.c 测试算法,直接输入数字来测试 FAST apriori.cpp 基于数组和为运算的apriori算法实现,采用为运算来测试子集的存在性,把测试子集存在性的复杂度由O(n^2)降低为O(n) MushroomTest 针对字符型的mushroom采用FAST apriori的快速测试子集存在性的方法来实现算法,并实现了动态内存分配
www.eeworm.com/read/357365/10211461

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/426348/10257712

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/162629/10290633

txt 使用说明.txt

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

txt 使用说明.txt

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

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/424027/10506049

m 快速变换.m

function fdct = fast_dct2D(img) %快速DCT变换,其根据文献《一中简便快速的DCT算法及其硬件实现》 %文献中提到这种DCT变换可以将复杂的乘法计算分解为简单的移位和加法计算 %从而提升计算速度 程序表示式为 % fdct = T .* img .* T’ %% 程序 T = dctmtx(8);
www.eeworm.com/read/278629/10523303

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 READ