It was really pretty exciting for scientists at that time to find these missing elements and confirm their predictive properties.
对当时的科学家来说,找到这些缺失的元素并证实它们被预测的特性,确实是非常令人兴奋的。
You find Mycenaean elements on some excavated tools, other things, pottery particularly of a certain kind, all over the Mediterranean Sea.
你可以在一些发掘的工具及其他物品,特别是某种陶器上,发现迈锡尼文明的影子遍布地中海区域。
Relationship Analysis builds off of previous domain integrity and Structural Analysis to find common keys or data elements and domains.
关系分析以之前的域完整性分析和结构分析为基础,旨在发现共同的键或数据元素和域。
If you need to go the other way and find elements that might be deeply nested from the one you have, you can do that too (see Listing 13).
如果需要朝另一个方向走,找到嵌入在您已经找到的元素中的元素,也是可以做到的(参见清单13)。
Frequency distributions of element combinations may find compound elements that do uniquely determine the data.
元素组合的频率分布可以发现能够惟一确定数据的复合元素。
In its simplest form, each step navigates downward in an XML hierarchy to find the children of the elements returned by the previous step.
在最简单的形式中,每一步在XML层次中向下导航,以发现由前一步返回的元素的孩子。
Start with the largest object and let the tool recursively find elements to convert.
从最大的对象开始,让工具递归地查找要转换的元素。
At the second level of the document you find a number of elements that are children of the root element.
在该文档的第二级,可以找到很多元素,这些元素是根元素的子元素。
A painter can position the elements where they want, whereas a photographer must search, find and organize visual elements within the camera viewfinder.
画家可以随心所欲布置各个要素,而摄影师必须在相机的取景器中寻找、发现和组织视觉要素。
Emergent design implies the ability to find design elements in existing code.
紧急设计要求在已有代码中发现设计元素。
Listing 7 shows an example in which you find a login form and manipulate several elements around it.
清单7显示了一个示例,其中包含有一个登录表单并处理了一些与之有关的元素。
In other words, given an IDREF or IDREFS field, it's possible to quickly find the element or elements with the associated ID or IDs, but not the other way around.
换句话说,给定一个IDREF或idrefs域,可能会迅速找到有一个或多个相关标识的一个或多个元素,反之则不行。
When creating a design I often find myself throwing out elements I don't need after I ask myself what is the purpose to this design element?
在进行一个设计的时候,我经常会发现我自己在使用一个元素后,立刻问自己一个问题这个设计元素的目的到底是什么,问过之后我发觉我不需要那个元素。
The latter would not find any elements in our sample data because the element in our sample data is spelled in lower case.
后者不匹配示例数据中的任何元素,因为示例数据中的元素名是小写的。
Third, the use cases are used as the source of scenarios to be run to find the software elements that are involved in the implementation of the business functions.
第三,用例用作场景的来源,运行以找到业务功能实现中所涉及的软件元素。
This helps navigation in two wyas: generally, sites have fewer pages and sections; and the design of the site is usually less cluttered, making it easier to find navigation elements.
这在两个方面有助于导航:通常,网站拥有更少的页面和栏目;或者网站的设计通常是干净整洁的,更容易找到导航元素。网站的简洁设计是一个很好的解决导航可用性问题的方案。
So, rather than settling on any one of the cultures in which I grew up, I now choose to explore many more cultures and find elements to love in each.
所以,我现在希望去探索许多文化并找到它们中值得爱的元素。
While I discourage copying, this does not mean we cannot be inspired by individual design elements that we find.
我不鼓励抄袭,但我们可以被他人的设计元素所启发。
What this means here is that when a client finds this profile, it can expect to find one more elements in the element with a rel type of "transformation".
在这里,它指的是,当客户端发现该概要时,它会预期在元素内发现一个或多个元素,每个元素都有一个transformation类型的rel属性。
Because XOM contains a method to find elements by their names, consider using the Excel columns as element names rather than as attributes.
由于XOM包含一个方法来按名称找到元素,所以我们考虑使用excel列作为元素名而不是作为属性。
Software architects and developers use XPath as a query language to find elements in an XML document and transform them into XHTML or another XML format using XSLT.
软件架构师和开发人员使用XPath作为一种查询语言,发现XML文档中的元素并使用XSLT将其转换成XHTML或者另一种xml格式。
In addition to these array traversal functions, jQuery also offers functions that let you find elements nested right around your search terms.
除了这些数组遍历函数之外,jQuery还提供了一些函数,使您可以查找嵌套在搜索词周围的元素。
XPath is a language for navigating XML documents to find elements or attributes.
XPath是用于导航XML文档以便发现元素或属性的一种语言。
Find the data elements that you are looking for in an XML Schema using template matches.
通过模板匹配在XMLSchema中寻找数据元素。
While those are certainly the three most commonly used search parameters in jQuery, there are many others that can help you quickly find the elements you are looking for on a page.
虽然在jQuery中,这3个搜索参数无疑是最常用的,但还有许多其他搜索参数,可以帮助您在一个页面上快速查找所需的元素。
Once the code in FindWidget.groovy runs its course and returns a response, I can use it to find specific page elements and verify that everything worked properly.
当 FindWidget.groovy中的代码运行其内容并返回响应后,我可以使用该响应来查找特定页面元素,并验证所有内容是否正常工作。
When a new CProject is created, the PDOMManager creates an indexer to find and store the elements in the project's source files.
当创建了新的CProject时,PDOMManager会创建一个索引器来寻找并存储该项目源文件中的元素。
Now you need to iterate only over all requirements, see whether they are allocated to model elements, and find this element's guid.
现在您需要对所有的需求执行迭代操作,查看它们是否分配给模型元素,并搜索该元素的guid。
For example, if you wanted to find all the title elements in an Atom document, you'd use code like that in Listing 9.
比方说,如果要查询Atom文档中的所有title元素,应使用清单9中所示的代码。
When taking a look at DemoWebServiceService.wsdl, you can see that it has a set of definitions elements at the root. Inside of the definitions element, we can find 6 elements
如果查看DemoWebServiceService.wsdl,您将能够看到它的根元素中有一组定义元素。
应用推荐