搜索资源列表
数据库算法(一)代码列表
- 数据库算法源代码,一本关于uCOS-II的经典教程,特别适合嵌入式系统开发的人员-database algorithm source code, an on uCOS-II classic handbook, particularly for embedded systems development staff
clustalw_1.83.orig.tar.gz
- 经典生物信息学多序列比对工具clustalw,采用Feng-Dolittle渐进比对算法,Classic bioinformatics tools for multiple sequence alignment clustalw, using Feng-Dolittle progressive alignment algorithm
pthread.tar
- linux下多线程实现生产者消费者及用并行算法求圆周率等经典算法-linux under the multi-threaded use of consumers and producers to achieve parallel algorithm for the classical algorithm, such as pi
dining_philosopher.tar
- 哲学家进餐经典算法的pthread多线程实现代码-Classic dining philosophers pthread algorithm to achieve multi-threaded code
documents-for-Linux-
- Linux 多进程编写详细资料与算法总结 包含 读者-写者 等经典问题-Multiple Linux processes and algorithms written summary containing details of readers- those who write such classic problems
src
- 使用C实现的R树结构,可以自动生成大量矩形或自己修改输入固定的矩形。根据最小扩大原则和Guttman的经典算法实现的结构。经过测试,构建的最小MBR结果都是正确的。-The use of C to achieve the R-tree, you can automatically generate a large number of rectangular or modify their own fixed rectangular input. The smallest expansion in
reader
- 本程序是实现操作系统中进程同步算法的程序,一个经典的算法reader/writer问题-This procedure is to achieve the operating system in the process of synchronization algorithm for the procedure, a classical algorithm for reader/writer problem
main.cpp
- 最小覆盖问题,也就是经典的最小覆盖问题,采用了贪婪算法-The minimus cover
kruscal_Primspanningtree
- 最小生成树两种经典算法,kruscal和Prim算法-spanning tree
KDE2.Qt.Programming.Bible.2001
- 经典的900个C语言经典源码, 其中包括一些常用算法等东西-Classic 900 classic C language source code, including some commonly used algorithms and other things
MeanShift
- Mean-Shift 算法经典论文详细讲述了Mean——shift算法的原理 应用等等 经典-Mean-Shift thesis
buddy
- linux内存分配的经典算法buddy_system的基本算法-linux memory allocation of the basic algorithm of the classical algorithm buddy_system
mahout-distribution-0.5.tar
- Mahout 是 Apache Software Foundation(ASF) 旗下的一个开源项目,提供一些可扩展的机器学习领域经典算法的实现,旨在帮助开发人员更加方便快捷地创建智能应用程序。Apache Mahout项目已经发展到了它的第三个年头,目前已经有了三个公共发行版本。Mahout包含许多实现,包括集群、分类、推荐过滤、频繁子项挖掘。此外,通过使用 Apache Hadoop 库,Mahout 可以有效地扩展到云中。 -Mahout is Apache Software Founda
53607892moni2
- 这是一个退火算法,非常经典的一个程序,看看了就知道了-this is a very chenxu
S4.tar
- 一种经典的基于虚拟坐标系统的紧凑路由算法S4的仿真程序,Linux下运行使用,Infocom原文作者提供-A classic S4 is a compact routing algorithm based on virtual coordinate system simulation program, running under Linux, Infocom, the original author
code_03
- 数据结构中与图有关的一些经典算法在社交网络中的完美应用,与前面传的几个没有重复-Several data structures of some classical algorithm perfect application and map-related social networks, do not repeat the previous pass
code_04
- 社交网络分析基础,其中包含大量经典的算法,希望对大家有帮助,与前面的没有雷同-Analysis of social networks, which contains a large number of classic algorithms, we want to help, there is no similar previous
stegdetect-master
- 信息隐藏的一个经典检测算法源码,stegdetect (Information Hiding a classic detection algorithm stegdetect)(Stegdetect is an automated tool for detecting steganographic content in images.)
dtw
- 可以用来实现dtw。在孤立词语音识别中,最为简单有效的方法是采用DTW(Dynamic Time Warping,动态时间归整)算法,该算法基于动态规划(DP)的思想,解决了发音长短不一的模板匹配问题,是语音识别中出现较早、较为经典的一种算法,用于孤立词识别。HMM算法在训练阶段需要提供大量的语音数据,通过反复计算才能得到模型参数,而DTW算法的训练中几乎不需要额外的计算。所以在孤立词语音识别中,DTW算法仍然得到广泛的应用。(Can be used to implement DTW)