-
Win32SDK程序用来创建与NT服务的安装界面…
用 Win32SDK 创建带界面的NT service service的安装与卸载 串口的异步读写通信 将程序加入系统托盘图标-Win32SDK used to create interfaces with the NT service service installation and uninstall the asynchronous serial communications to read and write procedures to join the system tray icon
- 2022-07-16 02:50:49下载
- 积分:1
-
用钩子做的类似金山词霸的屏幕取词的源码,希望对大家有帮助...
用钩子做的类似金山词霸的屏幕取词的源码,希望对大家有帮助-Used to do a similar hook PowerWord of capturing the source, and they hope to help everyone
- 2022-02-01 15:34:44下载
- 积分:1
-
caiwu
家庭财务管理:整理一个家庭中的一年的收支情况,或称“理财”。将其按表的形式整理出来,方便财务管理。-caiwu
- 2022-01-21 04:47:24下载
- 积分:1
-
Dynamically linked applications, the code contains a simple keyboard hook approa...
应用程序动态挂钩,本代码包含一个简单的键盘钩子的做法,简单明料,很快就帮你手把手的做一个键盘钩子文件。主要函数setwindowshookex,callnexthookex-Dynamically linked applications, the code contains a simple keyboard hook approach, simple-ming Liu, quickly help you to do hands-on document of a keyboard hook. The main function setwindowshookex, callnexthookex
- 2022-02-20 11:56:05下载
- 积分:1
-
我们操作系统的一个进程建立,调度的模拟程序.实现FCFS,SJF,和静态优先权三种调度,绝对好程序!...
我们操作系统的一个进程建立,调度的模拟程序.实现FCFS,SJF,和静态优先权三种调度,绝对好程序!-operating system we establish a process, scheduling the simulation program. Achieving FCFS, SJF, and three static priority scheduling, the program is absolutely!
- 2022-04-13 04:33:39下载
- 积分:1
-
使用VC访问串口,指定串口波特率,起始位和终止位,连续读取,十六进制数据显示...
使用VC访问串口,指定串口波特率,起始位和终止位,连续读取,十六进制数据显示-VC visit to serial use, specify the serial baud rate, initiation and termination spaces, continuous read, hexadecimal data show
- 2022-04-29 17:45:09下载
- 积分:1
-
CWinThread
CWinThread开发实例,供创建进程与线程学习-CWinThread
- 2022-12-07 18:00:03下载
- 积分:1
-
MFC内部运行机理,对MFC的消息传递进行了剖析
MFC内部运行机理,对MFC的消息传递进行了剖析-MFC internal operation mechanism of MFC messaging analyzed
- 2022-03-18 10:10:43下载
- 积分:1
-
aaaaaaaaaaaaaaaaaaaa
新编Windows API参考大全
新编Windows API参考大全
-aaaaaaaaaaaaaaaaaaaa
- 2022-02-21 00:02:44下载
- 积分: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