语言描述,linguistic description
1)linguistic description语言描述
1.This thesis first intends to make a contrastive study of stylistic features of English weblogs of native speakers and Chinese relating to daily life topics from the perspective of linguistic description, that is, phonological level, graphological level, lexical level, syntactic level, and semantic level to see the similarities and differences of stylistic features between the two kinds of blogs.本文从国外网站随机抽取了三十篇西方人的英文博客,从国内网站随机抽取了三十篇中国人的英文博客作为语料,运用文体学分析模式——语言描述和语境因素进行分析。
英文短句/例句

1.Limitations of Traditional Grammar in English Language Description;英语传统语法在语言描述中的局限性
2.Object Description: This may be simple classification or verbal description.物体描述:可能是简单分类,或者是一般语言描述
3.The Speech to not be Spoken--the description in word to musical esthetic experience不可言说的言说——对音乐感性体验的语言描述
4.represented in words especially with sharpness and detail.用语言描述的,尤其是尖锐而细致的。
5.The beautiful mountain is beyond words .那座美丽的山川无法用语言描述
6.configuration description language processor构形描述语言处理机
7.to give an account or representation of in words.用语言来描述或表现。
8.CHDL (Computer Hardware Description Language)计算机硬件描述语言
9.schema DDL skeleton模式数据描述语言骨架
10.a language that can be used to describe languages.一种可以用来描述语言的语言。
11.Information Retrieval System Based on Semantic Web Describing Language;基于语义网描述语言的信息检索系统
12.The linguist' main interest have been to analyze and describe language语言学家的主要兴趣一直在於分析并描述语言
13.The linguist ' main interest have is to analyze and describe language.语言学家的主要兴趣一直在於分析并描述语言。
14.a language used to describe the syntax of another language.一种用来描述另外一种语言句法的语言。
15.The linguists' main interest has been to analyze and describe languages.语言学家的主要兴趣一直在于分析并描述语言。
16.DLIMP (Descriptive Language for Implementing Macro Processor)实现宏处理程序的描述语言
17.An error occurred while processing the description elements for a language.处理语言的描述元素时发生错误。
18.SVG is a language for describing two-dimensional graphics in XML.svg是用于在XML中描述二维图形的语言。
相关短句/例句

language description语言描述
1.It\'s important for public security organs to study the truth state of case and its effect on language description,to study various factors influencing restore description of truth and their clearing-up ways,so as to make the legal documents be close to the real state of facts.研究案件事实的形态及其这种形态对语言描述的影响、研究影响事实还原描述的各种因素以及对这些因素的消解方式,使刑事法律文书对案件事实的描述更接近事实的原生态,是公安机关参与刑事诉讼的重要内容。
3)description language描述语言
1.Web-oriented knowledge description language;面向Web的知识描述语言
2.Research on Networked Collaborative Manufacturing System and Flexible Description Language;模具网络协同制造系统与柔性化描述语言
3.Design of Description Language for Data Operation Base on XML基于XML的数据操作描述语言设计
4)specification language描述语言
1.Computer network defense policy specification language;一种计算机网络防御策略描述语言
2.In this paper,a new computer network defense policy specification language called CNDPSL is proposed to provide a common method of specifying protection,detection and response policies according to a new defined model called CNDPM,which is put forward by extending Or-BAC(organization based access control model).定义了一种计算机网络防御策略描述语言CNDPSL(computer network defense policy specificationlanguage)。
5)LDL Language Description Language语言描述语言
6)describing in VHDLVHDL语言描述
延伸阅读

图像描述语言  用于描述图像的一种形式语言。这种语言的句子用表示基元(见模式文法)的终止符、连接算符和括号组成的链表示,它是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.