Re crshen:
刚下载,还没有测试,先给几个功能上的建议吧,仅作参考。二进制比较在批处理中应用还是比较广泛的,比如比较两个磁盘镜像文件、比较多个图片中的相同图片,下面的建议是针对于二进制比较的。
1、增加多文件的比较,例如比较一大堆图片中所有相似的图片;
2、增加文件相似指数,比如两个文件有80%的相似率;
3、增加文件更新比较,比如两个WORD文档,哪个文件更新;
4、提高文件比较速度,选用非逐字节比较算法,比如分别产生MD5后比较。
祝你成功!
Re crshen:
Just downloaded, not tested yet, let's give a few functional suggestions first, for reference only. Binary comparison is still widely applied in batch processing, such as comparing two disk image files, comparing the same pictures among multiple pictures. The following suggestions are for binary comparison.
1. Add comparison of multiple files, for example, compare all similar pictures among a large number of pictures;
2. Add file similarity index, for example, two files have an 80% similarity rate;
3. Add file update comparison, for example, which of the two WORD documents is more up-to-date;
4. Improve file comparison speed, select a non-byte-by-byte comparison algorithm, for example, generate MD5 respectively and then compare.
Wish you success!