-
On the Windows API function test source HOOK
对Windows API函数进行HOOK测试源码-On the Windows API function test source HOOK
- 2022-03-25 07:41:16下载
- 积分:1
-
实现航空客运管理系统,结合标准2
用C++实现的 航空客运管理系统,用双向联标实现,但没实现文件保存-C to achieve air passenger management systems, in conjunction with standard two-way, but the paper did not achieve preservation
- 2022-06-02 02:19:34下载
- 积分:1
-
C 语言教程 硬件中断操作串口通信,鼠标键盘操作.部分资料还是值得一看的,共享给大家....
C 语言教程 硬件中断操作串口通信,鼠标键盘操作.部分资料还是值得一看的,共享给大家.-C language tutorial hardware interrupt operation of serial communication, mouse, keyboard operation. Some of the information is worth sharing to everyone.
- 2022-11-05 19:05:04下载
- 积分:1
-
该程序可以写出 first集和分follow集自己打开看就知道
该程序可以写出 first集和分follow集自己打开看就知道-The program can write the first set and the sub-set of their own follow open to see that
- 2022-08-24 19:11:24下载
- 积分:1
-
在不同的程序间共享数据的例子
在不同的程序间共享数据的例子 -The example of sharing data between different a
- 2023-02-24 20:30:03下载
- 积分: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
-
MiniSecondGetTime毫秒级别的定时器源代码
MiniSecondGetTime毫秒级别的定时器源代码-Ms timer MiniSecondGetTime level source code
- 2023-01-09 19:20:03下载
- 积分:1
-
web download实用工具,非常好用
web download实用工具,非常好用-web download utility, very easy to use
- 2022-05-14 22:23:10下载
- 积分:1
-
base64的编码解码源代码。有用的下啊
base64的编码解码源代码。有用的下啊-base64 encoding decoding source code. Useful under the ah
- 2022-05-20 01:34:36下载
- 积分:1
-
这4个部分系列将讨论的窗口访问控制模型,以及它是如何。
This 4 part series will discuss the Windows access control model and how it is implemented in Windows NT and 2000. In this 2nd article we will start programming with security identifiers, access control lists and security descriptors. We will solve trivial problems using the SID, obtain information from an access token, enable a privilege, fill up an access control list, and finally we will check if we have access to a resource. The demo project provided is a Whoami clone written Windows 2000 style. The source code includes equivalent programs of the article s code written with the Low level APIs, the Windows 2000 APIs, and the Active Template Library.
- 2022-04-24 18:59:16下载
- 积分:1