-
程序运行初期,程序首先会通过LoadLibrary函数加载动态链接库Shell32.dll,并且把加载后的操作句柄存储在LibHandle中。然后通过@SHEm...
程序运行初期,程序首先会通过LoadLibrary函数加载动态链接库Shell32.dll,并且把加载后的操作句柄存储在LibHandle中。然后通过@SHEmptyRecycleBin:=GetProcAddress (LibHandle, SHEmptyRecycleBinA )语句读取SHEmptyRecycleBinA函数的地址,如果以上语句能够正确执行(也就是@SHEmptyRecycleBin不等于nil),那么就调用SHEmptyRecycleBin完成清空回收站的操作。最后释放动态链接库。-The early run, the program will first of all through the LoadLibrary function to load dynamic link library Shell32.dll, and after the load operation is stored in the handle of LibHandle. Then @ SHEmptyRecycleBin: = GetProcAddress (LibHandle, SHEmptyRecycleBinA) statement read function SHEmptyRecycleBinA address, If the above statement to the correct implementation (that is, @ SHEmptyRecycleBin does not mean nil), then call the Empty Recycle Bin SHEmptyRecycleBin complete operation. Finally the release of a dynamic link library.
- 2022-11-16 11:20:03下载
- 积分:1
-
一个实现柏森汉姆直线算法的小程序,不是自己编的,不过还能用...
一个实现柏森汉姆直线算法的小程序,不是自己编的,不过还能用-柏森汉姆a straight-line algorithm to achieve a small process, rather than own, but also with
- 2022-05-08 03:59:32下载
- 积分:1
-
数独游戏C++代码,在VC6.0下运行在控制台上,使用回溯法解决,…
数独游戏解算C++代码,在vc6.0上运行,控制台,使用回溯法解决,首先输出的是一个满足规则的数独例子,接着可以自己输入已知点的个数及其坐标、数字(要求不能违反规则),然后会生成满足条件的一个例子。-Sudoku solver C++ Code, in vc6.0 run on the console, use backtracking to solve, first of all to meet the output is a single example of a few rules, and then can enter the number of known points and coordinates, numbers (request can not be against the rules), and then meet the conditions will generate an example.
- 2023-03-24 18:10:03下载
- 积分:1
-
采用动画演示的汉诺塔程序,采用经典的递归方法实现其算法。...
采用动画演示的汉诺塔程序,采用经典的递归方法实现其算法。-demonstrated by the use of animation HANOR procedures, using classic methods to achieve its recursive algorithm.
- 2022-01-31 10:21:34下载
- 积分:1
-
用vc实现的药品销售系统,实现了各种功能.能满足你学习的需要....
用vc实现的药品销售系统,实现了各种功能.能满足你学习的需要.-Vc realize drugs with sales system, realize the various functions. To meet your learning needs.
- 2022-01-28 10:58:10下载
- 积分:1
-
LDR测试
这段代码是用arduino测试ldr值的uno,该值显示在arduino的串行打印中,它是将四个ldr值一起测试的
- 2023-03-29 22:20:03下载
- 积分:1
-
这本书的主要内容为一个数经验证的程序,用于改进…
本书主要内容为一些经过验证的用来改善程序效率的方法,包括检验c++语言特性所带来的时间和空间上的成本。全面地描述了C++专家所使用的高级技术-The main contents of this book for a number of proven procedures used to improve the efficiency of methods, including test c++ Language features brought about by time and space costs. Comprehensive description of C++ Experts use advanced technology
- 2022-04-28 04:23:25下载
- 积分:1
-
《windows程序设计》书和源码! 学习windows程序设计难得的好资料!...
《windows程序设计》书和源码! 学习windows程序设计难得的好资料!- Windows program design book and source code! Learn windows programming rare good information!
- 2022-06-19 03:56:57下载
- 积分:1
-
可以在文章中进行高级英文单词查找,支持模糊匹配
可以在文章中进行高级英文单词查找,支持模糊匹配-article in the senior English word search, fuzzy matching support
- 2022-04-23 01:44:30下载
- 积分:1
-
例子
例子
- 2022-01-26 08:23:00下载
- 积分:1