-
Maze algorithm, to find the path in a maze map.
Maze algorithm, to find the path in a maze map.
- 2022-01-25 18:48:59下载
- 积分:1
-
使用CSS和JS制作一个简单的漫画阅读器
漫画是萌人的最爱。 一个漫画是由若干回构成的。 每一回都有很多帧的漫画。 请使用CSS和JS制作一个漫画阅读器。
该阅读器可以对一回漫画进行浏览。 他有两个链接 分别是下一张, 和上一张。
用户点击下一张时,页面中的图片切换为下一帧图片, 点击上一张时切换为上一帧图片, 当到最前面或最后的时候要提示用户。
- 2023-01-22 16:35:04下载
- 积分:1
-
航空摄影测量内定向源代码
航空摄影测量内定向源代码-aerial photographic surveying orientation within the source code
- 2022-03-18 21:42:05下载
- 积分:1
-
文本控件自动滚动文本(视觉基本6)
在Text控件里自动滚动文字(Visual basic 6.0)-the Text Control is automatically scrolling text (Visual basic 6.0)
- 2022-01-30 18:59:20下载
- 积分:1
-
使用VC6.0开发的LoanArranger系统,包括整个工程文件
使用VC6.0开发的LoanArranger系统,包括整个工程文件-VC6.0 developed using LoanArranger system, including the entire project file
- 2022-03-10 15:50:54下载
- 积分:1
-
sitemap
sitemap - Please read your package and describe it at least 40 bytes in English.-sitemap- Please read your package and describe it at least 40 bytes in English.
- 2022-08-09 17:38:35下载
- 积分:1
-
远程监控程序。rar
远程监控程序.rar-remote monitoring procedures. Rar
- 2023-02-15 14:30:04下载
- 积分:1
-
LightningThis excellent Java applet lets you add flashing Lightning to your page...
LightningThis excellent Java Applet lets you add flashing Lightning to your page!可以使页面添加闪烁加亮效果-LightningThis excellent Java applet lets you add flashing Lightning to your page! Pages can add flicker-plus results
- 2023-06-26 01:05:04下载
- 积分: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
-
二叉树的相关操作,实现前序,中序,后序遍历,算元素个数,树高...
二叉树的相关操作,实现前序,中序,后序遍历,算元素个数,树高-Binary tree-related operations, to achieve pre-order, middle order, postorder, count number of elements, tree height,
- 2022-10-22 03:10:03下载
- 积分:1