-
in vc development environment, the window
在vc++开发环境中,非窗口的定时器是比较复杂的工作,所以笔者开发了一个类,能实现非窗口定时器-in vc development environment, the window-timer is quite complex, so I developed a class, window to achieve non-timer
- 2023-05-17 18:05:03下载
- 积分:1
-
NT Performance Statistics category NT Performa
NT 性能统计类NT performa -NT Performance Statistics category NT Performa
- 2022-01-22 10:29:21下载
- 积分:1
-
这是一个处理C语言中鼠标处理的程序,对于初学C编程的人应该有帮助的...
这是一个处理C语言中鼠标处理的程序,对于初学C编程的人应该有帮助的-This is a C language processing mouse handling procedures, for beginners C programming should be helpful
- 2022-06-27 00:15:53下载
- 积分:1
-
DELPHI编写的HOOK API实现DLL全局钩子启动记事本的程序
DELPHI编写的HOOK API实现DLL全局钩子启动记事本的程序-DELPHI prepared HOOK API to achieve the overall hook DLL procedures start Notepad
- 2023-01-07 19:20:03下载
- 积分:1
-
剪贴板查看器代码,可直接运行。VC++语言开发,可用来学习剪贴板的操作和使用。...
剪贴板查看器代码,可直接运行。VC++语言开发,可用来学习剪贴板的操作和使用。-Clipboard Viewer code, can be directly run. VC++ Language development, can be used to study the operation and use of the clipboard.
- 2022-05-17 21:00:44下载
- 积分:1
-
用C语言编写的马步图;比较简单,思路是采用把象棋先转换成矩阵,然后再检索图找哈密顿回路...
用C语言编写的马步图;比较简单,思路是采用把象棋先转换成矩阵,然后再检索图找哈密顿回路-Written in C language with Bu map relatively simple idea is used to convert the first matrix of chess, and then retrieve the map to find the Hamiltonian circuit
- 2022-02-25 01:14:19下载
- 积分:1
-
this example we can refer to these landing certification also means the realizat...
这个例子可以参考这些登陆认证,也就是实现windows的登陆是用户接口-this example we can refer to these landing certification also means the realization of the landing windows user interface is
- 2023-03-24 14:50:03下载
- 积分:1
-
使用内存映射文件共享数据的例子
使用内存映射文件共享数据的例子- The use memory maps the document sharing data the example
- 2022-02-01 01:32:07下载
- 积分:1
-
该程序用于设置程序的自动启动和运行,多用于程序的演示操作...
该程序用于设置程序的自动启动和运行,多用于程序的演示操作-The program for the automatic setup program up and running, multi-operation for the demonstration program
- 2022-02-13 19:10:22下载
- 积分:1
-
存储管理中页面置换算法性能测试
要求:设系统采用固定分配局部置换的存储分配策略,编写仿真程序对下述页面
置换算法进行性能测试,并对结果进行分析和比较...
存储管理中页面置换算法性能测试
要求:设系统采用固定分配局部置换的存储分配策略,编写仿真程序对下述页面
置换算法进行性能测试,并对结果进行分析和比较。
(1) 最佳适应(Optimal)页面置换算法;
(2) 先进先出(FIFO)页面置换算法;
(3) 最近最久未使用(LRU)页面置换算法;
(4) 最少使用(LFU)页面置换算法。
要求可适用于键盘输入和自动产生随机页面走向序列两种数据输入方式。-Memory management page replacement algorithm in the performance testing requirements: system for the distribution of partial replacement of fixed storage allocation strategy, the preparation of simulation program on the following page replacement algorithm performance testing, and the results were analyzed and compared. (1) the best adaptation (Optimal) page replacement algorithm (2) First In First Out (FIFO) page replacement algorithm (3) the most recent use of long (LRU) page replacement algorithm (4) use at least (LFU) page replacement algorithm. Requirements applicable to the keyboard input and automatically generated pages to a random sequence of two data entry methods.
- 2022-03-10 14:23:25下载
- 积分:1