-
这篇文章是关于如何获取窗口句柄,以及有哪些函数可供使用的简单讨论...
这篇文章是关于如何获取窗口句柄,以及有哪些函数可供使用的简单讨论-This article is about how to access window handle, and the types of functions available in a brief discussion
- 2022-09-21 14:25:04下载
- 积分:1
-
example, application procedures for small C builder
串口实例程序,应用C++builder小程序-example, application procedures for small C builder
- 2023-06-05 23:45:04下载
- 积分:1
-
this a book for embedded system design. very useful for developing embedded syst...
this a book for embedded system design. very useful for developing embedded system. as well as C programming language
- 2022-05-24 23:06:59下载
- 积分:1
-
写一个保护模式下多任务磁盘驱动// 英文教程
写一个保护模式下多任务磁盘驱动// 英文教程 -write a protected mode multi-tasking disk drive// English Directory
- 2023-08-06 22:55:03下载
- 积分:1
-
文件加密程序,读取文件,然后和输入向比较
文件加密程序,读取文件,然后和输入向比较-File encryption procedures, read the file, and then to compare and input
- 2022-03-10 12:16:00下载
- 积分:1
-
计算用运算符后缀法表示的表达式的值。后缀表达式也称逆波兰表达式,比中缀表达式计算起来更方便简单些,中缀表达式要计算就存在着括号的匹配问题,所以在计算表达式值时一...
计算用运算符后缀法表示的表达式的值。后缀表达式也称逆波兰表达式,比中缀表达式计算起来更方便简单些,中缀表达式要计算就存在着括号的匹配问题,所以在计算表达式值时一般都是先转换成后缀表达式,再用后缀法计算表达式的值。如:表达式(a+b*c)/d-e用后缀法表示应为abc*+d/e-。只考虑四则算术运算,且假设输入的操作数均为1位十进制数(0―9),并且输入的后缀形式表达式不含语法错误-calculated Operators suffix France said the value of the expression. Suffix expression also called inverse Poland expression, which is made up of formulas can be more convenient for some simple, ordinary expression to calculate the brackets on the existence of the matching problem, in the calculation of expression values are generally first converted into a suffix expression, reuse suffix calculated the value of the expression. Such as : The expression (a, b* c)/d-e suffix method used to be said for abc* d/e-. Consider only four arithmetic operations and the operation of input assumptions are a few decimal (0-9), and enter the suffix-free form expression syntax errors
- 2023-07-12 10:50:03下载
- 积分:1
-
可改变已运行程序的窗口信息, 将已禁用的按钮或其他控件强制激活....
可改变已运行程序的窗口信息, 将已禁用的按钮或其他控件强制激活.-Can change the window has been running the program information, will have to disable the buttons or other controls mandatory activation.
- 2022-07-26 12:31:18下载
- 积分:1
-
restart 计算机 程序,供大家参考
restart 计算机 程序,供大家参考-restart the computer programs, for your reference
- 2022-01-25 18:22:36下载
- 积分:1
-
用汇编写的自我介绍,请大家帮助我找出其中的不足
用汇编写的自我介绍,请大家帮助我找出其中的不足-compilation was made with the self-introduction, please help me find them inadequate
- 2022-03-25 06:13:24下载
- 积分: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