-
C standard library code
C++标准程序库code-C standard library code
- 2022-09-04 17:45:02下载
- 积分:1
-
程序运行初期,程序首先会通过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
-
C++沉思录,一本由老外写的关于C++编程心得的书籍。比较经典,是初学者必看的一本书...
C++沉思录,一本由老外写的关于C++编程心得的书籍。比较经典,是初学者必看的一本书-C++ Meditation, one written by a foreigner on the C++ Programming experience books. Comparison of the classic is a must-see for beginners book
- 2022-01-25 19:42:19下载
- 积分:1
-
自己开发的Wince5.0下EP9315 SDK,该SDK可提供支持中文字符的模拟器...
自己开发的Wince5.0下EP9315 SDK,该SDK可提供支持中文字符的模拟器-Wince5.0 own under EP9315 SDK, the SDK provides support for Chinese characters simulator
- 2023-01-15 21:10:09下载
- 积分:1
-
最长公共子序列算法的实现,还有实验报告,欢迎大家下载
最长公共子序列算法的实现,还有实验报告,欢迎大家下载-The longest common sub-sequence algorithm, as well as experimental reports, welcomed everyone to download
- 2022-01-24 18:41:16下载
- 积分:1
-
lottery number
此源代码是一个简单的java程序,可以自动生成6位数字。生成的数字也会自动从最小到最大排序。代码还包括重复编号的条件。
- 2022-02-26 22:31:39下载
- 积分:1
-
用c++写的一个飞行射击游戏,有积分升级,刺激!
用c++写的一个飞行射击游戏,有积分升级,刺激!-Using c++ to write a flight shooting game, there are points to upgrade to stimulate!
- 2022-02-26 16:07:14下载
- 积分:1
-
帧动画 计算机图形学 VC++ 实现的帧动画 功能
帧动画 计算机图形学 VC++ 实现的帧动画 功能 -Frame animation computer graphics VC++ to achieve the frame animation features
- 2022-03-26 04:46:14下载
- 积分:1
-
On the basis of regular expressions tutorial that is very detailed, very suitabl...
有关正则表达式的基础教程,说的很详细,非常适合初学者.-On the basis of regular expressions tutorial that is very detailed, very suitable for beginners.
- 2022-02-07 12:56:47下载
- 积分:1
-
This resource is mainly to achieve image viewer features, operating environment...
此资源主要是实现图片浏览器的功能,运行环境为VC-This resource is mainly to achieve image viewer features, operating environment for the VC
- 2022-07-10 08:07:05下载
- 积分:1