中英互译
symbol table
美 /ˈsɪmbl ˈteɪbl/
基本释义
- 符号表:一种数据结构,用于将符号(标识符)与其在源代码中的声明或出现相关的信息关联起来。
双语例句
- Attaching the library's symbol table.添加程序库的符号表。
- The traditional format for debugging information is called STAB (symbol table).调试信息的传统格式被称为STAB(符号表)。
- This additional information about the function can be stored in the symbol table.这些关于函数的附加信息可以存储在符号表中。
网络短语
- symbol table control符号表控制
- permanent symbol table永久符号表;固定符号表
- Kernel-Symbol-Table内核符号表
- debug symbol table除错符号表
- GST Global Symbol Table共用符号表
英英释义
- In computer science, a symbol table is a data structure used by a language translator such as a compiler or interpreter, where each identifier in a program's source code is associated with information relating to its declaration or appearance in the source, such as its type, scope level and sometimes its location.