• 大小: 0.76M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-02-01
  • 标签:

资源简介

对于大量的BT种子以及下载好的文件,一般情况下BT种子名和已下载文件名并不是一一对应的,这对于已下载文件的整理造成了麻烦,本程序通过读取BT种子的信息,比照已下载文件的大小,按3%的容差对下载的文件(压缩包)进行批量改名,便于识别已下载文件的真实内容。本项目为源码,在VS2010上编译通过,BT种子信息类引用自bluekitty(不若人生一场醉)的SeedResolver.h,在此向他提出感谢!此程序解决了我的难题,也希望帮助到有同样需求的朋友。

资源截图

代码片段和文件信息


// ChangeFileNameWithBTtorrentInfo.cpp : 定义应用程序的类行为。
//

#include “stdafx.h“
#include “ChangeFileNameWithBTtorrentInfo.h“
#include “ChangeFileNameWithBTtorrentInfoDlg.h“

#ifdef _DEBUG
#define new DEBUG_NEW
#endif


// CChangeFileNameWithBTtorrentInfoApp

BEGIN_MESSAGE_MAP(CChangeFileNameWithBTtorrentInfoApp CWinApp)
ON_COMMAND(ID_HELP &CWinApp::onhelp)
END_MESSAGE_MAP()


// CChangeFileNameWithBTtorrentInfoApp 构造

CChangeFileNameWithBTtorrentInfoApp::CChangeFileNameWithBTtorrentInfoApp()
{
// 支持重新启动管理器
m_dwRestartManagerSupportFlags = AFX_RESTART_MANAGER_SUPPORT_RESTART;

// TODO: 在此处添加构造代码,
// 将所有重要的初始化放置在 InitInstance 中
}


// 唯一的一个 CChangeFileNameWithBTtorrentInfoApp 对象

CChangeFileNameWithBTtorrentInfoApp theApp;


// CChangeFileNameWithBTtorrentInfoApp 初始化

BOOL CChangeFileNameWithBTtorrentInfoApp::InitInstance()
{
// 如果一个运行在 Windows XP 上的应用程序清单指定要
// 使用 ComCtl32.dll 版本 6 或更高版本来启用可视化方式,
//则需要 InitCommonControlsEx()。否则,将无法创建窗口。

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       2318  2017-07-28 22:11  ChangeFileNameWithBTtorrentInfo\ChangeFileNameWithBTtorrentInfo\ChangeFileNameWithBTtorrentInfo.cpp

     文件        592  2017-07-28 22:11  ChangeFileNameWithBTtorrentInfo\ChangeFileNameWithBTtorrentInfo\ChangeFileNameWithBTtorrentInfo.h

     文件      10744  2017-08-02 21:38  ChangeFileNameWithBTtorrentInfo\ChangeFileNameWithBTtorrentInfo\ChangeFileNameWithBTtorrentInfo.rc

     文件       6305  2017-07-28 22:17  ChangeFileNameWithBTtorrentInfo\ChangeFileNameWithBTtorrentInfo\ChangeFileNameWithBTtorrentInfo.vcxproj

     文件       2528  2017-07-28 22:17  ChangeFileNameWithBTtorrentInfo\ChangeFileNameWithBTtorrentInfo\ChangeFileNameWithBTtorrentInfo.vcxproj.filters

     文件        143  2017-07-28 22:11  ChangeFileNameWithBTtorrentInfo\ChangeFileNameWithBTtorrentInfo\ChangeFileNameWithBTtorrentInfo.vcxproj.user

     文件       7904  2017-08-02 21:43  ChangeFileNameWithBTtorrentInfo\ChangeFileNameWithBTtorrentInfo\ChangeFileNameWithBTtorrentInfoDlg.cpp

     文件        754  2017-08-02 21:36  ChangeFileNameWithBTtorrentInfo\ChangeFileNameWithBTtorrentInfo\ChangeFileNameWithBTtorrentInfoDlg.h

     文件       4058  2017-07-28 22:49  ChangeFileNameWithBTtorrentInfo\ChangeFileNameWithBTtorrentInfo\CreatEnt.cpp

     文件       1142  2017-07-28 22:49  ChangeFileNameWithBTtorrentInfo\ChangeFileNameWithBTtorrentInfo\CreatEnt.h

     文件       3469  2017-07-28 22:11  ChangeFileNameWithBTtorrentInfo\ChangeFileNameWithBTtorrentInfo\ReadMe.txt

    .......     67777  2009-08-31 02:31  ChangeFileNameWithBTtorrentInfo\ChangeFileNameWithBTtorrentInfo\res\ChangeFileNameWithBTtorrentInfo.ico

     文件        718  2017-07-28 22:11  ChangeFileNameWithBTtorrentInfo\ChangeFileNameWithBTtorrentInfo\res\ChangeFileNameWithBTtorrentInfo.rc2

     文件       1430  2017-08-02 21:36  ChangeFileNameWithBTtorrentInfo\ChangeFileNameWithBTtorrentInfo\resource.h

     文件      14121  2017-06-17 13:57  ChangeFileNameWithBTtorrentInfo\ChangeFileNameWithBTtorrentInfo\SeedResolver.cpp

     文件       7745  2017-06-17 13:57  ChangeFileNameWithBTtorrentInfo\ChangeFileNameWithBTtorrentInfo\SeedResolver.h

     文件        164  2017-07-28 22:11  ChangeFileNameWithBTtorrentInfo\ChangeFileNameWithBTtorrentInfo\stdafx.cpp

     文件       1632  2017-07-28 22:11  ChangeFileNameWithBTtorrentInfo\ChangeFileNameWithBTtorrentInfo\stdafx.h

     文件        234  2017-07-28 22:11  ChangeFileNameWithBTtorrentInfo\ChangeFileNameWithBTtorrentInfo\targetver.h

     文件        960  2017-07-28 22:11  ChangeFileNameWithBTtorrentInfo\ChangeFileNameWithBTtorrentInfo.sln

    ..A..H.     15872  2017-08-02 21:43  ChangeFileNameWithBTtorrentInfo\ChangeFileNameWithBTtorrentInfo.suo

     文件    1788928  2017-08-02 21:43  ChangeFileNameWithBTtorrentInfo\Release\ChangeFileNameWithBTtorrentInfo.exe

     目录          0  2017-07-28 22:11  ChangeFileNameWithBTtorrentInfo\ChangeFileNameWithBTtorrentInfo\res

     目录          0  2017-08-02 21:44  ChangeFileNameWithBTtorrentInfo\ChangeFileNameWithBTtorrentInfo

     目录          0  2017-08-02 21:43  ChangeFileNameWithBTtorrentInfo\Release

     目录          0  2017-08-02 21:44  ChangeFileNameWithBTtorrentInfo

----------- ---------  ---------- -----  ----

              1939538                    26


评论

共有 条评论