搜索优化
网页
图片
视频
学术
词典
地图
更多
航班
笔记本
gperf
例句
释义:
全部
全部
类别:
全部
全部
,
口语
口语
,
书面语
书面语
,
标题
标题
,
技术
技术
来源:
全部
全部
,
字典
字典
,
网络
网络
难度:
全部
全部
,
简单
简单
,
中等
中等
,
难
难
更多例句筛选
收起例句筛选
1.
It is
possible
,
however
, to
override
the
name
of
the
first
field
by
using
the -
K
option
in
gperf
.
但是
,
通过
使用
gperf
中
的
-K
选项
可以
改写
第一个
字段
的
名称
。
www.ibm.com
2.
Because
the
-C
option
was
used
for
gperf
invocation
,
the
hash
table
is
defined
with the
const
attribute
.
因为
使用
-C
选项
进行
gperf
调用
,
将
使用
const
属性
定义
散
列表
。
www.ibm.com
3.
Gperf
repeatedly
searches
for
an
associated
values
configuration
that
maps
all
n keysigs
onto
non-duplicated
hash
values
.
Gperf
反复
搜索
某
种
关联
值
配置
,
该
配置
将
所有
nkeysig
映射
到
非
重复
的
散列
值
。
www.ibm.com
4.
Gperf
hashes
a
predefined
set
of
keywords
,
then
quickly
performs
lookups
for
these
same
keywords
.
Gperf
混编
了
一
组
预定义
的
关键
字
,
然后
对
这些
关键
字
执行
快速
查找
。
www.ibm.com
5.
This
is
,
in
fact
,
the
gperf
way
of
initializing
the
hash
table
that will
store
the command-line
options
and their
associated
attributes
.
事实上
,
这
就是
gperf
初始化
散
列表
的
方式
,
其中
存储
了
命令
行
选项
及其
相关
属性
。
www.ibm.com
6.
The
C
code
and
comments
written in this area
are
copied
verbatim
into
the
output
file
that
gperf
generates
.
其中
的
C
代码
和
注释
将
被
全部
复制
到
gperf
生成
的
输出
文件
中
。
www.ibm.com
7.
The
declarations
section
is
also
optional
;
you
can
omit
it
entirely
if
you don't
invoke
gperf
with
the
-t
option
.
声明
部分
也是
可
选
的
;
如果
没有
使用
-t
选项
调用
gperf
,
则
完全
可以
忽略
声明
部分
。
www.ibm.com
8.
If
the output
language
is C++
,
gperf
generates
a
class
named
Perfect_Hash
,
which
contains
these
two
methods
.
如果
指定
为
C++
语言
,
gperf
将
生成
名
为
Perfect_Hash
的
类
,
该
类
包含
两
种
方法
。
www.ibm.com
9.
Listing
2
shows
the
typical
format
of
a
gperf
input
file
.
清单
2
展示
了
gperf
输入
文件
的
典型
格式
。
www.ibm.com
10.
The
gperf
utility
is tuned to
quickly
generate
a
perfect
hash
for
small
to
medium
datasets
.
gperf
实用程序
可以
为
中小型
数据库
快速
生成
完美
散列
。
www.ibm.com
1
2