-
vc动态链接库的一个很好的例子,希望对新手有所帮助,欢迎下载...
vc动态链接库的一个很好的例子,希望对新手有所帮助,欢迎下载-it is a vc dynamic link library
- 2022-03-01 10:18:34下载
- 积分:1
-
主要介绍TYPEA 协议的初始化和防冲突的主流程,希望对学习者有帮助。...
主要介绍TYPEA 协议的初始化和防冲突的主流程,希望对学习者有帮助。-introduce TYPE A protocal initialization and anti-collision main flow, hope to help beginner to learn TYPEA.
- 2022-08-23 12:46:33下载
- 积分:1
-
这是一个红绿灯小程序,看了会有用哦,主要用于新手上路。...
这是一个红绿灯小程序,看了会有用哦,主要用于新手上路。-This is a traffic light small program will read with, oh, mainly for Getting Started.
- 2022-08-06 16:41:05下载
- 积分:1
-
C++ C编程 用于学习C ++ 比较经典的书籍,推荐
C++ C编程 用于学习C ++ 比较经典的书籍,推荐-ms press inside c
- 2022-08-14 05:06:42下载
- 积分:1
-
关于动态添加删除一菜单项的例子
关于动态添加删除一菜单项的例子-of Dynamic add a menu item to delete the example
- 2023-06-23 04:35:03下载
- 积分:1
-
一个有趣的对象切割程序的附加剪切面
一个附加剪切面裁剪物体的有趣程序-an additional shear surface of the interesting objects cutting procedures
- 2023-08-11 17:20:04下载
- 积分:1
-
并行端口继电器计时器
其基于 Visual Basic 6 计时器可以运行 8 个继电器对指定的时间间隔。
每个时间间隔可以选择性的操作集合从 1 到 8 的继电器。
可以根据您的需要很长一段时间的程序。
这些继电器可以控制家用电器等。
- 2022-04-23 15:59:58下载
- 积分:1
-
Windows Application Startup Routine
Windows Application Startup Routine
- 2022-07-10 08:20:42下载
- 积分:1
-
该程序实现对一维数据轴上的最临近点的求解问题 采用方法:分治方法(找出中位数,两边递归)...
该程序实现对一维数据轴上的最临近点的求解问题 采用方法:分治方法(找出中位数,两边递归)-the process of achieving a dimensional data axis near the point of the methodology used to solve the problem : the administration (to identify the median on both sides, the recursive)
- 2022-09-13 15:50:03下载
- 积分: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