资源列表
[数据结构常用算法] data_structure
说明:我学习数据结构后的产品,个人认为非常全面,链表,树,图等都有源代码。-I study the data structure of the product, personally think that is very comprehensive, linked list, tree, map all source code.<Wissit> 在 2025-06-12 上传 | 大小:444kb | 下载:0
[数据结构常用算法] Data_Structure
说明:这是我们上数据结构课程时,老师的内部课件~~,享受吧-This is our data structure of curriculum, teacher s internal courseware ~ ~, enjoy it<wei> 在 2025-06-12 上传 | 大小:443kb | 下载:0
[数据结构常用算法] structdata
说明:这是学习数据结构很好的一些资料,其中还有许多重要程序的代码-This is a very good study of data structure information, which have lot of important code<王智慧> 在 2025-06-12 上传 | 大小:444kb | 下载:0
[数据结构常用算法] FirstAndFollow
说明:简单单高效的first集合follow集算法-failed to translate<james> 在 2025-06-12 上传 | 大小:444kb | 下载:0
[数据结构常用算法] data-structure-xiti
说明:数据结构C语言版 习题 练习 答案与解答 试卷-C-language version of the data structure exercises exercises and answers papers<W.Y.T.S> 在 2025-06-12 上传 | 大小:443kb | 下载:0
[数据结构常用算法] download.tar
说明:. 定义一个int型的一维数组,包含40个元素,用来存储每个学员的成绩,循环产生40个0~100之间的随机整数, 将它们存储到一维数组中,然后统计成绩低于平均分的学员的人数,并输出出来。 -Define a one-dimensional array of type int, contains 40 elements, used to store the results of each student, cycling between 40 0 ??to 100 random integ<胡志明> 在 2025-06-12 上传 | 大小:444kb | 下载:0
[数据结构常用算法] clock
说明:改进的Clock算法(Not Recently Used):为每页设置一访问位A,和一修改位M,将内存中的所有页面保存在一个类似于钟面的数据结构中,实验中采用了循环数组来模拟时钟。某页被访问,访问位置1;某页面被修改,修改位置1。本实验采用的是发生命中时,指针指向下一个页面。当发生缺页中断时,既要考虑最近未被访问过的页面,又要考虑最近未被修改过的页面,其执行步骤分为以下三步: 1:从当前指针所指位置扫描一遍循环数组,寻找A=0、M=0的页面,若找到,则置换页面,第一次扫描过程中不修改访问位。<vivi> 在 2025-06-12 上传 | 大小:443kb | 下载:0