搜索资源列表
MyExplorer
- 本章实现了一个Windows资源管理器,该资源管理器具有浏览系统文件、目录,以及对其进行删除、移动等操作的功能。本章主要介绍了树形控件的使用,列表控件的使用,相关Windows API的使用,系统图标列表的获取,以及递归实现遍历目录等。 -This chapter implements a Windows Explorer, the Explorer has a browsing system files, directories, and delete them, mobile and o
QSimpleDownloader
- 用Qt写的一个简单的下载器,输入URL,解析页面,下载目标文件,并对超链接进行递归解析和下载。-QSimpleDownloader is a small application that parses a URL and returns the target urls and hyperlinks. The targets will be downloaded and the hyperlinks will be parsed recursively.
VCPP--scan
- VC++ 编写简单文件扫描器 编写递归函数 查找文件 用的-recursive function
copy-more-files-
- 在vc6.0下调试通过,使用api函数实现文件夹的深层次拷贝,实现原理是递归拷贝。-In vc6.0 through debugging, using the api function to achieve the deep copy of the folder, The principle is recursive copy.
filelist
- 利用php显示当前工作目录下面的文件,并且递归的输出目录-Displays the current working directory using the following php files, and output directories recursively. . .
WinHTTrack_src
- WinHTTrack 是VC的源码,HTTrack是一个离线浏览器软件,使您的网站下载到您选择的本地文件夹,所有目录递归建立,从服务器得到网站的HTML,图像和其他文件到本地电脑。 HTTrack安排`原始网站的相对链接结构。只需打开“镜像“在您的浏览器的网站页面,你可以从链接浏览网站的链接,因为如果你是在线上观看。 注:一些非关键的,如语言,窗口属性和最近的文件列表设置被写入到Windows的注册表。-HTTrack is an offline browser software
digui
- 递归读取目录下的文件并把文件目录并存到一维数组下面,并做请他处理-Recursively read a file directory and the file directory to coexist under one-dimensional array, and do ask him to deal with
FTPffq
- 上传和下载目录的实现原理:对每一个层级的目录进行判断,是为目录类型、还是文件类型。如果为目录类型,采用递归调用方法,检查到最底层的目录为止结束。如果为文件类型,则调用上传或者下载方法对文件进行上传或者下载操作。 - The principle upload and download directory: directory for each level judge, is a directory type, or file type. If the directory type, usi