资源列表

« 1 2 ... .36 .37 .38 .39 .40 1841.42 .43 .44 .45 .46 ... 2656 »

[数据结构常用算法clock

说明:改进的Clock算法(Not Recently Used):为每页设置一访问位A,和一修改位M,将内存中的所有页面保存在一个类似于钟面的数据结构中,实验中采用了循环数组来模拟时钟。某页被访问,访问位置1;某页面被修改,修改位置1。本实验采用的是发生命中时,指针指向下一个页面。当发生缺页中断时,既要考虑最近未被访问过的页面,又要考虑最近未被修改过的页面,其执行步骤分为以下三步: 1:从当前指针所指位置扫描一遍循环数组,寻找A=0、M=
<vivi> 在 2024-10-03 上传 | 大小:453632 | 下载:0

[数据结构常用算法wuban

说明:这个是一个简单的用数据结构队列知识 C++ 解决的舞伴问题-dress friends problem
<莫焱涯> 在 2024-10-03 上传 | 大小:1024 | 下载:0

[数据结构常用算法dongtaiguihua

说明:非常典型的几道动态规划题目,很适合入门。-Very typical dynamic programming subject, it is suitable for beginners.
<xiayang> 在 2024-10-03 上传 | 大小:9216 | 下载:0

[数据结构常用算法zoj-1094

说明:zoj的ACM模拟测试题,第1094道:矩阵链乘 测试时为0ms通过-The ACM test of zoj,1094:Matrix Chain Multiplication
<mzdbskipop> 在 2024-10-03 上传 | 大小:9216 | 下载:0

[数据结构常用算法zoj-1259

说明:zoj的第1259道ACM模拟测试题,关于出栈序列合法性-The 1259th test of ZOJ
<mzdbskipop> 在 2024-10-03 上传 | 大小:7168 | 下载:0

[数据结构常用算法zoj-2212

说明:zoj的第2212测试题:阿耳戈斯(希腊神话中的百眼巨人)-the 2212nd test of zoj:Argus
<mzdbskipop> 在 2024-10-03 上传 | 大小:6144 | 下载:0

[数据结构常用算法ASH

说明:this about hashing algorithm-this is about hashing algorithm
<Hadis> 在 2024-10-03 上传 | 大小:94208 | 下载:0

[数据结构常用算法gvfdg-

说明:实现二叉树非递归的前中后序遍历!使用链表建立的二叉树,C++编写的-To achieve binary tree before in non-recursive traversal Use linked lists to establish the binary tree, written in C
<杨毅> 在 2024-10-03 上传 | 大小:1024 | 下载:0

[数据结构常用算法elevator

说明:电梯模拟,实现一个模拟电梯的环境,用C程序实现的,封装良好-elevator modify
<苏一帆> 在 2024-10-03 上传 | 大小:920576 | 下载:0

[数据结构常用算法binary-tree

说明:数据结构 二叉树的操作,可以对二叉树进行最基本的操作,先建立二叉树。-The operation of the binary tree, binary tree with the most basic operation, first create a binary tree.
<prince> 在 2024-10-03 上传 | 大小:2048 | 下载:0

[数据结构常用算法stack-and-queue-

说明:数据结构 栈和队列及其应用 对栈进行一些操作-Data structures stack and queue and its application to carry out some operations on stack
<prince> 在 2024-10-03 上传 | 大小:4096 | 下载:0

[数据结构常用算法Sorting-algorithm

说明:排序算法 数据结构 做课设自己做的,可以进行数字排序。-Sorting algorithm data structure to do the lesson set up their own do
<prince> 在 2024-10-03 上传 | 大小:1024 | 下载:0
« 1 2 ... .36 .37 .38 .39 .40 1841.42 .43 .44 .45 .46 ... 2656 »

源码中国 www.ymcn.org