资源列表
[数据结构常用算法] Matlab-(Bayers)
说明:线性分类器可以实现线性可分的类别之间的分类决策,其形式简单,分类决策快速。但在许多模式识别的实际问题中,两个类的样本之间并没有明确的分类决策边界,线性分类器(包括广义线性分类器)无法完成分类任务,此时需要采用其它有效的分类方法。贝叶斯分类器就是另一种非常常见和实用的统计模式识别方法。-Linear classifier can be realized linearly separable classification decision<马腾> 在 2025-05-09 上传 | 大小:2kb | 下载:0
[数据结构常用算法] dynamic-programming
说明:动态规划算法,包括最长公共子序列、矩阵链相乘、FLOYD、背包算法等。-Dynamic programming algorithm, including the maxinum common sub sequence, matrix chain multiplication, FLOYD, knapsack algorithm, etc..<姜枫> 在 2025-05-09 上传 | 大小:2kb | 下载:0
[数据结构常用算法] 8puzzle_dfs
说明:实现了八数码问题,运用了图搜索中的DFS(深度优先搜索)。-翻译 实现了八数码问题,运用了图搜索中的DFS(深度优先搜索)。 The implementation of the eight digital issues, the use of the map search DFS (depth-first search).<LiuTiancheng> 在 2025-05-09 上传 | 大小:2kb | 下载:0
[数据结构常用算法] HuffmanTree
说明:霍夫曼树编码与解码,给定数据构造出霍夫曼树,并进行二进制编码,最后再解码-Huffman tree encoding and decoding, given data Huffman tree is constructed, and the binary encoding, and then decoding<陈典浩> 在 2025-05-09 上传 | 大小:2kb | 下载:0
[数据结构常用算法] count_every_word
说明:对一篇文档中的单词进行统计,并将单词出现的频率由高到低进行排列,并打印,便于对一篇文章高频词汇进行统计,非常实用,并通过测试-Statistics on the word in a document, and the frequency of the word appears to be arranged by the high to low, and print, easy to a high frequency vocabulary<王> 在 2025-05-09 上传 | 大小:2kb | 下载:0