nested structure meaning in English
嵌套结构
Examples
- If code inside a nested structure makes an unqualified reference to a programming element , visual basic searches for the element first in the nested structure , then in its containing structure , and so on out to the outermost containing element
如果嵌套结构外的代码以非限定的方式引用某个编程元素,则visual basic会按此顺序搜索该元素:先在嵌套结构中搜索,然后在其包含结构中搜索,依此类推,一直到最外部的包含元素。 - Train nested structure demonstrates how to combine the dmx insert into mining structure statement with the shape source data query to train a mining model that contains nested columns with data that contains nested tables , retrieved using a query , from an existing data source . train structure
演示如何将dmx insert into语句和shape源数据查询组合使用来定型这样的挖掘模型,该挖掘模型包含嵌套列,而嵌套列中的数据包含使用查询从现有数据源检索到的嵌套表。 - Existent automatic grading model of programs can not deal with the programs with structural body . in this paper , we study the syntax and concept of structural body based on an existed model , and improve the original model in the following aspects : increasing the middle representation form of structural body in analysis of morphology and syntax and system dependence graph and abstract syntax tree , adding standardization rules , mainly including type definition , nesting structure , initialization , function invocation , renaming and sequence of program sentence , besides standardization rules of bit operation and program with enumeration , enhancing the function of inspecting syntax error and improving matching strategies
本文在原有的编程题自动评分模型的基础上,对结构体的语法结构和实现原理进行研究,并在以下几个方面完善原有模型:在词法和语法分析、程序的系统依赖图建立和抽象语法树生成三个方面增加结构体类型的中间表示形式;扩充程序的标准化规则,主要包括类型定义标准化、结构体嵌套结构标准化、结构体初始化的标准化、结构体作为函数参数时函数调用标准化、结构体变量名称标准化、结构体语句排列顺序标准化等等;另外,还增加了位运算标准化、枚举标准化以及文件的处理;增强学生程序中语法错误的检测和改进程序匹配策略。