-
开源工作流
open source workflow
- 2022-10-11 07:15:04下载
- 积分:1
-
c++ mfc 计算器功能 如windows自带
c++ mfc 计算器功能 如windows自带-c++ mfc calculator functions such as windows built-
- 2022-05-05 08:11:06下载
- 积分:1
-
建立一个快捷方式
建立一个快捷方式--Create a short cut.
- 2022-08-06 19:38:01下载
- 积分:1
-
This paper briefly discusses the use of DirectX Input received mouse input appro...
本文简单阐述了使用DirectX Input获得鼠标输入的办法。简单介绍DirectX Input使用的函数。-This paper briefly discusses the use of DirectX Input received mouse input approach. A brief introduction to the use of DirectX Input function.
- 2022-08-18 04:09:15下载
- 积分:1
-
通过调用Windows API,实现跟踪鼠标坐标位置功能
通过调用Windows API,实现跟踪鼠标坐标位置功能-By calling the Windows API, tracking the mouse coordinates of the location of functional
- 2022-08-21 15:17:01下载
- 积分:1
-
重载delete和new,并标记,可以发现内存泄露的部分代码。
重载delete和new,并标记,可以发现内存泄露的部分代码。-Overloading delete and new, and mark, you can find memory leaks in part of the code.
- 2022-03-13 01:19:58下载
- 积分:1
-
JOS Lab 2: Memory Management
The first component is a physical memory allocator for the kernel, so that the kernel can allocate memory and later free it. Your allocator will operate in units of 4096 bytes, called pages. Your task will be to maintain data structures that record which physical pages are free and which are allocated, and how many processes are sharing each allocated page. You will also write the routines to allocate and free pages of memory.
The second component of memory management is virtual memory, which maps the virtual addresses used by kernel and user software to addresses in physical memory. The x86 hardware memory management unit (MMU) performs the mapping when instructions use memory, consulting a set of page tables. You will modify JOS to set up the MMU page tables according to a specification we provide.
- 2022-02-05 12:16:48下载
- 积分:1
-
关于c51中asm代码和C代码的几个应用 实例 希望有兴趣的 来学习...
关于c51中asm代码和C代码的几个应用 实例 希望有兴趣的 来学习-On c51 in asm code and C code examples of several applications of interest I hope to learn
- 2023-03-13 21:00:03下载
- 积分:1
-
演示如何创建,启动,停止和删除NT的服务
演示如何创建,启动,停止和删除NT的服务-demonstrate how to create ,start, stop and delete NT service
- 2022-01-26 02:40:53下载
- 积分:1
-
虚拟内存,这个使用vc++实现的对于虚拟内存的管理,这个程序是vc开发大全里面的源代码,可以给学习的朋友一个详细的解释。习于此道的朋友可以下载来看看。...
虚拟内存,这个使用vc++实现的对于虚拟内存的管理,这个程序是vc开发大全里面的源代码,可以给学习的朋友一个详细的解释。习于此道的朋友可以下载来看看。-virtual memory, the use vc++ for the virtual memory management, the procedure is vc development Daquan inside the source code, can be a friend to learn a detailed explanation. Xi Road friend here can be downloaded to look at.
- 2022-12-06 03:40:03下载
- 积分:1