资源列表
[数据结构常用算法] double-foot-robot-program
说明:机器人是一个热衷的话题,也是现在发展的趋势,也是我们这些电子爱好者追求的东西,这是一点点关于双足机器人的研究程序-The robot is a hot topic, is also a trend, also is we these electronic enthusiasts to pursue something, this is a bit of a biped robot research program<XUNGEER> 在 2025-06-19 上传 | 大小:50kb | 下载:0
[数据结构常用算法] disjoinset
说明:自己写的并查集数据结构,用于实现不相邻集合的查找与合并-Write your own and check the set data structure used to implement a set of non-adjacent Find and merge<MikeHu> 在 2025-06-19 上传 | 大小:1kb | 下载:0
[数据结构常用算法] BinaryTree
说明:自己实现的二叉树,包括头文件,实现函数和试用程序-Own implementation of a binary tree, including the header files, functions, and try to achieve the program<MikeHu> 在 2025-06-19 上传 | 大小:310kb | 下载:0
[数据结构常用算法] Supermarket-location-problem-
说明:基于MFC的超市选址问题。用户可以点击屏幕地图任意位置设置居民住址,系统会根据快排序、中值算法找出最佳的超市修建位置。-MFC-based supermarket siting problems. Users can click anywhere on the map screen settings resident address, the system will soon sort out the best value in the algorithm to build a supermar<姚陈堃> 在 2025-06-19 上传 | 大小:4.51mb | 下载:0
[数据结构常用算法] WordFilter
说明:多叉树关键词匹配过滤.树从文本文件二进制文件加载;在程序里动态添加关键字-Multi-tree keyword matching filter.<lingxi123> 在 2025-06-19 上传 | 大小:24kb | 下载:0
[数据结构常用算法] student_information
说明:C++编写的学生基本信息管理系统,包括链表的建立,排序,增加新结点等。-Students basic information management system are written in C++ , including the establishment of the list, sorting, adding new nodes and so on.<王雯> 在 2025-06-19 上传 | 大小:2kb | 下载:0
[数据结构常用算法] sudoku
说明://一个解数独的程序,纯C编写,不依赖特殊库,移植容易。个人原创! //采用的回溯法,剪枝程序采用动态规划思想进行了大量优化,比一般数独程序可以统计用多少步,中间碰到多少分支,侧面反映题目难度,虽然不能和人的技巧相比,也可以参考一下。 //对于研究数独方法或许没有帮助,但是可以帮助验证结果,统计难度。对于出题时可以去掉的项,也可用其验证。有代码,看懂后可以随便修改。 //解世界上最难数独大概1s左右 //程序作者:原建业-Sudoku @ a program written in<原建业> 在 2025-06-19 上传 | 大小:6kb | 下载:0