-
这是我编写的一个删除最近访问文件的例子,自己一直用,主要是针对Windows系统的特殊文件夹的获得的方法及使用...
这是我编写的一个删除最近访问文件的例子,自己一直用,主要是针对Windows系统的特殊文件夹的获得的方法及使用-This is what I prepared a file delete a recent visit to the example of their own has been used mainly for special Windows system folder and use the method to obtain
- 2022-02-03 01:11:48下载
- 积分:1
-
来自《Visual C++程序设计技巧与实例》第四单
来自《Visual C++程序设计技巧与实例》第四单-from "Visual C programming skills and examples" of the fourth-
- 2023-05-25 04:10:04下载
- 积分:1
-
virtual memory management procedures
虚拟内存管理程序-virtual memory management procedures
- 2023-06-17 10:05:04下载
- 积分:1
-
有时你不知道自己的计算机有多少的共享目录,通过这个程序,你可以查看使用的计算机是否有不被你知道的共享。可以增强个人计算机的使用安全性。...
有时你不知道自己的计算机有多少的共享目录,通过这个程序,你可以查看使用的计算机是否有不被你知道的共享。可以增强个人计算机的使用安全性。-sometimes you do not know how many computers are shared directory, through this procedure, you can use the computer to see whether it was you know sharing. Personal computers can enhance the use of security.
- 2022-01-23 10:53:56下载
- 积分:1
-
在NTFS下,扫描磁盘上所有文件,包括已删除的文件,且可恢复被删除的文件。...
在NTFS下,扫描磁盘上所有文件,包括已删除的文件,且可恢复被删除的文件。-in NTFS, disk scanning all documents, including the document has been deleted, and restore files that were deleted.
- 2023-02-19 18:25:03下载
- 积分:1
-
程序显示当前系统中所有正在运行的进程列表。
程序显示当前系统中所有正在运行的进程列表。-procedures for the current system shows all the running process list.
- 2022-05-31 11:33:52下载
- 积分:1
-
在用C++写要导出类的库时,我们经常只想暴露接口,而隐藏类的实现细节。也就是说我们提供的头文件里只提供要暴露的公共成员函数的声明,类的其他所有信息都不会在这个头...
在用C++写要导出类的库时,我们经常只想暴露接口,而隐藏类的实现细节。也就是说我们提供的头文件里只提供要暴露的公共成员函数的声明,类的其他所有信息都不会在这个头文件里面显示出来。这个时候就要用到接口与实现分离的技术。
-Using C++ to write the database to export category, we just want to expose the regular interface, and the realization of the hidden details of categories. This means that we provide only the first document to be exposed to public member functions of the statement, all other information in this header file will not be displayed inside. This time will be used to achieve separation of interface and technology.
- 2022-05-07 22:12:27下载
- 积分:1
-
Delphi实现窗体悬浮的例子,给初学者一些帮助
Delphi实现窗体悬浮的例子,给初学者一些帮助-Delphi Form suspended example, some help to beginners
- 2023-07-07 22:50:03下载
- 积分:1
-
切换屏幕分辨率的例子
切换屏幕分辨率的例子-switch screen resolution of the case
- 2022-04-13 08:35:28下载
- 积分:1
-
操作FAT和NTFS文件系统的程序。它完全不通过Windows的API函数,而通过分析底层二进制代码的方法还原文件系统,从而找到目标文件。达到复制和删除系统系统...
操作FAT和NTFS文件系统的程序。它完全不通过Windows的API函数,而通过分析底层二进制代码的方法还原文件系统,从而找到目标文件。达到复制和删除系统系统文件的目的。是我的毕业设计,只是NTFS下的删除没能实现,并且程序在Win2000上有BUG.-operation NTFS and FAT file system procedures. It is totally through the Windows API function, through analysis of the underlying binary code of reducing file system, and find the target file. To achieve replication system and delete system files purposes. Yes, I graduated from the design, only the NTFS delete failed to materialize, and procedures are in Win2000 Bug.
- 2022-07-04 03:44:58下载
- 积分:1