⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 hash_benchmark.bat

📁 散列函数源代码,散列表通常是关键字和值对应的数据结构,散列函数用于把关键字映射到相应的数组索引号,由于散列表中每个元素访问到的概率不同,所以应该选用不同的散列函数,以提高程序的查找效率.
💻 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 + -