-
String search and extraction, vc programming frequently asked questions, I hope...
字符串的查找和提取,vc编程常见的问题,希望能对你有所帮助-String search and extraction, vc programming frequently asked questions, I hope you can help
- 2022-08-22 03:57:04下载
- 积分: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
-
VC++ 生成DLL文件历程,编译成功,并能运动
VC++ 生成DLL文件历程,编译成功,并能运动-VC++ 生成DLL文件历程
- 2023-05-28 15:35:04下载
- 积分:1
-
能够查看exe文件中从dll中导入的函数,对制作安装文件有一定用途...
能够查看exe文件中从dll中导入的函数,对制作安装文件有一定用途-to view exe dll file from the Import function, the production installation of a certain purpose
- 2022-02-11 20:38:51下载
- 积分:1
-
定时器中断SDT
定时器中断SDT-timer interruption SDT
- 2022-05-17 07:34:01下载
- 积分:1
-
This is a current through the registry Enumerate the performance of the system c...
这是一个通过注册表枚举当前系统的性能计数器的程序源码。-This is a current through the registry Enumerate the performance of the system counter the program source code.
- 2022-09-19 00:05:03下载
- 积分:1
-
动态加载dll文件,并通过参数动态调用dll中的方法,可以带标准参数。...
动态加载dll文件,并通过参数动态调用dll中的方法,可以带标准参数。-Dynamically loaded dll files, and through dynamic invocation parameters dll method, you can take the standard parameters.
- 2022-02-21 01:33:30下载
- 积分: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
-
一个计算cpu的频率的程序
一个计算cpu的频率的程序-a cpu frequency calculation procedures
- 2022-02-26 04:20:02下载
- 积分:1
-
提高了编程速度,免去了到书上查找的不便!
提高了编程速度,免去了到书上查找的不便!-increase the speed of programme,excuse the inconvenience of search on the book.
- 2022-12-19 16:45:03下载
- 积分:1