abbr.:
工艺、设计与技术(学校科目)
网络:
显示管;C Development Toolkit;临界溶解时间(critical dissolving time)
1.
At this point, we should be ready to start developing our application with CDT.
此时,我们应当已经准备好开始用CDT开发应用程序。
2.
Due to its complexity, the CDT is broken down into several components, which take the form of separate plug-ins.
由于其复杂性,CDT被分成几个组件,它们都采用独立插件的形式。
3.
So far, so good, but there's a major drawback: CDT as it currently stands cannot explain the existence of matter.
到目前为止,这个理论都很好,但是有一个最主要的缺点:目前的CDT并不能解释物质的存在。
4.
On the right, however, the Index view presents each element of every file in every CDT project.
在右侧,Index视图却显示全部CDT项目全部文件的每个元素。
5.
Like the JDT, the CDT DOM uses a visitor pattern to interact with its parse tree.
类似于JDT,CDTDOM使用一个访问者模板,以和它的剖析树状图交流。
6.
Now that you know the basic elements of the model, you need to know how they interact during CDT operation.
既然您已经了解了该模型的基本元素,那么,您还需要了解这些元素在CDT操作时是如何进行交互的。
7.
Because the details of CDT are well beyond the scope of this article, you will need to take a leap of faith at this point.
因为CDT的细节部分已经超出了本篇文章的讨论范围,您可以跳过这点。
8.
To clarify names and bindings, I debugged the CDT's parsing of the Hello World program and provided the AST breakdown shown in Figure 3.
为澄清名称及绑定,我调试了CDT对HelloWorld程序的解析并在图3中提供了AST的分解。
9.
The CDT is about 11 MB total, so this could take a few minutes, depending on your Internet connection speed.
CDT总共大约11MB,因此这可能需要花费一些时间,这取决于Internet连接速度。
10.
Now, I show how the CDT parser generates the AST and how you can traverse it with your own code.
接下来介绍CDT解析器如何生成AST以及如何用您自己的代码对其进行遍历。