abbr. 美国虹志公司(一家较大的电脑生产厂家); Army Staff Target 陆军参谋部目标
BNC.30773
双语例句
First, you have to consider whether a change to the AST needs to be made. 首先,您必须考虑是否需要更改AST。
It's only the unit tests that are working with the AST case classes directly. 只有单元测试在直接与ASTcase类合作。
It looks for C and C++ elements and uses them to create a generic AST. 它寻找C和C++元素并使用它们来创建一个通用AST。
In this section, you will see how to set up your AST for seamless OpenJPA development. 在本部分中,您将了解如何设置AST以实现无缝的OpenJPA开发。
Note that even though the AST APIs are different, the implementation of these methods is very similar. 请注意,即使对于不同ASTAPI,这些方法的实现也是非常相似的。
SIP tooling is also provided in the AST to help you more easily build SIP applications. AST中提供的SIP工具可以帮助您更轻松地构建SIP应用程序。
Comment nodes do not show in the AST Tree because they are not parented. AST树中没有显示注释节点,因为它们没有父子关系。
To perform queries on the AST parse tree, the Java IDE uses a visitor pattern. 要在AST剖析树上执行查询,JavaIDE使用了一个访问者模式。
An AST creates a full analysis tree where each element of the Java source is represented and distinguished. AST创建了完整的分析树,其中表示了Java源代码的每个元素并对这些元素进行了区分。
They contain similar methods and create similar abstract syntax trees ( ASTs). 它们包含相似的方法并创建相似的抽象语法树(AST)。
This form is usually that of a tree, called an AST. 这种格式通常是一种叫做AST的树。
The analysis API eliminates most of the challenges associated with visiting AST nodes by providing a common visitor class and abstracting the query mechanism. 分析API通过提供一个公用的访问者类和抽象查询机制,消除了和访问AST节点相关联的大部分挑战。
The first item on our plate is to define this AST for the calculator language. 您要做的第一件事是为计算器语言定义该AST。
The third parameter indicates the ASTNode that will be highlighted. 第三个参数指出AST节点将会被突出。
So, a C# program can be represented by an instance of the AST. 所以,一个C程序可以由一个AST的实例来代表。
InfoQ: How did you make your technical choice like using parse tree for parsing and building AST Ruby? InfoQ:你如何做技术上的选择,比如解析使用parsetree,以及构建ASTRuby?
You can go even further and create an'AST'for your language and display it in the navigation bar and outline views. 你甚至可以为你的语言创建一个‘AST’,并在导航条与大纲视图上显示它。
In addition, CK, AST, LDH and HBDH levels were significantly correlated with thyroid function. 心肌酶水平与甲状腺功能显著相关。
ObjectiveTo assess the clinical significance of detection of serum creatine kinase ( CK), creatine kinase ( CK-MB), lactate dehydrogenase ( LD), and aspartate aminotransferase ( AST) in psychotics. 目的探讨精神病病人血清中肌酸激酶(CK)、肌酸激酶同工酶(CK-MB)、乳酸脱氢酶(LD)和天门冬氨酸氨基转移酶(AST)检测的临床意义。
Comparison of the Results of Serum ALT and AST by Two Methods 2种方法检测血清ALT和AST的结果比较
The concentration of the serum GPT/ ALT and GOT/ AST were measured by extracting the eyeball blood. 通过摘眼球取血测量谷丙转氨酶(AST)、谷草转氨酶(ALT)含量。
There have also been improvements to significantly reduce memory usage of the IronPython ASTs. 还有很多增强可以极大地降低IronPythonAST处理过程的内存使用。
Result: Compared with the alcohol model group, mussel polysaccharide can significantly reduced the level of ALT, AST, TG and MDA, and increased the contents of GSH. 结果:与酒精模型组比较,贻贝多糖能明显降低小鼠血清ALT、AST、TG和肝脏MDA水平,升高肝脏GSH水平。
AST nodes take care of things such as binding names to definitions, overload resolution and error checking. AST节点负责一些例如,绑定定义与名称,分辨重载,错误检查这样的事情。
With ALT, AST to Confirm the Different Biochemistry Instrument's Performance ALT、AST测定对不同生化仪器性能的验证
Conclusion The levels of AST and ALT are still reliable parameters for the assessment of initial hepatic graft function; 结论AST和ALT仍然是原位肝移植术后早期反映移植肝功能状况的可靠指标;
Effect of Mosquito-repellent Incense on Serum ALT, AST, TBIL and Liver Tissues of Mice 蚊香对小鼠血清ALT、AST、TBIL及肝组织的影响
The diagnostic values of autoantibodies and AST/ ALT ratio in hepatitis C-associated cirrhosis 丙型肝炎相关自身抗体和血清AST/ALT比值对丙肝后肝硬化的诊断价值
The third part analyzes and investigates the main theoretic basis of this thesis-Action Space Theorem ( AST). 第三部分对本论文的主要理论依据&行为空间法则进行分析和研究;
Doing syntactic macros is very inconvenient when you have an AST that looks like these languages. 当你有一个像以上那些语言的AST时,你会发现要想实现语法宏是多么的不方便。