-
core Windows programming source 2 is another one of the windows core programming...
Windows核心编程源码2这个是另外一个windows核心编程源代码-core Windows programming source 2 is another one of the windows core programming source code
- 2022-07-07 08:06:30下载
- 积分:1
-
获得CPU的信息
获得CPU的信息- Obtains CPU the information
- 2022-02-05 16:50:48下载
- 积分:1
-
程序主要实现四个功能:getosversion()/操作系统版本的疯狂…
程序实现了四个主要功能:GetOsVersion()//OS version made GetMemInfo()//获取信息GetDriverInfo memory()//获取驱动程序信息GetCpuInfo()//读取CPU获取信息这里是一个特定的注册表进程名字符串,请看程序代码!
- 2022-03-16 06:18:11下载
- 积分:1
-
b样条曲线的可视化操作。可以实现控制点的更改
b样条曲线的可视化操作。可以实现控制点的更改-b-spline curve visualization operation. Can realize the control point change
- 2023-02-10 00:35:04下载
- 积分:1
-
该源码演示如何取得CPU频率 序列号,网卡MAC地址,硬盘序列号。具有较高的参考价值。
该源码演示如何取得CPU频率 序列号,网卡MAC地址,硬盘序列号。具有较高的参考价值。- How does this source code demonstrate obtains the CPU frequency
series number, the net card MAC address, the hard disk sequence
number. Has the higher reference value.
- 2022-02-26 07:41:32下载
- 积分:1
-
添加用到到系统中。这个代码很是简单
添加用到到系统中。这个代码很是简单-used to the system. This code is very simple.
- 2023-01-06 04:35:03下载
- 积分:1
-
so with the boot process
使程序随系统启动-so with the boot process
- 2023-08-08 00:25:02下载
- 积分:1
-
读写INI文件,多线程例子(两个线程并行)
读写INI文件,多线程例子(两个线程并行)-literacy INI file, multithreaded examples (two parallel threads)
- 2022-11-10 13:40:04下载
- 积分:1
-
一个绘制Windows桌面的小程序
一个绘制Windows桌面的小程序-Drawing a Windows desktop applets
- 2022-01-22 13:18:19下载
- 积分: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