-
高质量C++C 编程指南
内容不多但很有用,提高程序质量的好书
高质量C++C 编程指南
内容不多但很有用,提高程序质量的好书-Quality C++ C programming, not much, but useful guide to improve the program quality of books
- 2022-05-27 06:04:36下载
- 积分:1
-
把C写的源程序转换为Delphi源程序
把C写的源程序转换为Delphi源程序-C was converted to the source Delphi source
- 2023-01-28 10:40:04下载
- 积分: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
-
这是一个可以供大家安装使用的软件,有好多的功能,我真的是没的上传了...
这是一个可以供大家安装使用的软件,有好多的功能,我真的是没的上传了-This is one everyone can use the software installation, there were a lot of features, I really had not upload
- 2022-01-25 23:07:41下载
- 积分:1
-
内存分配算法C++
该程序是在VC++6.0上实现的内存分配算法,包括首次适应算法(从自由空闲区中选取第一个合适空闲区来分配)和最佳适应算法(找到大小最接近的空闲区来分配)两种。
- 2022-01-25 22:36:29下载
- 积分:1
-
介绍有限自动机原理的PPT,制作精良,推荐阅读
介绍有限自动机原理的PPT,制作精良,推荐阅读-a PPT about Finite Automata
- 2022-02-04 02:13:13下载
- 积分:1
-
该程序首先创建一个链表,然后对其进行插入排序
该程序首先创建一个链表,然后对其进行插入排序-The program first creates a linked list, and then their Insertion Sort
- 2022-09-12 12:15:03下载
- 积分:1
-
一部很好的c++学习视频,讲得非常详细,透彻!适合c++初学者使用,学习!...
一部很好的c++学习视频,讲得非常详细,透彻!适合c++初学者使用,学习!
-A very good c++ Learning video, was very detailed and thorough! Suitable for c++ Beginners use to learn!
- 2022-12-14 05:35:10下载
- 积分:1
-
呵呵,vb小程序,是个计算器
呵呵,vb小程序,是个计算器-Oh, vb small program is a calculator
- 2022-06-20 22:02:12下载
- 积分:1
-
taskmgr就是任务管理器的源码也许好多人都有了^_^
taskmgr就是任务管理器的源码也许好多人都有了^_^-taskmgr Task Manager is the source may have a lot of people _ ^ ^
- 2022-02-01 05:55:02下载
- 积分:1