symbol table

[ˈsɪmbəl ˈtebəl][ˈsimbəl ˈteibl]

符号表

  • The language is simple enough that it does not even require a symbol table to parse .

    这门语言简单到甚至不需要有一个 符号 来进行词法分析。

  • The debugging information is stored as part of the object file 's symbol table and thus is limited in complexity and scope .

    调试信息是作为对象文件的 符号 的一部分进行存储的,因此复杂性和范围是有限的。

  • Each module has its own private symbol table which is used as the global symbol table by all functions defined in the module .

    对应于定义模块中所有函数的全局语义表,每一个模块有自己的私有 语义

  • The symbol table holds all the variable and function names made up by the programmer along with the addresses where they can be found in memory .

    符号 记录了程序员声明的所有变量和函数名,以及它们在内存中的地址。

  • After analyzed characters of ATLAS keywords symbol table was introduced to LEX to solve this problem .

    在分析ATLAS关键字特点的基础上,提出将 符号 技术引入LEX工具中,解决了这一问题。

  • To do this use the Browse button ( which is labeled only with ellipses or three dots ) in each row of the Value column in the unresolved path map symbol table and then click Refresh .

    要这样做,就使用未辨别的路径图 符号 中的Value列的每一行中的Browse按钮(标记为省略号,或三个点),然后单击Refresh。

  • The mature domains such as symbol table handling can be constructed as reusable components .

    对许多成熟的领域如 符号 处理则建构成可再利用的元件。

  • The traditional format for debugging information is called STAB ( symbol table ) .

    调试信息的传统格式被称为STAB( 符号表)。

  • We use the term descriptor for the value part of the symbol table element .

    我们把 符号 元素的值部分称作描述信息。

  • A context is simply the variables and functions that are needed by the expression to return a value and are assigned to the identified included inside the Symbol Table .

    上下文是简单的变量和表达式所需的函数,将返回一个值,并且赋值给标识,包括在 符号 中的。

  • Instead it scans the symbol table quickly to find which source files and which symbols are present .

    而是快速地扫描 符号 ,找出哪些源文件,还有哪些符号 是存在的。

  • SSI application interface and the concept of symbol table abstract the design of user interface from underground logic .

    采用了SSI应用程序接口机制,同时提出 符号 的概念,使得用户界面的设计和底层产生逻辑相区分。

  • This is because they may contain pointers to the internal data recording symbols and data types which are part of the old symbol table data being discarded inside GDB .

    这是因为他们可能包含指向内部数据(记录符号和数据类型)的指针(旧的被GDB放弃的 符号 的一部分)。

  • Design of a symbol table in OCCL compiler

    OCCL编译器中 符号 的研究及设计

  • Run-time debug symbol table

    运行时期调试 符号

  • A method of scope denotation expression in symbol table based on hash structure is put forward .

    文章提出了一种基于哈西表结构的 符号 符号作用域的表示方法& 符号 来表示 符号的作用域。

  • More precisely all variable assignments in a function store the value in the local symbol table ;

    所有的局部变量都存储在这个局部 符号 中。

  • The execution of a function introduces a new symbol table used for the local variables of the function .

    执行函数时会为局部变量引入一个新的 符号

  • The completion mechanism might use the interpreter 's symbol table .

    在完成机制可能使用解释器的 符号

  • The script engine has some components include symbol table lexical analyzer parser semantic checker intermediate code generator optimizer code generator virtual machine .

    一个脚本引擎通常包括的组件有: 符号 、词法分析器、语法分析器、语义检查器、中间代码生成器、代码优化器、代码生成器、虚拟机。

  • Provide many useful functions such as related phrase related word special symbol table homophone dictionary learning string color inking and sound effect * etc to make input easier .

    提供候选字、同音字、前后相关字、联想词库、学习字串、字典、发音、全能键盘、特殊 符号 、笔迹教学等功能,手写输入轻松自如。

  • The compiler can store this directive in its symbol table and use it during the intermediate code generation phase .

    编译器可以将这个指示符存储在它的 符号 中,并在中间代码生成阶段使用这个指示符。

  • When the expression is executing it requests from the symbol table the values needed .

    当表达式执行,它从 符号 中请求所需的值。

  • The symbol table stores the details of all the symbols ( functions ) in the binary .

    符号 存储了二进制文件中所有符号(函数)的细节。

  • Fourth in stage of semantics analysis proceed static semantics checking and refresh the information in symbol table .

    语义分析阶段主要处理静态语义检查及更新 符号 的信息;

  • The function S1 is defined outside of the current file and because the compiler doesn 't actually know where the external function is we leave this part of the symbol table blank for now .

    函数S1没有在当前文件中定义,因为编译器实际上并不知道这个外部函数在哪儿,我们现在把这个 符号 项保留为空白。

  • The imported module names are placed in the importing module 's global symbol table .

    被导入的模块的名称将被放入当前操作的模块的 符号 中。

  • User C code function entry requires symbol table

    用户C代码函数入口需要 符号

  • This additional information about the function can be stored in the symbol table .

    这些关于函数的附加信息可以存储在 符号 中。

  • Secondly the key technology of preprocessor on basis of Java Compiler Tree API is discussed which includes the design of file format for preprocessing results and the exportation of information of symbol table and abstract syntax tree .

    其次讨论了基于JavaCompilerTreeAPI的预处理的关键技术,包括预处理结果文件的格式设计和依据该格式进行的 符号 和抽象语法树的信息的导出。