英文字典中文字典


英文字典中文字典51ZiDian.com



中文字典辞典   英文字典 a   b   c   d   e   f   g   h   i   j   k   l   m   n   o   p   q   r   s   t   u   v   w   x   y   z       







请输入英文单字,中文词皆可:

syntax    音标拼音: [s'ɪnt,æks]
n. 句法,语法
n. 语法,有秩序的排列,句子构造

句法,语法语法,有秩序的排列,句子构造

syntax
语法规则


syntax
拟语法; 拟文法


syntax
语法

syntax
语法

syntax
n 1: the grammatical arrangement of words in sentences [synonym:
{syntax}, {sentence structure}, {phrase structure}]
2: a systematic orderly arrangement
3: studies of the rules for forming admissible sentences

Syntax \Syn"tax\, n. [L. syntaxis, Gr. ?, fr. ? to put together
in order; sy`n with ? to put in order; cf. F. syntaxe. See
{Syn-}, and {Tactics}.]
1. Connected system or order; union of things; a number of
things jointed together; organism. [Obs.]
[1913 Webster]

They owe no other dependence to the first than what
is common to the whole syntax of beings. --Glanvill.
[1913 Webster]

2. That part of grammar which treats of the construction of
sentences; the due arrangement of words in sentences in
their necessary relations, according to established usage
in any language.
[1913 Webster]

57 Moby Thesaurus words for "syntax":
IC analysis, allocation, allotment, apportionment, appositive,
arrangement, array, arraying, attribute, attributive, collation,
collocation, complement, constitution, construction modifier,
cutting, deep structure, deployment, direct object, disposal,
disposition, distribution, filler, form, form-function unit,
formation, formulation, function, immediate constituent analysis,
indirect object, levels, marshaling, modifier, object, order,
ordering, phrase structure, placement, predicate, qualifier, ranks,
regimentation, shallow structure, slot, slot and filler, strata,
structure, structuring, subject, surface structure,
syntactic analysis, syntactic structure, syntactics, tagmeme,
underlying structure, word arrangement, word order


请选择你想看的字典辞典:
单词字典翻译
syntax查看 syntax 在百度字典中的解释百度英翻中〔查看〕
syntax查看 syntax 在Google字典中的解释Google英翻中〔查看〕
syntax查看 syntax 在Yahoo字典中的解释Yahoo英翻中〔查看〕





安装中文字典英文字典查询工具!


中文字典英文字典工具:
选择颜色:
输入中英文单字

































































英文字典中文字典相关资料:


  • Syntax 和 Grammar 有何区别? - 知乎
    Syntax 和 Grammar 有何区别? 这两个词汇,有时候都叫做 “语法”。 我个人感受,Syntax 好像更接近语义(一些词按这个样子放在一起以后要表达什么意思),Grammar 更加接近… 显示全部 关注者 133 被浏览
  • Syntax 和 Grammar 有何区别? - 知乎
    The subfields of contemporary grammar are phonetics, phonology, morphology, syntax, semantics, and pragmatics Traditional grammars include only morphology and syntax In linguistics, Syntax is the study of the rules, or "patterned relations", that govern the way words combine to form phrases and phrases combine to form sentences
  • python 显示 invalid syntax 是什么原因? - 知乎
    invalid syntax 即 语法错误。 python会指出错误的位置,在错误位置附近仔细观察是否遗漏标点符号(例如漏冒号,漏 号),是否多标点符号,是否拼写错误或有括号不完整、代码首行缩进不对等。 比如 我这里故意制造一个invalidsyntax 错误,仔细观察会发现是25含代码缺了一个括号,这类错误 IDE 一般
  • Python代码运行时每次都显示invalid syntax,到底怎么回事啊? - 知乎
    Python代码运行时每次都显示invalid syntax,到底怎么回事啊? Python代码运行时显示invalid syntax是怎么回事? 我代码是复制粘贴的,代码应该没错啊 显示全部 关注者 7 被浏览
  • Excel运算的语法(syntax)及计算的操作顺序是怎样的? - 知乎
    Excel运算的语法(syntax)及计算的操作顺序是怎样的? 使用Excel表格的最大优势之一便是执行各种各样的数学计算,通过其公式和函数便可见一斑。 显示全部 关注者 1
  • keil:syntax error near?这个报错怎么改? - 知乎
    所以,解决这个问题,就像破案一样,可能要考虑很多潜在的问题。 Keil我用了至少也有10年时间了,今天针对 "syntax error near" 的编译错误,来分享下我的解决步骤: 1 检查错误信息: 仔细阅读编译器给出的错误信息,它会告诉你错误发生的大致位置。
  • 英语的syntax和grammer有什么区别 是包括和被包括的关系吗? - 知乎
    syntax 可以译成 句法,这样或许更好理解与grammar 语法的区别。syntax 关注点在 词语是如何构成短语或句子。 grammar 还包括 morphology (语态学)、phonology(音系学)、 semantics (语义学)。 但在普通的英语学习中,只会笼统地说一个句子有语法问题。
  • 语法 (Grammar)等于句法 (syntax)+形态学 (morphology)吗?
    这几点释义比较全面地概括了morphology的意义,有广义的形态学,在不同学科领域里都有各自的形态学;在第二点释义,我们可以看到,在语言学领域里,它就可以有两个意义:形态学和词法。 我们来看看在“语法(Grammar)等于句法(syntax)+形态学(morphology)"这个等式里,morphology译成形态学合适
  • 为什么说racket中的syntax object是卫生宏的基础? - 知乎
    应该是 syntax object 是 Racket 中卫生宏的基础(注意这里和题目的差异)。现在 Racket 用的是 binding as sets of scopes 模型,需要把 scope 信息和 identifier 以及 "s-exp" 的代码关联起来,syntax object 就是这个关联(当然 syntax object 还有其他信息,比如对应的文字位置,和 syntax object property)。 但这也只是做卫生
  • Python中while循环老是报错SyntaxError: invalid syntax,如何解决?
    Python中while循环老是报错SyntaxError: invalid syntax,如何解决? 代码如图: [图片] 显示全部 关注者 6





中文字典-英文字典  2005-2009