source document

导读:source document怎么读
英式音标:[sɔ:s ˈdɔkjumənt] 美式音标:[sɔrs ˈdɑkjəmənt]
source document的意思释义 n.源文档;源文件; source document用法及例句 双语例句

source document怎么读

英式音标:[sɔ:s ˈdɔkjumənt]

美式音标:[sɔrs ˈdɑkjəmənt]

source document的意思释义

n.

源文档;源文件;

source document用法及例句

双语例句

用作名词(n.)

The code is separated into discrete source files.

这些代码被分隔成离散的源文件。

Would you like to generate source file comments.

是否生成源文件注释。

例句参考

source document

source document

Source Document

Source document position as it affects head position and neck muscle tension

Skyline: an open source document editor for creating and analyzing targeted proteomics experiments

Essential fish habitat source document: silver hake Merluccius bilinearis, life history and habitat characteristics

Essential fish habitat source document: Haddock, Melanogrammus aeglefinus, life history and habitat characteristics

Essential fish habitat source document: ocean pout, Macrozoarces americanus, life history and habitat characteristics

Essential Fish Habitat Source Document: Sea Scallop, Placopecten magellanicus, Life History and Habitat Characteristics

Essential fish habitat source document: tilefish, Lopholatilus chamaeleonticeps, life history and habitat characteristics

Essential Fish Habitat Source Document: Winter Flounder, Pseudopleuronectes americanus, Life History and Habitat Characteristics

Context matcher: improved web search using query term context in source document and in search results

Computer-based structures and methods for generating, maintaining, and modifying a source document and related documentation

source document相关例句

1. That ensures that references remain correct and consistent as the source document changes.

这就确保了在源文档更改时保持引用的正确性和一致性。

2. Use the same index document to store references for 4,096 source documents instead of having one index document for each source document.

使用相同的索引文档来存储4,096个源文档的引用,而不是每个源文档都有自己的索引文档。

3. Now you have a source document from which to harvest requirements to store in the project database.

现在有了一个源文档,从它采集需求,保存在项目数据库中。

4. Installing the fonts and character set used in the source document can solve the problem.

安装源文档中使用的字体和字符集可以解决此问题。

5. We generate link points and references throughout the processing of the XML source document.

链接点和引用的生成是贯穿在xml源文档的整个处理过程之中的。

6. The number of keyword holder documents per source document is the same as the number of search fields in each document.

每一个源文档的关键字持有者文档的数目与每个文档的搜索字段的数目相同。

7. Then, you can replace the values in the sample with appropriate code to retrieve the values from the source document.

然后,可以用适当的代码替换该样本中的值来检索源文档的值。

8. This makes it very easy to create new source document types or change the presentation format of archetypes without having to search and replace through hundreds of style sheets.

这就使创建新源文档类型或改变原型的表示格式变得非常容易,而无须查找并替换数百个样式表。

9. Finally, notice that the first column Numbers the words in the order they appear in the XML source document.

较后,还要注意第一栏中的数字表示单词在xml源文档中出现的次序。

10. In Listing 6, I present a simpler example — a transform for writing each paragraph element in an XHTML source document to a new result document.

清单6是一个更简单的例子,这个转换将xhtml源文档中的每个段落元素都写入新的结果文档中。

11. Directly manipulating namespace nodes from the source document and attempting to control the namespace declarations in the output.

直接操作源文档中的命名空间节点并希望控制输出中的命名空间声明。

12. The type attribute of the element specifies the class to instantiate as the source document object.

元素的类型属性指定作为源文档对象要实例化的类。

13. Both specifications, XLIFF and TMX, contain all the elements necessary to store source document formatting information in XML format.

XLIFF和TMX两种规范都包含以xml格式存储源文档格式化信息所需要的全部元素。

14. There may be some \"lost\" concepts within a text, due to the way the source document is written.

由于源文件的写作方式不同,文本中可能有一些“丢失”的概念。

15. Thus, without modifying the style sheets, you can properly render changes in the source document (as long as you use archetypes properly).

因此,不用修改样式表,就可以在源文档中正确地实施更改(只要正确地使用原型)。

16. And it doesn\'t tell what portion of the source document this template was running against.

它不会说明该模板正在依据源文档的哪部分运行。

17. Pull style sheets, on the other hand, rely on the coder\'s ability to know which elements are expected to appear next in the source document.

另一方面,拉样式表依靠编码者的能力来知道接下来期望源文档中的哪些元素出现。

18. This might be a problem if you have many different source document types and many different rendering targets (such as wireless platforms, other XML formats, and so on).

如果有许多不同的源文档类型以及许多表示目标(譬如,无线平台、其它XML格式等等),这可能是个问题。

19. This document is called an instance document, whereas a source document is called a form document.

这个文档被称为实例文档,而源文档被称为表单文档。

20. The integration of PHP and HTML together into a single source document makes it easy to add PHP to existing Web pages.

将php和html一起集成在单个源文档中使得在现有网页中添加PHP非常容易。

21. A stylesheet is a well formed XML document used to present the XML source document in various formats of your choosing.

样式表是一种结构良好的XML文档,用于按照选择的不同格式表示xml源文档。

22. As elements in the source document have prefixes, it\'s clear that they belong to a namespace.

由于原文档中的元素使用了前缀,因此可以很明显地看出它们属于一个名称空间。

23. The pull style, on the other hand, builds up the output document by pulling content from the source document as it is needed.

另一方面,拉样式根据需要通过 拉出源文档中的内容来构建输出文档。

24. In that index document, the script identifies the UNID of the source document in the source database.

在此索引文档中,脚本识别源数据库中源文档的UNID。

25. The output is based on the type of elements encountered in the source document.

输出基于源文档中遇到的元素类型。

26. All formatting information inherited from the source document is kept inside inline elements.

所有从源文档继承的格式化信息都保存在行内(inline)元素中。

27. I could take the approach Xalan did in its own messages, and display the line and column number within the source document.

我可以采用Xalan在其自己的消息中所采用的方法,并显示源文档内的行号和列号。

28. Cite designates a source document reference for some text, typically some kind of a quotation.

cite指明某些文本的源文档引用,通常是某种类型的引用。

29. The XSLTProcessor function requires its source document and stylesheet as a DOMDocument object rather than as strings.

XSLTProcessor函数要求源文档和样式表是一个DOMDocument对象,而不是一个字符串。

30. You can provide hints to Examplotron by adding special attributes to the source document, similar to DTD occurrence indicators.

您可以通过给源文档添加类似于DTD出现指示符这样的特殊属性,从而给Examplotron一些提示。

31.Extract into the currently \'active\' (On Top) Source Model Document.

提取到当前“活动的”(顶部)源模型文档。

34.View the source of this document

查看此文档的源代码

35.The source document is partitioned into range-blocks according to document structure and represented

根据源文件的结构和描述,一个源文件被分成一些子块,形成一棵分形树。

37.Please open the source document before dragging (use GoTo!)

不能从没有打开的文档拖动项目。请在拖动之前打开源文档(使用“转到”!)

38.This will replace the source document with your latest changes.

这将用较新的更改替换源文档。是否确实要将此文档发布回其源位置?

39.{An item cannot be copied into its own document.}To complete this action, designate a document other

{项不能被复制到本身的文档中。}要完成此操作,请指定与源文档不同的文档。

40.Note: you can change the source document and much more in the actual report document after you have created

注: 您可以对源文档进行更改,而且,在创建了报告文档之后,还可以在实际报告文档中进行进一步修改。这只是初始值。

double vision
insurance amount
猜您喜欢......
返回顶部小火箭