hash_benchmark.bat
来自「散列函数源代码,散列表通常是关键字和值对应的数据结构,散列函数用于把关键字映射到」· Batch 代码 · 共 24 行
BAT
24 行
@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 + =
减小字号Ctrl + -
显示快捷键?