-
LRU算法,能输出缺页率,内存状态,和输入队列
LRU算法,能输出缺页率,内存状态,和输入队列-LRU algorithm, missing pages can be output rate, the memory state, and input queue
- 2022-07-22 06:35:00下载
- 积分:1
-
模拟操作系统中的主存的分配与回收,附带试验报告
模拟操作系统中的主存的分配与回收,附带试验报告-simulation of the operating system"s main memory allocation and recovery, fringe Test Report
- 2022-06-18 18:03:24下载
- 积分:1
-
file for windows 2000 pppoe
file for windows 2000 pppoe
- 2022-01-25 15:28:06下载
- 积分:1
-
一个 wince 安防的开发界面 。希望对大家有帮助
一个 wince 安防的开发界面 。希望对大家有帮助-The development of a wince security interface. We want to help. . .
- 2022-11-17 05:15:03下载
- 积分:1
-
dct变化,最简单 的
非常好用,清楚,明白! 离散余弦变换(Discrete Cosine Transform,DCT)是一种实数域变换,其变换核为实数余弦函数。对一幅图像进行离散余弦变换后,许多有关图像的重要可视信息都集中在DCT变换的一小部分系数中。因此,离散余弦变换(DCT)是有损图像压缩JPEG的核心,同时也是所谓“变换域信息隐藏算法”的主要“变换域(DCT域)”之一。因为图像处理运用二维离散余弦变换,所以直接介绍二维DCT变换。
- 2022-03-16 00:38:07下载
- 积分:1
-
graph traversal of the display (c language curriculum design data structures tha...
图的遍历的演示(c 语言 数据结构课程设计题)
/*定义图*/
typedef struct{
int V[M]
int R[M][M]
int vexnum
}Graph
/*创建图*/
void creatgraph(Graph *g,int n)
{
int i,j,r1,r2
g->vexnum=n
/*顶点用i表示*/
for(i=1 iV[i]=i
}
/*初始化R*/
for(i=1 iR[r1][r2]=1
g->R[r2][r1]=1
scanf("%d,%d",&r1,&r2)
}
}
-graph traversal of the display (c language curriculum design data structures that)/* definition of the map*/typedef s truct V (int int [M] R [M] [M]) int vexnum Graph/* create map*/void creatgraph (Graph* g, int n) (int i, j, r1, r2 g-
- 2023-05-29 19:45:03下载
- 积分:1
-
这是一个基于MFC框架下剪贴板操作的代码,希望对于初学者有一定的帮助...
这是一个基于MFC框架下剪贴板操作的代码,希望对于初学者有一定的帮助-This is an MFC-based operation under the framework of the clipboard code, hoping for some help for beginners
- 2022-04-23 12:01:34下载
- 积分:1
-
在windows上符号连接,非常
好用,VISTA中有类似实现
在windows上符号连接,非常
好用,VISTA中有类似实现-The symbolic links in the windows, very easy to use, VISTA realize there are similar
- 2022-07-04 12:36:08下载
- 积分:1
-
宣传类型的网站,适合中小型企业用户的需求,功能性很完整...
宣传类型的网站,适合中小型企业用户的需求,功能性很完整-Propaganda type of site is suitable for the needs of small and medium business users, functionality is very complete
- 2023-07-29 21:20:04下载
- 积分:1
-
基于VHDL语言,实现主程序的字符串和乘法器的设计。
基于VHDL语言,实现串并乘法器设计主程序-Based on the VHDL language, to achieve the main program string and Multiplier Design
- 2022-05-19 11:01:19下载
- 积分:1