1)  morpheme
构字部件
1.
Seemingly it is because of carelessness,but essentially,it is of the words structure and people s carelessness who use words,especially morphemes with low frequency.
从本质上看是文字结构易混和用字惰性使然 ,特别是构字部件使用率起了决定性的作用。
2)  character-formation
构字
3)  number of characters constructed
构字量
1.
Starting from the features of the structare of phono-based charecters, the author analyses thenumber of characters constructed from the phonetic notations of commonly used phono-based characters in modernChinese languag.
本文力图从形声字的构造特点出发,分析现代汉语常用字里形声字的声符的构字量,找出构字能力强的声符,从声符串形声字,以形声字串词、词组,并进而延伸到由词、词组构成的句子,为汉语学习者克服汉字难关提供帮助。
4)  structure dictionary
结构字典
1.
Since XML Schema can t be directly converted into relation-model,the authors design the structure information and constraint information of structure dictionary,and apply a greedy algorithm to realize the mechanism mapping to be relation model.
针对XML schema不能直接转换为关系模式,笔者设计了结构字典存贮结构信息和约束信息,利用贪心算法实现了机制映射为关系模式。
5)  structural word
结构字
6)  structural context of Chinese characters
构字语境
参考词条
补充资料:将UG里的一个装配部件输出成单个部件文件
法一:
  • 关闭(turn off)FileàOptions->Load Options下"Partial Loading "选项
  • 打开装配部件
  • 选择File->Export->Part
  • 在"Part Specification"下选择"new"
  • 选择"Specify Part",指定输出部件文件名称及位置
  • 将"Object Selection Scope"设定为"All Objects"
  • 选择"Class Selection->Select All"高亮所有对象
  • 按"OK"

该种方法特点:每一个部件的特征都会汇集在新部件的MNT里。可以方便编辑。

法二:

  • 闭(turn off)File->Options->Load Options下"Partial Loading "选项
  • 打开装配部件
  • Application->Assembly
  • Assemblies->Components->Create New,给出想要输出的部件文件名及路径。
  • 如下图1,在ANT上双击新产生的部件文件,使其成为工作部件。
  • Assemblies->WAVE Geometry Linker,将设置改为"Body",选择所有组件的体。
  • 将"Create Non-associative"开关设为"On",见下图2
  • 将产生的部件设成显示部件,仅保存刚产生的新部件,不保存旧的装配部件。

图1

图2

该种方法特点:每一个部件在新部件的MNT里只会显示一个link的特征。没有相应特征可以编辑。

说明:补充资料仅用于学习参考,请勿用于其它任何用途。