-
在安装应用程序的过程中有时需要实现关闭或重启计算机的功能。本实例将介绍如何用Visual C++控制计算机的关机和重启。...
在安装应用程序的过程中有时需要实现关闭或重启计算机的功能。本实例将介绍如何用Visual C++控制计算机的关机和重启。-In the process of installing the application is sometimes necessary to achieve the shut down or restart the computer functions. This example describes how to use Visual C++ control computer shutdown and restart.
- 2022-03-24 04:57:56下载
- 积分: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
-
Ergodic state process of a wide range of users to achieve the specific violence...
多种用户态遍历进程的具体实现.....
TOOLHELP32 API 接口
暴力搜索-Ergodic state process of a wide range of users to achieve the specific violence ..... TOOLHELP32 API search interface ..
- 2022-08-08 14:47:56下载
- 积分:1
-
学生管理,是一个很经典的程序,可以把VB和数据库结合起来。适合来学习数据库。...
学生管理,是一个很经典的程序,可以把VB和数据库结合起来。适合来学习数据库。-Student Management
- 2022-03-02 12:42:37下载
- 积分:1
-
API钩子库最新版本的API函数进行包装钩…
API Hook Lib最新版
对api的hook功能,进行了封装。直接使用其接口,非常方便对函数进行hook.该版本修改了以前的bug,使用更稳定。-API Hook Lib latest version of the hook of the api functions carried out packaging. Direct use of its interface is very convenient to the function hook. This version changes the previous bug, use the more stable.
- 2022-03-10 22:42:22下载
- 积分:1
-
得到当前的磁盘的可用空间
得到当前的磁盘的可用空间-Get the current free disk space
- 2022-02-15 14:29:14下载
- 积分:1
-
讲述一个简单的win32应用程序的创建,包括其主要的组成部分
讲述一个简单的win32应用程序的创建,包括其主要的组成部分-On a simple win32 application creation, including its major components
- 2022-03-18 04:28:51下载
- 积分:1
-
Windows自带的
windows自带的api存在问题,微软自己的文档都说在磁盘访问频繁的情况下,初始分配的定额缓冲区会溢出,造成部分磁盘访问不能监视,就是readdirectorychangesw这个函数存在问题,本类很好的解决了这个问题。-windows built-in api problems, Microsoft
- 2022-06-30 00:35:33下载
- 积分:1
-
通常考虑在多用程序编写的程序
通常认为在编写程序中用到多线程是一个高级的编程任务,容易发生错误。在本月的栏目中,我将在一个Windows® 窗体应用程序中使用多线程,它具有实际的意义,同时尽量使事过去用 C++/MFC 开发程序时,常常为用户提供鼠标的右键单击功能,如今在 .NET 框架中使用 C#,也想在程序中提供鼠标右键单击功能,比如,在文本框、窗格、标签以及主窗口背景上使用鼠标右键。毕竟 C# 不是 C++/MFC,那么如何用 C# 处理鼠标事件呢?-Usually consider the procedures used in the preparation of multi-threaded programming is an advanced task, prone to error. In this month
- 2023-03-23 16:30:04下载
- 积分:1
-
vc做的一个进程间通信的程序,包括共享内存,消息传递,消息管道...
vc做的一个进程间通信的程序,包括共享内存,消息传递,消息管道-vc do an inter-process communication procedures, including shared memory, message passing, the news channel
- 2022-05-29 13:37:11下载
- 积分:1