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

📄 readme

📁 早期freebsd实现
💻
字号:
While teaching a data structures course at University of California,Irvine, I developed a program called GPERF that generates perfect hashfunctions for sets of key words.  A perfect hash function is simply:          A hash function and a data structure that allows           recognition of a key word in a set of words using           exactly 1 probe into the data structure.The gperf.texinfo file explains how the program works, the form of theinput, what options are available, and hints on choosing the bestoptions for particular key word sets.  The texinfo file is readableboth via the GNU emacs `info' command, and is also suitable fortypesetting with TeX.The enclosed Makefile creates the executable program ``gperf'' andalso runs some tests.Output from the GPERF program is used to recognize reserved words inthe GNU C, GNU C++, and GNU Pascal compilers, as well as with the GNUindent program.Happy hacking!Douglas C. Schmidt

⌨️ 快捷键说明

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