资源列表
[数据结构常用算法] The-SP-of-WH-Univers
说明:利用BellmanFord算法计算武汉各高校之间最短路径。-The shortest path algorithm of Wuhan Universities based on BellmanFord<pp2w> 在 2025-06-15 上传 | 大小:36kb | 下载:0
[数据结构常用算法] List-for-set-intersection-problem
说明:已知两个单链表A与B分别表示两个集合,其元素类型为int且递增排列,其头结点指针分别为a,b。求出A与B的交集,要求C同样以元素值递增的单链表形式储存。-Known two single chain A and B denote two collections whose elements of type int and ascending, the head node pointers are a, b. Find the intersection of A and B, C similarl<taosq> 在 2025-06-15 上传 | 大小:3kb | 下载:0
[数据结构常用算法] 2dp
说明:传说HMH大沙漠中有一个M*N迷宫,里面藏有许多宝物。某天,Dr.Kong找到了迷宫的地图,他发现迷宫内处处有宝物,最珍贵的宝物就藏在右下角,迷宫的进出口在左上角。当然,迷宫中的通路不是平坦的,到处都是陷阱。Dr.Kong决定让他的机器人卡多去探险。 但机器人卡多从左上角走到右下角时,只会向下走或者向右走。从右下角往回走到左上角时,只会向上走或者向左走,而且卡多不走回头路。(即:一个点最多经过一次)。当然卡多顺手也拿走沿路的每个宝物。 Dr.Kong希望他的机器人卡多尽量多地带出宝物。请<huocong> 在 2025-06-15 上传 | 大小:1kb | 下载:0
[数据结构常用算法] stringclass
说明:定义了字符串类,并实现了基本类函数,比较,拼接等-Defines the string class, and to achieve the basic class functions, comparison, stitching, etc.<julia> 在 2025-06-15 上传 | 大小:2kb | 下载:0
[数据结构常用算法] GradeCompare
说明:读取文本中的学生成绩信息,实用堆排序输出成绩前三名的学生信息-Read the text of student achievement information, practical heap sort output scores of the top three student information<julia> 在 2025-06-15 上传 | 大小:529kb | 下载:0
[数据结构常用算法] code
说明:使用回溯法解决的典型问题的算法:骑士巡游问题,n皇后问题,0-1背包问题。 使用递归与分治策略解决的几个问题的算法:Hanoi塔问题和二分搜索技术。-Use backtracking to solve the typical problems of algorithms: knight tour problem, n queens problem 0-1 knapsack problem. Use recursion and divide and conquer strategy to so<> 在 2025-06-15 上传 | 大小:4kb | 下载:0
[数据结构常用算法] data-sources
说明:很好的源码可以实现远程监控,远程画面传输-A good source remote monitoring can be achieved<剑侠> 在 2025-06-15 上传 | 大小:729kb | 下载:0
[数据结构常用算法] SegmentTree
说明:acm的线段树方面的ppt,代码等。适合参加程序设计竞赛的同学-acm aspects of the segment tree ppt, code, etc.. Suitable for students to participate in programming contest<HBR> 在 2025-06-15 上传 | 大小:7.62mb | 下载:0
[数据结构常用算法] redis2.6.13-modify-intset
说明:开源的no-sql的数据库redis的2.6.13版本中,修改了intset的代码,增加了降级功能,可以减少内存的消耗。-Open source no-sql database redis the 2.6.13 version, modified intset code, increasing the degradation function, you can reduce memory consumption.<tree> 在 2025-06-15 上传 | 大小:6kb | 下载:0
[数据结构常用算法] 100programs-in-Python
说明:一百个用Python实现的小算法或小程序!绝对实用!如: 【程序56】 题目:画图,学用circle画圆形。 1.程序分析: 2.程序源代码: #include "graphics.h" main() { int driver,mode,i float j=1,k=1 driver=VGA mode=VGAHI initgraph(&driver,&mode,"") setbkcolor(YELLOW) fo<race> 在 2025-06-15 上传 | 大小:89kb | 下载:0
[数据结构常用算法] GreedyAlgorithm
说明:Prim,Kruskal,Dijkstra 三个算法的java统一界面实现,可以用同一个界面以及公用一些类与变量,最后还有哈弗曼算法实现,可以作为学习算法的好例子-Prim, Kruskal, Dijkstra algorithm java three unified interface to achieve, you can use the same interface as well as public classes and variables, and finally Huffman a<lishanmin> 在 2025-06-15 上传 | 大小:531kb | 下载:0