累计查询 0.00 亿次

symbol table

/ˈsɪmbl ˈteɪbl/
  • 符号表:一种数据结构,用于将符号(标识符)与其在源代码中的声明或出现相关的信息关联起来。

双语例句

  1. Attaching the library's symbol table.
    添加程序库的符号表。
  2. The traditional format for debugging information is called STAB (symbol table).
    调试信息的传统格式被称为STAB(符号表)。
  3. 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.