syntactically
adv. 依照句法地;在语句构成上
2025-11-25 04:41 浏览次数 14
adv. 依照句法地;在语句构成上
"syntactically ill-formed"
Thinking Syntactically书名
syntactically segmentation句法分段
syntactically correct语法正确
syntactically incorrect optional ie语法错误可选信息单元
syntactically based ergative上的作格
and often syntactically句法上
Syntactically-equivalent of Formal System形式系统的语法等价
syntactically based theory以句法为基础的理论
syntactically distinct法不同
Unlike the older ASP-style view engine, the boundaries between view and inline code are quite subtle and it is quite possible that many languages are syntactically incompatible.
与老式的ASP风格的视图引擎不同,视图与内联代码之间的界限变得相当薄,很多语言从语法上就无法实现。
A property is just a thing that looks like an attribute syntactically (as used), but is defined by defining all the getters, setters, and so on.
特性其实就是在语法上与属性类似的一种东西,通过定义所有getters、setters等就可定义特性。
The XML message will be compile-time checked to make sure that it is syntactically correct and well-formed, something we don「t get with standard servlets (or JSP, for that matter).
这条XML消息将进行编译时检查,以确保语法正确和格式良好,并获得一些标準servlet(或JSP)不具备的好处。
The RDT editor is not sophisticated enough yet to filter out all syntactically correct, but semantically incorrect entries.
RDT编辑器还不完善,无法过滤出所有语法上正确但是语义上不正确的条目。
The most serious type of programming error is one that is syntactically correct but that
最严重类型的编程错误是程序在语法上正确但无论如何却导致错误结果的产生或者根本无法产生结果。 这种因为逻辑错误无法正确解决问题的错误类型,称为Bug。
Exactly how it USES the Web can be syntactically specified (as demonstrated in the technical discussion that follows), but that kind of discussion ignores the meta-question of what URL to use.
可以从语法上确切地指定它如何使用Web(随后的技术讨论中将进行演示),但这种讨论忽略了要使用什么URL的实质问题。
The rough XML is syntactically correct, but may not use the proper vocabulary.
粗略的XML在句法上是正确的,但可能没有使用正确的词汇表。
There are many more, albeit syntactically correct, unfortunate ways to arrange the information.
排列信息有许多在文法上正确但不合适的方法。
The syntax is OK in the sense of, it is an operand, an operator, an operand, so syntactically it」s OK.
这里的语法应该是好的,有个运算对象,一个运算符,另外一个运算对象,因此语法上是没错的。
In fact, this is precisely what「s taking place: in a functional language, functions are first-class concepts, like variables and constants, and so are syntactically treated as such.
事实上,真正发生的事情是:在函数语言中,就像变量和常量一样,函数是一级概念,所以语法上也是一样地处理。
The goal here is to ensure that any system command evoked on the script syntactically and semantically works properly on Linux as well.
这里的目标是确保任何在脚本上按照语法和语义调用的系统命令,在Linux上都能正确运行。
OWL Full is fully upward-compatible with RDF, both syntactically and semantically: any legal RDF document is also a legal OWL Full document.
OWLFull完全向上兼容RDF,从句法上和语义上都兼容:任何合法的RDF文档也都是合法的OWLFull文档。
If you」ve turned in a program that「s not syntactically correct, the TAs give you a zero.
不正确的,问题组,助教会给你们一个零分。
Enter the syntactically correct uris.
输入语法正确的uri。
While this catches a lot of errors, it doesn」t help with scenarios where data processing is required in order to determine that something nonsensical, yet syntactically valid, has been written.
虽然这种验证能捕获很多错误,但是对于需要进行数据处理以判断是否编写了不合情理而语法正确的内容这样的场景,这种验证就毫无帮助了。
In other words, it can tell you that your application is syntactically correct, but not if it「s of high or low quality.
也就是说,它可以告诉你的程序在语法是正确的,但是不能告诉你它是高质量的还是质量差的。
Eucalyptus supports Amazon」s interface syntactically and it implements the same functionality (with a few exceptions), but internally it is almost certainly different.
Eucalyptus在语法上支持Amazon的接口,实现相同的功能(稍有例外),但在内部几乎是完全不同的。
The static relationship in this scenario correlates these four syntactically different but semantically equivalent representations.
本场景中的静态关系将这四个词法不同但语义相同的表示形式关联在一起。
OK. What happens if you actually have something that's both syntactically correct, and appears to have correct static semantics, and you run it?
好,当你的代码语法,没错误,并且也有正确的静态语义,你去运行它的时候会发生什么呢?
This specification defines the parsing rules for HTML documents, whether they are syntactically correct or not.
本规范定了HTML文档的解析规则,无论它们语法是否错误。
Among other things, this means that virtual file resources can be used syntactically any place ordinary files are recognized. Classic Tcl allowed this.
尤其重要的是,这意味着在任何识别普通文件的地方,可以按语法规则使用虚拟文件资源。
Coding in PHP is very much like coding in a language like C. They are syntactically similar which can also lead to similar code maintenance problems.
用PHP编写代码与用类似c的语言编写代码非常相似。由于它们句法上类似,所以还会导致类似的代码维护问题。