搜索资源列表
searchdirfiles
- 所谓遍历目录,就是给定一个目录,访问其中的所有文件(包括子目录下的文件)。迭代是比较常用的遍历算法。本文利用C++面向对象的特性,通过一个类CBrowseDir,对目录遍历进行了封装。用户只需掌握该类四个成员函数的用法,就可以在自己的程序中,很方便地实现目录遍历。 -called directory traversal is given a directory, which visited all documents (including subdirectories under). It
chengshijiaotongbianlitu
- 城市交通遍历图,1、由数据文件生成邻接表,2、输出图邻接表,3、度优先遍历图,4广度优先遍历图-Urban traffic traverse map, 1, data files generated by the adjacent table, 2, the output graph adjacency list, 3, priority ergodic map, Figure 4, breadth-first traversal
get_filename
- 通过遍历,获得指定文件夹下的所有文件名,并且存储在xml文件里-Through the traversal, access to the specified folder for all file names, and stored in the xml file
VCPP-BrownFTPDir
- VC++ 遍历FTP文件目录,MICROSOFT FOUNDATION CLASS LIBRARY : BrownFTPDir-AppWizard has created this BrownFTPDir application for you. This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point
svm
- 使用perl进行遍历多重文件夹中的文件,并使用支持向量机进行模型训练。-Traverse files in the folder, and train model with SVM(support vector machine)