资源列表
[数据结构常用算法] MARK_KNN
说明:k-nearest-neighbor K近邻算法的C++实现,训练后模型可以对测试数据进行归类。找了一些PUDN上的程序发现都没有很好的训练和测试数据集,所以自己写了一个直接放在main函数里面,不要从外部文件读取。工程运行于vc++ 6.0环境。Debug目下exe文件可以直接双击运行查看结果。-K nearest neighbor of C++ implementation, training model can be classified on the test data. Find so<> 在 2025-06-07 上传 | 大小:345kb | 下载:0
[数据结构常用算法] Java-data-structure-
说明:java数据结构与算法,适合初学者学习使用-java data structures and algorithms, suitable for beginners learning to use<abcdefg> 在 2025-06-07 上传 | 大小:24mb | 下载:0
[数据结构常用算法] Introduction-to-Algorithms.2nd.EN
说明:算法导论中文版第二版。不是94年版的数据结构和算法。当时在网上找这本书的时候发现很多写着算法导论但是下载后发现都是现代计算机常用数据结构和算法。所以上传给需要的朋友们!-Introduction to Algorithms second edition of the Chinese version. Not the 94-year version of the data structures and algorithms. At that time the Internet looking fo<仙儿> 在 2025-06-07 上传 | 大小:46.52mb | 下载:0
[数据结构常用算法] CPP-Algorithm-Guinness
说明:C++算法大全中文版。好的算法对成为一个优秀的程序员是很有必要的。学习别人的算法,消化成自己的东西!有需要的朋友可以下载看看。-C++ algorithms Daquan Chinese. Good algorithm to become a good programmer is very necessary. Learn other people s algorithms into their own things to digest.<仙儿> 在 2025-06-07 上传 | 大小:7.68mb | 下载:0
[数据结构常用算法] graph(linjiejuzhen)
说明:基于C++模板,用邻接矩阵的方式,实现了基本的Graph(map)的构建,并实现了深度优先搜索和广度优先搜索,同时加入了测试用的数据读入和写入函数,便于调试和在本代码基础上进行进一步扩充。-Based on C++ templates, adjacency matrix, enabling a basic Graph (map) to build and achieve a depth-first search and breadth-first search, also joined the<> 在 2025-06-07 上传 | 大小:682kb | 下载:0
[数据结构常用算法] Test_List
说明:本代码,实现了基本的链表结构,同时完成了链表的翻转操作。链表的翻转是IT程序员面试时的常见问题,对找工作的同学,进一步了解链表的性能,有很大的帮助。-The code to achieve the basic linked list structure, and complete list of the flip operation. Flip is a list of common IT programmer interview questions for students to find w<> 在 2025-06-07 上传 | 大小:500kb | 下载:0