This repository has been archived by the owner on Jan 2, 2025. It is now read-only.
forked from Mapaler/FastCopy-M
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme_chs.txt
56 lines (38 loc) · 2.12 KB
/
readme_chs.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
======================================================================
FastCopy ver3.63 2019/02/19
H.Shirouzu(白水啓章)
FastCopy Lab, LLC.
FastCopy-M branch 2018/12/11
Mapaler (枫谷剑仙)
======================================================================
特点:
FastCopy 是Windows上最快的复制/删除软件。
它支持UNICODE和超过MAX_PATH(260字符)的文件路径名。
它会根据来源与目录在相同或不同的硬盘自动选择不同的方法。
不同硬盘
读写分别由单独的线程并行处理。
相同硬盘
首先做连续读取直到充满缓冲区。当缓冲区填满时,才开始大块数据写入。
因为根本没有使用操作系统缓存来处理读/写,其他应用程序就不容易变得缓慢。
它可以实现接近设备极限的读写性能。
可以使用 包含/排除 筛选器 (UNIX通配符样式)。
仅使用Win32 API和C 运行时,没有使用MFC等框架,因此可以轻量、紧凑、轻快的运行。
所有的源代码已根据GPL v3协议开放给所有人,你可以使用VC++免费进行自定义。
FastCopy-M特点:
支持更加完整的多国语言显示
支持调用网络URL作为帮助文件
许可:
-------------------------------------------------------------------------
FastCopy ver3.x
Copyright(C) 2004-2019 SHIROUZU Hiroaki All rights reserved.
Copyright(C) 2018-2019 FastCopy Lab, LLC. All rights reserved.
此程序是免费软件。你可以将它根据GNU通用公共许可证第三版重新分发和/或修改。
详细信息请阅读 license-gpl3.txt
xxHash library
Copyright (C) 2012-2016 Mr.Yann Collet, All rights reserved.
more details: external/xxhash/LICENSE
-------------------------------------------------------------------------
使用方法:
请参阅 http://mapaler.github.io/FastCopy-M/help-chs.html
生成:
VS2017 或更高版本