文件名称:fileinfo_demo
- 所属分类:
- 文件操作
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2008-10-13
- 文件大小:
- 35.85kb
- 下载次数:
- 0次
- 提 供 者:
- code****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
file gathering through directories and this class allows just that: gather file information recursively by directory and, as a bonus track, it also calculates 32bit file-checksum (note this is not NT s executables checksum calculated with MapFileAndChecksum) and 32bit file-CRC (with a borrowed code, I didn t feel like re-inventing the wheel and the other option was to review my Codification Theory notes and I m a bit alergic to dust).
The second part of this article presents FCompare, a sample application of CFileInfo and CFileInfoArray usage. This application does a:
Recursive search of source and target files to compare, given a directory and a filemask.
Binary comparison of source with target files by their size, partial/total content, partial/total checksum or partial/total CRC.
Feeds a listview with matched filenames and paths.
The second part of this article presents FCompare, a sample application of CFileInfo and CFileInfoArray usage. This application does a:
Recursive search of source and target files to compare, given a directory and a filemask.
Binary comparison of source with target files by their size, partial/total content, partial/total checksum or partial/total CRC.
Feeds a listview with matched filenames and paths.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
压缩包 : 65520788fileinfo_demo.zip 列表 DirDialog.cpp DirDialog.h FCompare.clw FCompare.cpp FCompare.dsp FCompare.dsw FCompare.h FCompare.rc FCompareDlg.cpp FCompareDlg.h FileInfo.cpp FileInfo.h HyperLink.cpp hyperlink.h res/ resource.h res/FCompare.ico res/FCompare.rc2 StdAfx.cpp StdAfx.h