-
读取windows log的日志文件并解析,类似windows自带的eventlog viewer
读取windows log的日志文件并解析,类似windows自带的eventlog viewer-Read windows log and the log file analysis, similar to windows own eventlog viewer
- 2022-01-31 09:10:40下载
- 积分:1
-
LUMINARY ARM operation of the FLASH code.
LUMINARY ARM的FLASH操作代码。-LUMINARY ARM operation of the FLASH code.
- 2022-05-17 18:10:45下载
- 积分:1
-
这是从CSDN上下载的关于显示系统时间的小程序,相信对初学者有很大帮助。...
这是从CSDN上下载的关于显示系统时间的小程序,相信对初学者有很大帮助。-This is from the CSDN download time on the display system of small programs, I believe are very helpful for beginners.
- 2022-04-13 02:18:12下载
- 积分:1
-
用c++语言编写
模拟页式存储管理
用c++语言编写
模拟页式存储管理-fifo算法-With c++ Language page storage management simulation-fifo algorithm
- 2023-07-09 08:50:02下载
- 积分:1
-
本程序演示了如何利用编写高层应用程序与usb接口通信。读者有必要了解主机是如何识别usb设备以及usb工作的基本原理。...
本程序演示了如何利用编写高层应用程序与usb接口通信。读者有必要了解主机是如何识别usb设备以及usb工作的基本原理。-this program demonstrated how to use the preparation of high-level applications with USB interface communication. Readers need to understand is how to identify host USB devices and usb the basic tenets.
- 2022-06-12 05:30:14下载
- 积分:1
-
建立一个快捷方式
建立一个快捷方式--Create a short cut.
- 2022-08-06 19:38:01下载
- 积分:1
-
教你如何做托盘~可以参考代码~teach you how to make the bottom ico
教你如何做托盘~可以参考代码~teach you how to make the bottom ico-Teach you how to do so can refer to the code tray ~ ~ teach you how to make the bottom ico
- 2022-12-12 11:35:03下载
- 积分:1
-
c语言开发实战
一般认为,一个数据结构是由数据元素依据某种逻辑联系组织起来的。对数据元素间逻辑关系的描述称为数据的逻辑结构;数据必须在计算机内存储,数据的存储结构是数据结构的实现形式,是其在计算机内的表示;此外讨论一个数据结构必须同时讨论在该类数据上执行的运算才有意义。一个逻辑数据结构可以有多种存储结构,且各种存储结构影响数据处理的效率。
在许多类型的程序的设计中,数据结构的选择是一个基本的设计考虑因素。许多大型系统的构造经验表明,系统实现的困难程度和系统构造的质量都严重的依赖于是否选择了最优的数据结构。许多时候,确定了数据结构后,算法就容易得到了。有些时候事情也会反过来,我们根据特定算法来选择数据结构与之适应。不论哪种情况,选择合适的数据结构都是非常重要的。
- 2023-06-05 05:20:04下载
- 积分: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
-
又一个NTFS的例子代码
又一个NTFS的例子代码-also an example of the code NTFS
- 2022-03-25 11:06:35下载
- 积分:1