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

📄 makefile

📁 Maybe it s usefull for u
💻
字号:
## General Hash Function Algorithms Master MakeFile# By Arash Partow - 2000## URL: http://www.partow.net/programming/hashfunctions/index.html## Copyright Notice:# Free use of this library is permitted under the# guidelines and in accordance with the most# current version of the Common Public License.# http://www.opensource.org/licenses/cpl.php#COMPILER = javacall: GeneralHashFunctionLibrary GeneralHashTestGeneralHashFunctionLibrary: GeneralHashFunctionLibrary.java	$(COMPILER) GeneralHashFunctionLibrary.javaGeneralHashTest: GeneralHashTest.java GeneralHashFunctionLibrary	$(COMPILER) GeneralHashTest.javaclean:	rm -f core *.o *.bak *stackdump *#  ## The End !#

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -