资源列表
[数据结构常用算法] flann-1.6.11-src
说明:快速计算近似最近邻域,可用于图形处理中计算点云的k-Quickly compute approximate nearest neighbor, can be used for graphics processing point cloud computing knn<黄锦芳> 在 2025-10-31 上传 | 大小:486kb | 下载:0
[数据结构常用算法] ReaderFiles
说明:Java数据结构和算法中文第二版-内附的源码-Chinese Java data structures and algorithms second edition- the included source code<lsl> 在 2025-10-31 上传 | 大小:176kb | 下载:0
[matlab例程] nomalization
说明:模式识别 图像归一化 计算机视觉的预处理 -Pattern recognition, computer vision, image normalization pretreatment<yjchen> 在 2025-10-31 上传 | 大小:55kb | 下载:0
[matlab例程] MarkovChain
说明:马尔科夫域变模型的matlab代码,有需要的请自己下载-Markov model matlab code domain change<郭> 在 2025-10-31 上传 | 大小:10kb | 下载:0
[数值算法/人工智能] finite_markov_chain_and_algorithmic_application.r
说明:This eBook is "finite markov chain and algorithmic application"<zahra> 在 2025-10-31 上传 | 大小:556kb | 下载:1
[数据结构常用算法] 6-48
说明:构造任意k元(k≥2)Huffman树算法,k元哈夫曼树的构造与2元哈夫曼树的构造相同,差别只在于k元哈夫曼树需考虑虚设的0的个数。-Construct an arbitrary k-ary (k ≥ 2) Huffman tree algorithm, k element of the Huffman tree structure with two yuan the same Huffman tree structure, the difference lies in k-ary Huffma<tyq> 在 2025-10-31 上传 | 大小:1kb | 下载:0
[数据结构常用算法] 2-70
说明:实现把一个简单链表分裂成两个链表,使两个链表长度相等,或其中一个链表的结点数比另一个多1。思想:用两个指针p,h指向链表,初始时p指向表头结点,h指向第二个结点,然后p指针每次走一步,h指针每次走两步,这样当h走到表尾时,p正好走到中间,因此一个链表就是原链表中从头结点到p结束,另一个链表就是从p以后开始的链表。-Implement a simple list to split into two lists, so that the two lists of equal length, or o<tyq> 在 2025-10-31 上传 | 大小:1kb | 下载:2
[数据结构常用算法] DataStructer-Assigments
说明:数据结构的第二章作业。关于链表,栈等所有基本操作的代码-Chapter II of the data structure operations. About linked lists, stacks and all the basic operations of the code<王彬彬> 在 2025-10-31 上传 | 大小:114kb | 下载:0
