搜索资源列表
AC
- 多模式匹配算法——AC算法 参考文献:AC算法:Aho A V,Corasick M J.Efficient string matching:an aid to bibliographic search.Communications of ACM,1975,18(6):333~340
字符串多关键字匹配算法(AC,WM)
- 多关键字字符串匹配算法 AC算法 WM算法
道格拉斯—普克法(Douglas—Peucker)简化线算法
- Douglas-Peucker算法 在数字化过程中,需要对曲线进行采样简化,即在曲线上取有限个点,将其变为折线,并且能够在一定程度 上保持原有的形状。 经典的Douglas-Peucker算法描述如下: (1)在曲线首尾两点A,B之间连接一条直线AB,该直线为曲线的弦; (2)得到曲线上离该直线段距离最大的点C,计算其与AB的距离d; (3)比较该距离与预先给定的阈值threshold的大小,如果小于threshold,则该
双色球AC值检验
- 双色球AC值检验
双色球AC值检验
- 双色球AC值检验
ac3dec-0.6.1.tar
- AC-3解压程序 -Decoder of AC-3
AC-3解压程序ac3dec-0.6.1.tar
- AC-3解压程序-AC-3 decompression procedures
ac-win32
- 转自德国Eric Bodden的数据压缩算术编码专著。有极强的学术价值。-switched from Germany Eric Bodden data compression arithmetic coding monographs. Have a strong academic value.
杜比AC-3编码解码器(参考程序)
- 杜比AC-3编码解码器(参考程序)-Dolby AC-3 codec (reference procedure)
ac_dc2
- 该程序用于验证DC矩阵与AC矩阵之间DCT变换与反变换之间的关系。X=Xdc+Xac 将DC矩阵和AC矩阵分别反变换后变成Xdc和Xac AC矩阵就是将Y[0][0]置为零后的DCT矩阵 DCT=Y=A*X*At-the procedures used to validate DC and AC Matrix between DCT and inverse transform the relationship between. X =
libac3dec
- the ac3 decoder library, support windows and linux. the author is lifeng
HTK-3.3
- Hidden Markov Toolkit (HTK) 3.2.1 HTK is a toolkit for use in research into automatic speech recognition and has been developed by the Speech Vision Robotics Group at the Cambridge University Engineering Department (ht
AC_Algorithm
- Source code of VC that inplemants the classical AC algorithm-Source code of VC that the class inplemants ap AC algorithm
AC3ACM-source
- ac-3音频编码解码。linux下的开源代码。-ac-3 audio codecs. open source code under linux.
ac3dec-Q30
- 杜比AC-3音频解码器定点化后的版本,30位定标,可以正确运行-Dolby AC-3 audio decoder after fixed-point version, 30 calibration, you can run the decoder project correctly
AC_Download
- AC算法的实现,VC开发环境,可通过算法的实现了解算法的具体流程。-AC Implementation of the algorithm, VC development environment.
ac
- AC自动机 Visual C++界面实现-AC automaton Visual C++ interface implementation
1
- 实现注释过滤功能将a.c文件中的注释删除后存入文件b.c中。运行时运行1.c即可完成过滤注释的工作-Implementation comments after filtering comments will be deleted ac file into a file in bc. 1.c run to complete the work of the runtime filter comment
PicCompressEncode
- DCT效应-保留DC及前8个AC,在C#平台上制作表格显示(DCT effect - retains the DC and the first 8 AC, and produces tabular displays on the C# platform)
AC自动机
- AC自动机,Trie树的实现的具体的全部的源代码(ACAUTOMACHINE TRIE CODE)