说明:双击或选中下面任意单词,将显示该词的音标、读音、翻译等;选中中文或多个词,将显示翻译。
您的位置:首页 -> 词典 -> 软件体系结构描述语言
1)  software architecture description language
软件体系结构描述语言
1.
On the basis of analyzing the security of software architecture model based on process algebra,compatibility check and interoperability check were extended from single software architectures to architectural styles,and software architecture description language was expanded.
分析了基于进程代数的软件体系结构模型的安全性,将相容性检查和互操作性检查从单个软件体系结构推广到不同风格的体系结构风格,扩展基于进程代数的软件体系结构描述语言,通过顺序进程代数项族和预定义的体系结构类型调用对软件体系结构安全建模。
2.
With the expressive power of the software architecture description language C2, a compositional method of specifying and constructing agent is proposed, which is based on three elements of software architecture, such as component, connector and architecture topology.
借助软件体系结构描述语言 C2的表达能力 ,基于组件、连接体和体系结构配置 3要素 ,研究适合于 Agent规约和构造的组合方法 。
2)  ADL
软件体系结构描述语言
1.
PEADL:A Software Architecture Description Language Based on Pro cess Algebra;
一种基于进程代数的软件体系结构描述语言PEADL
2.
Rapide, a kind of architecture description language (ADL in short) , provides a method for testing the consistency of component transaction.
软件体系结构描述语言(Architecture Description Language,ADL)Rapide提出了一种全局组件事务一致性测试方法,但未讨论组件之间事务一致性问题,在对组件事务管理机制分析的基础上,提出了一种改进的组件事务特征一致性测试算法。
3.
The Application of UML and WRIGHT/ADL in Enterprise Equipment Manager System;
统一建模语言UML作为一个在业界被广泛使用的语言,虽然有其优点,但是由于其不是形式化的建模语言,故在表现软件的体系结构本质时力不从心;而软件体系结构描述语言ADL则在吸收了传统程序设计中语义严格精确的特点基础上,针对软件体系结构的整体性和抽象性特点,定义和确定了适合于软件体系结构表达与描述的有关抽象元素,因此,ADL能够表示出软件体系结构的本质,但由于缺乏统一的标准和工具的支持,目前尚未广泛使用。
3)  RTADL
实时软件体系结构描述语言
1.
Based on the analysis of ADLs presented, the paper provides implementation mechanism on a new ADL——RTADL.
在分析现有软件体系结构描述语言在实时应用中不足之处的基础上,介绍了一种新的实时软件体系结构描述语言——RTADL的实现机制。
4)  software architecture description language
软件结构描述语言
1.
Based on the software architecture description language, the techniques of testing the errors caused by the interaction of components were researched.
在软件结构描述语言的基础上,研究了组件之间交互所引起的错误测试,并提出静态分析和动态测试模型。
2.
In order to describe virtual instrument system software architecture effectively, this paper provides the concept & models of the virtual instrument system software architecture description language(VSDL).
为了正确有效地描述虚拟仪器系统软件结构 ,提出了虚拟仪器系统软件结构描述语言的概念与模型 ,对其中的模块描述、元件描述与连线描述作了详细的分析 ,并提供了结构化语言。
5)  ADL
体系结构描述语言
1.
vADL as a Better Description Language for Specifying Product Line Architecture;
产品线体系结构描述语言VADL的设计
2.
The main purpose of this paper is to find out the effective approaches of integrating UML and ADL in modeling software architecture.
文章主要探讨统一建模语言(UML)与体系结构描述语言(ADL)在体系结构建模中的应用问题。
3.
An automatic design method based on ADL(architecture description language) for development tool chain is proposed in this paper.
该文提出了采用体系结构描述语言(ADL)实现微处理器开发工具链自动设计的有效方法。
6)  architecture description language
体系结构描述语言
1.
Interaction-based network service architecture description language;
一种基于交互的网络服务体系结构描述语言
2.
The Design and Implementation of a Software Architecture Description Language CCJava;
软件体系结构描述语言CCJava的设计与实现
3.
A novel architecture description language (OPNADL) that is based on object-oriented Petri nets was proposed.
以面向对象Petri网为形式化理论基础 ,提出了一种基于面向对象Petri网的体系结构描述语言 (OP NADL) 。
补充资料:图像描述语言
      用于描述图像的一种形式语言。这种语言的句子用表示基元(见模式文法)的终止符、连接算符和括号组成的链表示,它是1969年由C.肖建立的。首先在每个基元上选定两个不同的点,分别标记为头(h)和尾(t),然后规定一个一元算符~和一组二元算符{+,-,×,*},使基元或子模式可在头、尾处连接起来。这些算符的意义如图1。~a是将a的头尾颠倒;a+b是将b的尾与a的头连接;a-b是将b的头与a的头连接;a×b是将b的尾与a的尾连接;a*b是将b的头和尾分别与 a的头和尾连接。四种连接运算所得结果的头和尾都分别是b的头和a的尾。例如,图2上方ɑ,b,c,d表示基元,那么,其下方的图像可以由(b+(b-c)+c+d+(d×(~b))+(~b))*(a+(b+a+(~b))*a+a)描述。设VT={b|b为基元}∪{+,-,×,*,~,(,)},则以VT为终止符集的适当的短语结构文法,能够生成图像描述语言。例如,上下文无关文法G=({S,A,B},{ɑ,b,+,×,(,)},P,S),其中P={S─→B+(B+A)×(A),A─→a+A,A─→ɑ,B─→b+B,B─→b},可以用来对各种尺寸的字符进行描述。图像描述语言可以用链表示某些二维图像,所以在句法模式识别中得到较多的应用。  参考书目
   K.S.Fu,Syntactic Pattern Recognition and Applications,Prentice-Hall,Englewood Cliffs, N.J.,1982.

  

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