1)WSDL服务描述语言
英文短句/例句
1.A KIND OF COMPOSITE WEB SERVICE DESCRIPTION LANGUAGE BASED ON INTERFACE MATCHING一种基于接口匹配的组合Web服务描述语言
2.A Description Logic Based Method for Semantic Web Service Composition;基于描述逻辑的语义Web服务组合
3.Study of Technology of Web Services Description Based on Semantic Web;基于语义Web的服务描述技术研究
4.The OWL-S Description of Semantic Web Service and Its Applications;语义Web服务的OWL-S描述及其应用
5.configuration description language processor构形描述语言处理机
6.to give an account or representation of in words.用语言来描述或表现。
7.CHDL (Computer Hardware Description Language)计算机硬件描述语言
8.schema DDL skeleton模式数据描述语言骨架
9.The Research on the Method of Web Services Semantic Annotation Based on OWL-S基于OWL-S的Web服务语义描述方法的研究
10.Semantic Web Service Framework Based on Agent and Its Logical Description基于Agent的语义Web服务框架及其逻辑描述
11.Application of description logic in semantic-based service message interaction描述逻辑在基于语义的服务消息交互中的应用
12.a language that can be used to describe languages.一种可以用来描述语言的语言。
13.Limitations of Traditional Grammar in English Language Description;英语传统语法在语言描述中的局限性
14.Object Description: This may be simple classification or verbal description.物体描述:可能是简单分类,或者是一般语言描述。
15.Information Retrieval System Based on Semantic Web Describing Language;基于语义网描述语言的信息检索系统
16.Research on Semantic Web Services Composition Employing Description Logic in Knowledge Routing;知识路由中基于描述逻辑的语义Web服务复合的研究
17.Qualitative Description on language Characteristics of Modern Business English and Cultivation Orientation of Business English Talents for Vocational Colleges现代商务英语语言特色的定性描述与高职商务英语人才培养目标定位
18.The Speech to not be Spoken--the description in word to musical esthetic experience不可言说的言说——对音乐感性体验的语言描述
相关短句/例句
web service description languageweb服务描述语言
1.In addition,the attribute of QoS was described by adding the operationInst attribute to the tport element of the original Web service description language(WSDL),thereby obtaining an extendable WSDL,upon which a services selection algorithm was provided in terms of the multiple attribute decision-making and fractal theory.通过在原有的Web服务描述语言的tport元素中添加operationInst属性来描述QoS属性,从而获得了一种可扩展的Web服务描述语言。
2.It was designed specially to invocate the Web Service directly,using Web Service Description Language(WSDL),and hiding the complication of bottom visiting agreement(e.它专门设计来直接调用"Web服务描述语言"(WebServicesDescriptionLanguage(WSDL))描述的Web服务,隐藏了底层访问协议(比如SOAP)的复杂性。
3)WSDLWeb服务描述语言
1.It makes the components become WebService compoents by the way of deployment,then expand-WSDL describes the sevices realation,which make components present a uniform view to other.这种组装模式将构件部署包装成WebService构件,用扩展的W SDL(Web服务描述语言)描述单个服务及服务间的依赖,在构件组装平台下,根据一定的组装机制和Web服务间通信机制完成组装,既可屏蔽构件的异构性,又充分利用了系统资源。
2.It made the components become Web Service compoents by the way of deployment,then WSDL described the sevices realation,which make components present a uniform view to other.这种组装模式将构件部署包装成Web Service构件,用WSDL(Web服务描述语言)描述单个服务及服务间的依赖,在构件组装平台下,根据一定的组装机制和Web服务间通信机制完成组装,既可屏蔽构件的异构性,又充分利用了系统资源。
4)WSDLWeb服务描述述语言
5)Web ontology language for serviceWeb服务本体描述语言
6)GWSDL网格服务描述语言
延伸阅读
图像描述语言 用于描述图像的一种形式语言。这种语言的句子用表示基元(见模式文法)的终止符、连接算符和括号组成的链表示,它是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.