搜索资源列表
我收集的算法
- 我收集的一些算法 稀疏矩阵、基于数组的线性表、模式匹配、线性链表-I collected some sparse matrix algorithm, based on the linear array table, pattern matching, etc. Linear Chain
siftpaper
- SIFT特征匹配算法研究,sift讲义,Local grayvalue invariants for image retrieval-SIFT feature matching algorithm, sift lectures, Local grayvalue invariants for image retrieval
pattern_matching
- 单模匹配、多模匹配的若干算法,KMP、AC、BM、Wu-Manber等经典算法及其比较-It s about pattern-matching. Some classic algorithms, such as KMP/AC/BM/Wu-manber.
ProgrammingPCollectivePIntelligence
- 本书以机器学习与计算统计为主题背景,专门讲述如何挖掘和分析Web上的数据和资源,如何分析用户体验、市场营销、个人品味等诸多信息,并得出有用的结论,通过复杂的算法来从Web网站获取、收集并分析用户的数据和反馈信息,以便创造新的用户价值和商业价值。全书内容翔实,包括协作过滤技术(实现关联产品推荐功能)、集群数据分析(在大规模数据集中发掘相似的数据子集)、搜索引擎核心技术(爬虫、索引、查询引擎、PageRank算法等)、搜索海量信息并进行分析统计得出结论的优化算法、贝叶斯过滤技术(垃圾邮件过滤、文本过
RMM
- 这个是RMM算法,支持正向、逆向最大匹配,是自然语言处理的重要算法之一,只要替代程序中的词库即可。本词库取自1988年人民日报语料材料,算法对中文分词精确度达到90 以上-This is RMM algorithm supports forward, reverse maximum matching, natural language processing algorithm, as long as the alternative procedures thesaurus can. The th
rfc
- 实现软件掩码匹配算法,例如 网络数据IP 五元组掩码匹配-software mask match
hypesplit
- 网络掩码匹配算法HypeSplit算法。算法描述了添加IP五元组规则过程。-ip tuple match ,hypesplit
select
- IPV6中默认源地址选择算法,对指定的备选源地址或目的地址来说,都会应用与此地址的匹配前缀最长的那个策略条目。-IPV6 default source address selection algorithm, the alternative source or destination address specified, the match will be applied to this address prefix of the longest entry in that strategy.
IPv4
- IPv4实验,网络编程实验,实现了掩码最长匹配算法-IPv4 sending
wu-manber
- 经典的模式串匹配算法,WM算法的简单实现-Classic simple pattern matching algorithm, WM algorithm
jpeg
- 基于模块匹配的车牌字符识别算法,建立了字库,效果非常理想。-License plate character recognition based on module matching algorithm, the establishment of the character, the effect is very ideal.
dedesplit
- 本站采用的是一种用最小切分和逆向最大匹配法结合的一种复合分词算法,目前对岐义识别还处于初步研究阶段.-Powered by is a composite word segmentation algorithm with a minimum and maximum matching method combined reverse, the current recognition of ambiguity still in the preliminary research stage.
VCPP
- 本程序的算法没有使用匹配模式,可以完成大多数情况的高级扫雷。- U672C u7A0B u5E8F u7684 u7B97 u6B1 u6C5 u7B5 u7B3 U9AD8 u7EA7 u626B u96F7 u3002
SnacgUtack
- Java 栈Stack源码实现 stack检测括号匹配算法 java源码-Java Stack Stack source Java source code for detecting Stack parentheses matching algorithm
Python-Algorithms-master
- ##Python-Algorithms "Python Algorithms: Mastering Basic Algorithms in the Python Language" ##Python算法教程 - [第1章 引言](/Chapter1) - [第2章 基础知识](/Chapter2) - 第3章 计数初步 - 第4章 归纳,递归及归简 - 第5章 遍历:算法学中的万能钥匙 - 第6章 分解,合并,解决 - 第7章 贪心有理吗?请证
1484203
- Java栈Stack源码实现stack检测括号匹配算法java源码()
Wavelet_OMP
- OMP正交匹配追踪算法,用于压缩感知重构算法研究(OMP sparse signal recovery, it can run)
基于php的KNN算法实例
- kNN算法又称为k近邻分类(k-nearest neighbor classification)算法。最简单平凡的分类器也许是那种死记硬背式的分类器,记住所有的训练数据,对于新的数据则直接和训练数据匹配,如果存在相同属性的训练数据,则直接用它的分类来作为新数据的分类。用这种算法可以完成最简单的机器学习算法,适合参加科技比赛和演示