资源列表
[C#编程] xunicunchuqi
说明: 模拟分页式虚拟存储管理中硬件的地址转换和缺页中断,以及选择页面调度算法处理缺页中断。 1.模拟分页式存储管理中硬件的地址转换和产生缺页中断。 2.用先进先出(FIFO)页面调度算法处理缺页中断。 3.用最近最少用(LRU)页面调度算法处理缺页中断。 -Analog paging virtual memory management hardware address translation and page fault, and choose a paging algorit<aihao> 在 2025-06-07 上传 | 大小:2kb | 下载:0
[C#编程] huffmantree
说明:huffman tree的实现代码,包含huffman.h,minheap.h和main.cpp三个文件-the application of huffmantree<大婷> 在 2025-06-07 上传 | 大小:2kb | 下载:0
[C#编程] rrrrrrr
说明:以邻接多重表为存储结构,实现连通无向图的深度优先和广度优先遍历。以用户指定的结点为起点,分别输出每种遍历下的结点访问序列和相应生成树的边集。-To the adjacent multi-table storage structure, connectivity undirected graph depth first and breadth-first traversal. User-specified node as a starting point, respectively, under<liuxuqi> 在 2025-06-07 上传 | 大小:2kb | 下载:0
[C#编程] zhongxudiguiyufeidigui
说明:中序递归与非递归,很简单的代码,请放心下载,无毒。-#include "stdio.h" #include"stdlib.h" #define MAXSIZE 20 typedef int datatype typedef struct Node { datatype data struct Node*lchild struct Node*rchild }Btnode,*Btree typedef struct {<赵王> 在 2025-06-07 上传 | 大小:2kb | 下载:0
[C#编程] ReportDataAnalysis
说明:实现对水晶报表格式的文件进行解析,一行一行解析,找到自己想要的数据-Realization of Crystal Reports format file parsing, line by line analysis, to find their desired data<陆月> 在 2025-06-07 上传 | 大小:2kb | 下载:0