资源列表
[数据结构常用算法] BinaryTreeViaMFC
说明:画图法实验数据结构中二叉树先序、中序、后序遍历和显示。-Paint Method in the first order binary tree data structure, in order, post order traversal and display.<Benjamin Hoo> 在 2024-11-15 上传 | 大小:24.23mb | 下载:0
[数据结构常用算法] ninequeens
说明:解决数据结构题目中经典的九皇后问题的源代码。在Visual C++上运行。-To solve the problem of nine queens which is a classical problem when you learn the data structure.<Trista> 在 2024-11-15 上传 | 大小:596kb | 下载:0
[数据结构常用算法] LRU-update-Cache-
说明:LRU置换算法是选择最近最久未使用的页面予以置换。该算法赋予每个页面一个访问字段,用来记录一个页面自上次被访问以来经历的时间T,当须淘汰一个页面时,选择现有页面中T值最大的,即最近最久没有访问的页面。这是一个比较合理的置换算法。-LRU replacement algorithm is to select the page from lack of use the most recent to be replaced. The algo<shen6041> 在 2024-11-15 上传 | 大小:1kb | 下载:0
[数据结构常用算法] quicksort_s.c
说明:sequential quick sort using quick function<sara25> 在 2024-11-15 上传 | 大小:1kb | 下载:0
[数据结构常用算法] migongqiujie
说明:可以输入一个任意大小的迷宫数据,用非递归的方法求出一条走出迷宫的路径,并将路径输出-You can enter a maze of any size data obtained with a non-recursive way out of the labyrinth path and output path<罗峰> 在 2024-11-15 上传 | 大小:72kb | 下载:0