资源简介
对于大量的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
相关资源
- 数据结构与算法分析—c语言描述_课后
- linux c++实现https
- 一个很简单的Ubuntu下读写串口的C++程
- C++实战源码-序列求和(入门级056)
- C++实战源码-蝴蝶飞飞飞(入门级600)
- C++实战源码-文字跟随鼠标(入门级
- C++实战源码-整数加减法练习(入门级
- C++实战源码-打地鼠(入门级601).zi
- C++实战源码-向字符串中添加子字符串
- C++实战源码-学生成绩排名(入门级
- C++实战源码-图片马赛克效果(入门级
- C++实战源码-小球下落(入门级053)
- C++实战源码-用星号打印图形(入门级
- C++实战源码-相册屏幕保护程序(入门
- C++实战源码-俄罗斯方块(入门级596)
- C++实战源码-用向量改进内存的再分配
- C++实战源码-计算两个矩阵和(入门级
- C++实战源码-链表类模板的应用(入门
- C++实战源码-输出字符表情(入门级
- C++实战源码-数组冒泡排序法(入门级
- C++实战源码-指针和数组的常用方法(
- C++实战源码-图像浮雕效果(入门级
- C++实战源码-Wave文件播放2(入门级5
- C++实战源码-换肤窗体(入门级276)
- C++实战源码-将Access数据读取到Word文档
- C++实战源码-获得本机的IP地址(入门
- C++实战源码-音频波形显示(入门级
- C++实战源码-使用滚动条显示大幅位图
- C++实战源码-绘制余弦曲线(入门级
- C++实战源码-指针作为函数的参数(入
评论
共有 条评论