资源列表
[数据结构常用算法] search_graph
说明:一个python程序,实现了无向图的结构模拟,以及广度优先搜索的算法,以及显示最短路径之一。用leo+ulipad实现。-A python program to realize the structure of an undirected graph simulation, as well as the breadth-first search algorithm, and display one of the shortest path. By leo+ ulipad achieved.<周鹏> 在 2025-06-19 上传 | 大小:2kb | 下载:0
[数据结构常用算法] daoshuiwenti
说明:水壶问题C++实现,还是很不错的,希望对大家有帮助-Kettle problem C++ Achieved, is still very good, hope you help! !<ashang> 在 2025-06-19 上传 | 大小:257kb | 下载:0
[数据结构常用算法] nuaa1507_DancingLink_trackback.cpp
说明:高德纳发明的高效数据结构dancing link,这里是解重复覆盖问题的一个演示-Donald Knuth invented efficient data structure dancing link, here is the solution to repeat coverage of a demonstration<LJJ> 在 2025-06-19 上传 | 大小:2kb | 下载:0
[数据结构常用算法] hdu3091_Necklace
说明:HDU3091 求解哈密顿回路数,状态压缩动态规划实现-Solving Hamiltonian circuit HDU3091 the number of dynamic programming to achieve the state compression<LJJ> 在 2025-06-19 上传 | 大小:1kb | 下载:0
[数据结构常用算法] LiTi
说明:我这样解读,listener1,listener2, ...listenerN 都注册到线程1中. 事件都触发了于是就开始从listener1 开始响应,响应完了listener1,后再响应listener2, listenerN. 但是这里因为 listener1, 虽然启动了要更新界面,但是只是触发了listener2(我们假设listener2去更新界面),因为listener1 一直没有返回,所以一直轮不到 listener2执行.所以我们让listener1很快返回的话,界面就可以更新<阳> 在 2025-06-19 上传 | 大小:54kb | 下载:0