-
鼠标定位器
本程序由vc2012基于win32框架编写,基本原理是设计定时器按时刷新界面显示鼠标位置及所指窗口信息。
- 2023-09-05 01:05:02下载
- 积分:1
-
This is a c++ to achieve with the students course system, there is no interface...
这是一个用c++实现的学生选课系统,没有界面,是在控制台下,其中涉及到了文件的读写相关知识-This is a c++ to achieve with the students course system, there is no interface in the console, in which the document relates to the knowledge of reading and writing
- 2022-11-01 06:40:02下载
- 积分:1
-
宿舍管理系统
宿舍管理系统,功能较齐全。操作简单
改编于其他地方,可作数据结构等为课程设计
- 2022-01-25 15:21:47下载
- 积分:1
-
生命游戏。单人玩的小游戏
生命游戏。单人玩的小游戏-Game of Life. Single-play game. . . . . . . . . . .
- 2022-04-08 08:22:43下载
- 积分:1
-
关机,试用时先保存好文件。
关机,试用时先保存好文件。-shutdown, when the first trial to preserve the documents.
- 2022-04-20 20:41:40下载
- 积分:1
-
生成cp1250~cp1258 8x8点阵字库
生成cp1250~cp1258 8x8点阵字库-Generated cp1250 ~ cp1258 8x8 dot matrix font
- 2022-01-27 13:14:20下载
- 积分:1
-
提取具有阴影物体轮廓,去除阴影干扰,C++,
提取具有阴影物体轮廓,去除阴影干扰,C++,-shading
- 2022-04-20 06:15:38下载
- 积分:1
-
汇编语言进行简单运算
将累加器A中的压缩BCD码拆开,形成非压缩BCD码,存入40H,41H单元
- 2023-01-21 15:45:04下载
- 积分:1
-
一个很不错的基于SIP的voip软件电话,基本可用的
一个很不错的基于SIP的voip软件电话,基本可用的-A very good SIP-based voip software phones, the basic available
- 2022-06-17 13:47:02下载
- 积分:1
-
Abstraction:
This design require me use a most unusual swap algorithm. When swa...
本次设计要求我使用最不经常使用页面淘汰算法。该算法在需要太太某一页是,首先淘汰到当前时间为止,被访问次数最少的那一页。这只要在页表中给每一页增设一个访问计数器即可实现。每当该页被访问时,访问计数器加1,而发生一次缺页中断时,则淘汰计数值最小的那一页,并将所有的计数器清零。-Abstraction:
This design require me use a most unusual swap algorithm. When swap operation is demanded, this algorithm first swap the least accessed page up to present. To implement this algorithm, only need add a counter variable to eash page of the page table. When one page is accessed, the counter increase one. When page invalid interrupt occur, wash out the page with least count, then reset all the counters to zero.
- 2023-08-21 12:30:03下载
- 积分:1