-
由文件系统来管理的简单的cache源代码,适用于ti的嵌入式开发系统...
由文件系统来管理的简单的cache源代码,适用于ti的嵌入式开发系统-from the document management system to the simple cache source code, apply to ti embedded system development
- 2022-10-06 22:55:03下载
- 积分:1
-
一个内存溢出检测类,使用C开发,可以跨平台.使用很方便,有示例...
一个内存溢出检测类,使用C开发,可以跨平台.使用很方便,有示例-A type of memory leak detection, the use of C developing, can be cross-platform. Very easy to use, there are examples of
- 2023-04-15 00:30:04下载
- 积分:1
-
完成内存池的分配,管理,应用,以及对内存的合理分配
完成内存池的分配,管理,应用,以及对内存的合理分配-The completion of the memory pool allocation, management, application, and the rational allocation of memory
- 2022-02-19 22:17:09下载
- 积分:1
-
在应用程序中,经常有一些任务需要在后台处理,实现方法有两种:计时器和OnIdle循环处理.本例使用计时器创建一个时钟...
在应用程序中,经常有一些任务需要在后台处理,实现方法有两种:计时器和OnIdle循环处理.本例使用计时器创建一个时钟-in the application process, often a number of tasks in the background, achieve two ways : OnIdle cycle timer and handling. The cases used to create a clock timer
- 2022-10-30 05:55:02下载
- 积分:1
-
将文件夹设置为共享的程序
将文件夹设置为共享的程序- Establishes the folder as the sharing procedure
- 2022-05-25 20:03:40下载
- 积分:1
-
VC 6.0 memory management programming skills include : 1. Shared memory pages; 2,...
VC++6.0 内存管理编程技巧
包括:
1、共享内存页;
2、内存映射文件;
3、虚拟内存。-VC 6.0 memory management programming skills include : 1. Shared memory pages; 2, the memory mapping file; 3, virtual memory.
- 2022-03-30 11:47:51下载
- 积分:1
-
fingerprint identification procedures, C++ source code, without limitation platf...
指纹识别的程序,全部C++源代码,没有平台限制,适合于windows 9X以上平台-fingerprint identification procedures, C++ source code, without limitation platform, suitable for windows 9X platform above
- 2023-03-25 23:00:04下载
- 积分:1
-
second session summarized Au 。术Now you can C P U E side of bridge shallow cavity
- 2022-03-05 18:37:51下载
- 积分:1
-
请认真阅读您的文件包然后写出其具体功能(至少要20个字)。尽量不要让站长把时间都花费在为您修正说明上。压缩包解压时不能有密码。系统会自动删除debug和rele...
请认真阅读您的文件包然后写出其具体功能(至少要20个字)。尽量不要让站长把时间都花费在为您修正说明上。压缩包解压时不能有密码。系统会自动删除debug和release目录,所以请不要将文件放在这两个目录下
-WEFVEFGSERHSRTMNDTM, DFMHFMFG
- 2022-02-05 03:20:25下载
- 积分:1
-
有时候,我们遇到的情况时,我们需要一些内核函数钩子…
Sometimes, we run into a situation when we badly need to hook some kernel function, but are unable to do it via conventional PE-based hooking. This article explains how kernel functions can be directly hooked. As a sample project, we are going to present a removable USB storage device as a basic disk to the system, so that we can create and manage multiple partitions on it (for this or that reason, Windows does not either allow or recognize multiple partitions on removable storage devices, so we are going to cheat the system). On this particular occasion, we will hook only one function, but the approach described in this article can be extended to handle multiple functions (for example, one of my projects required direct hooking of quite a few functions from the NDIS library). You should clearly realize that this article is about direct hooking and not about dealing with USB storage, so please don t tell me that the sample problem may have been solved differently.
- 2022-08-15 21:57:18下载
- 积分:1