-
关键词搜索
我们需要在文本文档中搜索关键字。有时我们也需要在一个单一的搜索多关键字搜索。因此,此项目可以从word文档中搜索关键字,并可以为找到的关键字着色。
- 2022-01-21 03:17:58下载
- 积分: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
-
虚拟示波器源代码,使用声卡作为输入
虚拟示波器源代码,使用声卡作为输入-virtual oscilloscope source code, the use of audio input
- 2023-08-11 14:20:03下载
- 积分:1
-
讲解C++,PPT(主要是解释数组)
讲解C++的PPT(主要是关于数组的讲解)-Explain the C++, PPT (mainly about the array of explanations)
- 2022-03-15 20:54:14下载
- 积分:1
-
TC2.0 是一款C语言编程器 ,压缩包解压时不能有密码。
TC2.0 是一款C语言编程器 ,压缩包解压时不能有密码。-TC2.0 is a C language programming, and the cabinet should not have a password when extracting.
- 2022-07-28 09:28:54下载
- 积分:1
-
数学库――常用数值算法库
注释清楚,说明完善
数学库――常用数值算法库
注释清楚,说明完善 -math-- commonly used numerical algorithm library Notes clearly that the perfect
- 2022-07-06 09:30:33下载
- 积分:1
-
CH7013 视频编码芯片的WINCE驱动程序,可以在WINCE50中使用。
CH7013 视频编码芯片的WINCE驱动程序,可以在WINCE50中使用。-CH7013 video encoder chip WINCE driver, in WINCE50 use.
- 2022-04-23 23:33:22下载
- 积分:1
-
完成端口(Completion Port)详解
IOCP充分利用内核对象的调度,只使用少量的几个线程来处理和客户端的所有通信,消除了无谓的线程上下文切换,最大限度的提高了网络通信的性能。
- 2023-05-06 11:05:03下载
- 积分:1
-
基于Opencv3.4的图像匹配
采用Opencv3.4进行图像匹配,环境为win10,vs2017。代码实现过程,1,通过surf特征点检测算子对图像进行特征提取2,对将图像中的特征点进行匹配。3,筛选匹配度高的特征点。4,根据匹配的特征点计算图像之间的投影矩阵。5,根据投影矩阵获取图像之间的对应关系。
- 2023-05-29 18:55:21下载
- 积分:1
-
比较完善的图书馆管理系统,如有不明白之处请email本人。
比较完善的图书馆管理系统,如有不明白之处请email本人。-A fairly complete library management system, if not understand, please email me.
- 2022-07-23 00:13:07下载
- 积分:1