📄 hash_benchmark.bat
字号:
@echo off
echo Words > test_results.txt
Release\hash dic_common_words.txt >> test_results.txt
echo Win32 >> test_results.txt
Release\hash dic_win32.txt >> test_results.txt
echo Numbers >> test_results.txt
Release\hash dic_numbers.txt >> test_results.txt
echo Prefix >> test_results.txt
Release\hash dic_prefix.txt >> test_results.txt
echo Postfix >> test_results.txt
Release\hash dic_postfix.txt >> test_results.txt
echo Variables >> test_results.txt
Release\hash dic_variables.txt >> test_results.txt
echo Shakespeare >> test_results.txt
Release\hash dic_Shakespeare.txt >> test_results.txt
make_table.php > table.htm
make_table_wiki.php > table.txt
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -