结构识别,structural identification
1)structural identification结构识别
1.Aiming at the problem that the rotational response is difficult to measure in structural identification,an approximate algorithm based on Neumann expansion theory is developed for rotational response identification.针对结构识别中转角信息难以测量的问题,提出了基于Neumann展开的转角信息识别问题近似算法。
2.Aiming at the problem that the rotational response is difficult to measure in structural identification,an improved approximate algorithm based on generalized inverse matrix theory is developed for rotational response reconstruction.针对结构识别中转角信息难以测量的问题,完善了一种基于广义逆理论的转角信息重构问题近似算法。
英文短句/例句

1.Strucforal Identifiability of Simutaneous Equations Model of Econometrics联立方程计量经济学模型的结构识别
2.computer program configuration item identification计算机程序结构项识别
3.The Dictionary Structure in Handwfitten Chinese CharaCter Recognition System手写汉字识别系统中的识别字典结构
4.The Application of Pattern Recognition to Engineering Structural Dynamic Damage Dentification;模式识别在工程结构振动损伤识别中的应用
5.Hull Structure Damage Identification Based on Fuzz Mode Identification Technique;基于模糊模式识别技术的板壳结构损伤识别
6.Application of Integrated Identification Indexes in Identification of Damage of Bridge Strueture综合识别指标在桥梁结构损伤识别中的应用
7.Identification of Structural Parameters Based on HHT and NExtHHT结合NExT法识别结构参数
8.Studay on Sub-structure Method for Structural Parameters in Time Domain;结构物理参数时域识别的子结构方法研究
9.Chinese Character Structure Models for Handwritten Chinese Character Recognition用于手写体汉字识别的汉字结构模型
10.A METHOD OF LINESEGMENT ORDERING BY CHARACTER STRUCTURE FOR ONLINE HANDWRITTEN CHINESE CHARACTER RECOGNITION在线手写汉字识别的字形结构排序法
11.Off-Line Handwritten Chinese Character Recognition Based on Structure基于结构特征的手写体汉字识别研究
12.A METHOD FOR HANDWRITTEN CHINESE CHARACTER RECOGNITION BASED ON THE AND-OR TREE STRUCTURE基于与或树结构的手写汉字识别方法
13.Modling, Identification and Topology Optimization of Damped Structural;阻尼结构的建模、识别和拓扑优化研究
14.Research on Composite Structural Analysis and Dynamic Identification of Hydropower House;水电站厂房组合结构分析与动态识别
15.Study on Some Methods for Identification of Structural System and Damage;结构系统和损伤识别的若干方法研究
16.Research on Identifying Restraints Stiffness of Tower Structure Foundation;高耸工程结构基础约束刚度识别研究
17.Research on Structure Vibration and Identification of Hydropower House;水电站厂房结构振动分析及动态识别
18.Dissertation Identification of Human Novel Genes and Protein Sequence Motifs;人类新基因识别与蛋白质结构域鉴定
相关短句/例句

structure identification结构识别
1.Structure Identification Based on ARMA Model;基于ARMA模型的结构识别
3)structure recognition结构识别
1.A delaunay-based method for voltage-gated potassium channels classification and structure recognition;基于Delaunay三角法的电压门控钾离子通道的分类和拓扑结构识别(英文)
4)structural recognition结构识别
1.In this system, a structural recognition strategy based on the primitives of initial consonant symbol and rhyme symbol is .该识别系统采用了以声符、韵符为基元的结构识别策略 。
5)Identification of Vortex涡结构识别
6)structural damage identification结构损伤识别
1.Application of wavelet analysis to structural damage identification;小波分析在结构损伤识别中的应用
2.Influence on steel structural damage identification with the selection of wavelet scales;小波尺度选择对钢结构损伤识别的影响
3.Method of structural damage identification based on periodic wavelet transform;结构损伤识别的周期小波方法
延伸阅读

结构模式识别  用模式的基本组成元素(基元)及其相互间的结构关系对模式进行描述和识别的方法。在多数情况下,可以有效地用形式语言理论中的文法表示模式的结构信息,因此也常称为句法模式识别。    一个句法模式识别系统包括预处理、模式表达、文法推断和句法分析四个主要部分(图1)。     预处理的功能是:①模式的编码和近似;②过滤、复原和增强。通过编码和近似,压缩样本数据;通过过滤、复原和增强,消除噪声和复原缺损以利于下一级用句法方法对模式进行表达。模式表达部分由模式分割和基元(及关系)识别两部分组成。为此,首先需要根据所研究的问题选定一组基元以及基元间的关系类型。例如可用图2中的一组基元来描述染色体。若按顺时针方向跟踪染色体轮廓并以连接关系作为基元间的结构关系,则图3中的次中性染色体可用链babcbabdacad表示。基元选择如同统计模式识别中的特征抽取那样,对整个识别系统的性能有很大的影响。基元应该是基本的模式元素,能够通过一定的结构关系(例如上述的连接关系)紧凑而方便地对模式加以描述,而且应该容易用非句法方法进行抽取或识别,其本身的结构信息在所研究的问题中可以不必考虑。系统的另外两个部分,即文法推断和句法分析,构成句法模式识别理论的中心内容。文法推断类似统计模式识别中的监督学习,通过已知类别的一组样本推断出描述该类模式的文法。适应实际应用的需要,有各种类型的模式文法。除了短语结构文法外,还有各种高维文法如树文法、图文法、网文法、丛状文法以及加入了语义信息的属性文法。与文法推断相结合,一种更广泛形式的学习还可以得到有关模式类的最好的基元集合及其结构描述。句法分析是判断输入模式是否由学习过程中所推断出来的文法产生的,因而是一个识别过程。在最简单的情况下,可以用匹配器代替句法分析,这时在模式基元的意义上把输入链x与每类的参考链匹配,把x归类为与 x匹配得"最好"的参考链所属的类。这种结构识别方法的特点是简单、快速,但是没有充分利用链的句法信息,因此只有在能够确定合适的参考链并有明确的匹配准则情况下才适用。    参考书目   傅京孙著,戴汝为、胡启恒译:《模式识别及其应用》,科学出版社,北京,1983。