代码排序用英语怎么说,代码排序的英文翻译


词语导航

基本信息

词语:代码排序

繁体:代碼排序

拼音:dài mǎ pái xù

英语翻译

【计】 code reordering

分词翻译

代码的英语翻译:

word
【计】 code
【经】 code

排序的英语翻译:

sort; taxis
【计】 sequencing; sort; sorting; sorting order
【化】 precedence ordering

翻译例句

1. 让我们在这个列表上运行归并排序,然后我们在看一下代码

Let"s run merge sort on it, and then we"ll look at the code.

2. 作为一个练习,请自己试图为第四个使用案例编写代码,对艺术家而不是标题进行排序

As a learning exercise, try writing the code for the fourth use case yourself, but this time, sort by artist rather than by title.

3. 清单8内的代码展示了如果持久化调用排序不同时将会如何。

The code in Listing 8 demonstrates what happens if the persist call is ordered differently.

4. 这里的问题不是有关顺序一致性的,而是代码被移动了,不是重新排序

The problem here is not with sequential consistency. Code is being moved, not reordered.

5. 如果没有找到,使用排序代码取得该客户的默认信息。

If the profile is not found, use the sort code to fetch defaults for this customer.

6. 在代码中加入一个记录枚举器的一个最大好处在于枚举器中包含搜索记录存储以及以排序的顺序提取记录的选项。

One of the primary benefits of incorporating a record enumerator into your code is that it includes options for searching the record store, and for retrieving records in sorted order.

7. 在获得排序的映射后,您可以只提取有限的术语集,最后将它们写出为单个字符串(通过粘合集成代码完成)。

Once you have the ordered map, you can simply extract the limited set of terms, eventually writing them out as a single string (done by the glue integration code).

8. 通过ASP.NET 2.0中的改进功能,可以显著减少这些代码的数量,以产生带有完整分页、排序和编辑功能并填充了数据的网格。Www.WENTiyi.COm

With the improvements in ASP.NET 2.0, this code can be significantly reduced to produce a data-filled grid with full paging, sorting, and editing features.

9. 上面的代码行将为您提供字段名的排序后的频率分布,类似以下清单所示。

The above line will give you a sorted frequency distribution of your field names, similar to the following.

10. 我们也可以编写一些代码根据插件id列进行排序,就像是我们的样例代码一样。

You can also optionally write code to sort the columns on plug-in ID like in the sample code.

11. 例如,使用排序代码和银行账户号码访问客户的简介。

For example, use a sort code and bank account number to access a customer? S profile.

12. 排序序列将代码点映射至每个字符在已排序序列中的期望位置。

The collating sequence maps the code point to the desired position of each character in a sorted sequence.

13. 正如前面介绍的一样,对标题进行排序和对艺术家进行排序代码几乎是相同的。

As mentioned, the code for sorting by title and sorting by artist is nearly the same.

14. 这使得开发员可以以一种更加灵活的方式使模型与代码保持同步化,同时适应Ada严格的排序需求。

This enables developers to work in a more flexible fashion that keeps the model and code synchronized, while also accommodating the strict ordering requirements of Ada.

15. 在构建表格行之前,以上代码使用array _ multisort函数根据每个规则的起始端口号对规则数组排序

Before building the rows of the table, the code USES the array_multisort function to sort the array of rules by the starting port number of each rule.

16. 我准备使用反射(reflection)来创建一种通用的排序基础设施,其中不会涉及大量复制的样板代码

I"m going to use reflection to create a generic sorting infrastructure that doesn"t have so much duplicated, boilerplate code.

17. 此时必须使用其他语言(比如XQuery)编写代码或者使用某种专门的私有XPath扩展来对结果排序

To achieve this, you"d have to write code in another language (like XQuery, for example) or use some special, proprietary XPath extension to sort the results.

18. 另外,也有代码提及到“冰箱—收件箱“(“icebox-inbox”)以及按优先度来给邮件排序的功能。

In addition, there are also references to an "icebox-inbox" and the ability to sort mail by priority.

19. 如果您正在测试的应用程序曾经发生变化,您必须将所有这些代码(以及您用来进行测试的所有其它脚本中的代码)进行排序,以发现和修复问题。

If the application you are testing ever changes, you have to sort through all this code (and all the code in all the other scripts you use to test it) to find and fix problems.

20. 您还可以将代码中的结构与联合属性进行重新排序,而您的代码将会维持这个顺序。

Also, you are able to reorder the struct and union attributes in code and your model will maintain this order.

21. 第三个使用案例和第四个使用案例的代码基本上是相同的,因此我将向您展示如何根据标题进行排序,并将第四个使用案例留作练习,请您自行完成。

The code for the third and fourth use cases will be nearly identical, so I"ll show you how to sort by title and leave the fourth as an exercise for you to complete on your own.

22. 这部分代码的问题是,如果数组中的值已经排序,那么重复值计数就不再准确。

The problem with this code is that when the array of values is sorted, the count of duplicates will no longer be accurate.

23. 枚举和我们的搜索代码将遍历整个记录存储,根据指定的搜索条件构建一个排序过的结果集。

Working through the entire record store, the enumeration and our search code build a result set that is sorted based on the specified search criteria.

24. 这个技术依赖于编译器以代码中出现的先后顺序来编译成员变量的特点,所以要小心那些会自动排序代码代码格式化工具。

This technique relies on the compiler compiling the member variables in the same order as they are found in source code, so be wary of code formatting utilities that automatically sort your code.

25. 数据源控件减少了为检索和绑定数据甚至对数据进行排序、分页或编辑而需要编写的自定义代码的数量。

Data source controls simplify the amount of custom code that needs to be written to retrieve and bind data, and even to sort, page through, or edit data.

26. 数据源控件减少了为检索和绑定数据甚至对数据进行排序、分页或编辑而需要编写的自定义代码的数量。

Data source controls simplify the amount of custom code that needs to be written to retrieve and bind data, and even to sort, page through, or edit data.

版权声明:问题易所有作品(图文、音视频)均来源网络,版权归原创作者所有,与本站立场无关,如不慎侵犯了你的权益,请联系我们告知,我们将做删除处理!