Advertisement
7_2009-2012 Complete Applications #236126

File Comparer

This program compares two files by using binary access and when its done comparing it will give you graphical and textual report of file differences. Graphical report is not very precise when it comes to small files but textual report will give you exact byte differences. Its ment to be used on files of same size if it is suspected that one of them is corrupted or just different. This is why I actually created this program. I had two files corrupted at different places and I needed to combine them into one file without errors. To do this I needed to know where files are different. On my machine it took 3 min. and 5 sec. to compare two files of size 390 MB without using error report. Unlike some other programs that compare files this one does not attempt to load files into memory array. Instead it uses buffers to read files, then compares the buffers then read in data again. Buffer size can be altered by changing the constant BUFFERSIZE.

AI

Resumo por IA: This codebase represents a historical implementation of the logic described in the metadata. Our preservation engine analyzes the structure to provide context for modern developers.

Código fonte
original-source
Upload
Comentários originais (3)
Recuperado do Wayback Machine