-
MFC中有两类线程,分别称之为工作者线程和用户界面线程。二者的主要区别在于人工辅助线程没有消息循环,而用户界面线程有自己的消息队列和消息循环...
MFC中有两类线程,分别称之为工作者线程和用户界面线程。二者的主要区别在于人工辅助线程没有消息循环,而用户界面线程有自己的消息队列和消息循环-There are two types of MFC thread, referred to as worker threads and user interface thread. The main difference between the artificial auxiliary thread is no news cycle, and the user interface thread has its own message queue and message loop
- 2022-01-26 00:48:18下载
- 积分:1
-
测试硬盘、网络的速度
测试硬盘、网络的速度-Test your hard disk, network speed
- 2022-06-29 05:36:41下载
- 积分:1
-
The use of C in the built
使用C中自带的驱动去改变字体和颜色-The use of C in the built-in drive to change fonts and colors
- 2023-06-11 13:45:03下载
- 积分:1
-
MFC的SDI程序,但是可以通过菜单选项轻松控制多个视口之间的切换...
MFC的SDI程序,但是可以通过菜单选项轻松控制多个视口之间的切换-MFC-SDI program, but can be easily controlled through the menu options to switch between multiple viewports
- 2022-05-06 21:57:53下载
- 积分:1
-
文件监视器,监视目录的文件读写
文件监视器,监视目录的文件读写-document monitors, surveillance directory file reader
- 2023-04-19 12:30:04下载
- 积分:1
-
VB源码,剪贴板的应用
VB源码,剪贴板的应用-VB source code, the application of the clipboard
- 2022-12-19 08:05:03下载
- 积分:1
-
基于C++BUILDER环境,初学者很适用,代码简单易懂,对学习和借鉴有很大好处,可移植很强,我测试的版本是BCB60,身份识别程序源代码...
基于C++BUILDER环境,初学者很适用,代码简单易懂,对学习和借鉴有很大好处,可移植很强,我测试的版本是BCB60,身份识别程序源代码-Based on the C++ BUILDER environment is applicable for beginners, easy-to-understand code, and has a lot to learn from the benefits of highly portable, I tested version BCB60, identification procedures for source code
- 2023-06-12 14:40:04下载
- 积分:1
-
一个可以任意更改界面上的控件位置。使用者可按自已的方式排列。满足不同的需求.
一个可以任意更改界面上的控件位置。使用者可按自已的方式排列。满足不同的需求.-One can change the location of interface control. Users can arrange their own way. To meet different needs.
- 2022-02-03 21:08:21下载
- 积分:1
-
一个桌面的泡泡提醒程序,调用系统的api实现。。可供学习
一个桌面的泡泡提醒程序,调用系统的api实现。。可供学习-A desktop to remind the bubble process, realize api call system. . For learning
- 2022-03-25 07:12:05下载
- 积分: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