资源列表
[数据结构常用算法] datastruct_al_cPP
说明:可以提高数据结构的编程技巧和质量,同时也有大量的实例可供参考-Can improve the datastruct_al_c++ programming skills and quality, but also a large number of examples for reference<zhaowenbin> 在 2024-11-14 上传 | 大小:4.49mb | 下载:0
[数据结构常用算法] bin_tree
说明:自己数据结构试验课写的二叉树的遍历,简单实用,可以用一用-C program to solve bin_tree<huatengheiyue> 在 2024-11-14 上传 | 大小:26kb | 下载:0
[数据结构常用算法] xianxingbiao
说明:自己在数据结构的实验作业,简单明了,适合初学者,是线性表的合并-xianxingbiaode he bing<huatengheiyue> 在 2024-11-14 上传 | 大小:42kb | 下载:0
[数据结构常用算法] hash
说明:数据结构实验作业哈希表的建立与操作,有实验报告,上面的源码可通过-hash table<huatengheiyue> 在 2024-11-14 上传 | 大小:50kb | 下载:0
[数据结构常用算法] BinaryTreeViaMFC
说明:画图法实验数据结构中二叉树先序、中序、后序遍历和显示。-Paint Method in the first order binary tree data structure, in order, post order traversal and display.<Benjamin Hoo> 在 2024-11-14 上传 | 大小: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-14 上传 | 大小: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-14 上传 | 大小:1kb | 下载:0