📄 gperf.1
字号:
.TH GPERF 1 "December 16, 1988.UC 4.SH NAMEgperf \- generate a perfect hash function from a key set.SH SYNOPSIS.B gperf [ .B \-adghijklnoprsStv] [ .I keyfile].SH DESCRIPTION\fIgperf\fP reads a set of ``keys'' from \fIkeyfile\fP (or, bydefault, from the standard input) and attempts to find a non-minimalperfect hashing function that recognizes a member of the key set inconstant, i.e., O(1), time. If such a function is found the programgenerates a pair of \fIC\fP source code routines that perform thehashing and table lookup. All generated code is directed to thestandard output.Please refer to the \fIgperf.texinfo\fP file for more information.This file is distributed with \fIgperf\fP release.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -