• Under the ship, he printed in big red letters: C-O-N-G-R-A-T-U-L-A-T-I-O-N-S!

    船下面,他用红色大字写着:C-O-N-G-R-A-T-U-L-A-T-I-O-N-S!

    youdao

  • We receive shipments o n Tuesday and Saturday, which means that we have different items in the store at least twice a week.

    我们通常周二周六安排发货意味着店面的在一个星期内至少更新两次

    youdao

  • Thus, for a typical program invocation with N options, the code needs only O(N) [N*O(1)] comparisons—an order of magnitude improvement over the legacy code.

    因此对于具有N选项典型程序调用代码只需执行O(N) [N*O(1)]比较对遗留代码的巨大改进

    youdao

  • Though I'm only 17, I'm a full-fledged member of the organization known as O. P. U. L. E. n.

    尽管只有17岁,但是我是一个叫做财富组织中的资深成员

    youdao

  • For example, if the complexity order of the current technique is O(n**2), speeding up the steps by 10x is a lot less helpful than finding an O(n) substitute.

    例如如果当前技术复杂性等级O(n**2),那么将这些步骤加速10远不及寻找 O(n) 替代品来得有用

    youdao

  • The string version of concatenation requires strings you want to join to be copied to a new location, which is an o (n) operation.

    String版本连接操作要求将需要连接的两个字符串复制位置一种O (n)操作。

    youdao

  • The red-black tree is O(log n) in time for most operations, while the previous scheduler employed O(1), using a priority array with a fixed number of priorities.

    对于大多数操作,红执行时间O(logn),以前的调度程序通过具有固定优先级的优先级数使用 O(1)。

    youdao

  • As I mentioned in the overview section, random character access on a rope with many internal nodes is approximately o (log n), so traversal is o (n log n).

    就像概述一节中提到过的,在拥有许多内部节点rope随机访问字符时间大约o (logn),所以遍历时间为o (nlog n)。

    youdao

  • Using this notation, you should know that search through a list is O(n) and binary search (through a sorted list) is log(n).

    看到这个标记就应该知道搜索链表复杂度为O(n),进行二进制搜索时(已排序)的空间复杂度为log(n)。

    youdao

  • Recall that returning a single character at an arbitrary position within a rope is an o (log n) operation.

    返回rope任意位置字符操作是个o (logn)操作。

    youdao

  • This actually I think derives from a Greek word, "Synkope, " S-y-n-k-o-p-e, synkope.

    这个术语觉得来源于希腊语,Synkope,S-y-n-k-o-p-e

    youdao

  • Y. o. N: Bolooloo, you have a big head, too.

    噜噜一个大头。

    youdao

  • A possible ionic charge state distributions of He, c, n, o, ne, Mg, si, s and Fe in solar energetic particle events is presented in this paper.

    本文发表了太阳高能粒子事件中,元素离子电荷分布

    youdao

  • This paper introduces a map sort algorithm with extra memory cost, its time complexity is o (n).

    本文介绍映射式排序算法,这种算法附加一定的存储开销时间复杂性O (N)。

    youdao

  • The Ni(II) cation has a distorted octahedral geometry defined by five N atoms from two dimethylglyoxime molecules and two O atoms from two formate anions.

    离子个丁肟配体上的四个原子两个甲酸根离子上的碳原子配位进而形成面体配位环境。

    youdao

  • Results: in pure n, O-CMCS group (group a) there were a little of new bones formation with plenty fibrous tissues ingrowthed.

    结果单纯n, O - CMCS可见少量诱导成骨现象,但成骨作用不明显,并见大量纤维组织修复。

    youdao

  • In pure n, O-CMCS group (group a) there were a little of new bones formation with plenty fibrous tissues ingrowthed.

    结果单纯n, O - CMCS可见少量诱导成骨现象,但成骨作用不明显,并见大量纤维组织修复

    youdao

  • The research content in this dissertation was the nitrogen removal of A/O/N process for domestic wastewater treatment in residential communities.

    试验采用A/O/N工艺是在传统A/O工艺的基础上提出的一种适合废水处理的高效氮工艺。

    youdao

  • In this study we synthesized a series of N-(o-substituted phenyl) maleimides.

    实验研究一系列N-邻位取代苯基马来酰亚胺的合成。

    youdao

  • If you access elements by index, a linked list is not a good solution: you have to traverse the list from the beginning, so it is an o (n) operation.

    如果访问元素索引是不是一个办法:你必须列表开始所以O (n)的操作

    youdao

  • The o (n) behavior of repeated in operators hurts performance, but you can't switch to using just a dictionary, as you also need the sequence's order.

    操作重复o (N)行为损害了性能但是不能切换使用字典因为需要这个序列顺序。

    youdao

  • Organophosphorus compound, toxic, flammable, n. o. s. when "Inhalation Hazard" is on a package or shipping paper.

    有机磷化合物有毒可燃,未作说明(包装运货注明“吸入危害”时)。

    youdao

  • Stream I/O Model This leads to efficient I/O but beware: data written to a buffer does not appear in a file (or device) until the buffer is flushed or written out. (/n does this).

    (表达)读写数据一种可移植的方法,一般的I/O操作提供灵活有效手段

    youdao

  • Unlike other self-balancing binary search trees that provide worst case O(log n) lookup time, scapegoat trees have no additional per-node overhead compared to a regular binary search tree.

    其它提供了最坏情况Ologn查找时间自平衡二分查找不同,替罪羊树与普通的二分查找树相比,并没有对每个节点增加额外开销

    youdao

  • There are two sorted arrays A and B of size mand n respectively. Find the median of the two sorted arrays. The overall run time complexity should be O(log (m+n)).

    这个有序数组中间数,其实这个中间数,如果奇数,就是中间的那个,如果是偶数,就是中间两个数的和的平均值。

    youdao

  • General, if we do not consider the length of pattern, a time complexity o (n) algorithm should be optimal, but the fact is not the case.

    一般如果考虑模式长度一个具有时间复杂度o (n)的算法应该最优的了,但是事实不是如此

    youdao

  • Poisonous liquid, which in contact with water emits flammable gases, n. O. S. (Inhalation Hazard Zone a).

    有毒液体释放可燃性气体,未作说明(吸入危害a)。

    youdao

  • Code volume quite low, but when the need for greater data a longer period of time complexity is o n!

    代码不过数据较大时候需要时间比较长,时间复杂度O n

    youdao

  • Poisonous liquid, which in contact with water emits flammable gases, n. O. S. (when "Inhalation Hazard" is on a package or shipping paper).

    有毒液体接触会放出可燃性气体,未作说明(包装运货注明“吸入危害”时)。

    youdao

  • Poisonous liquid, which in contact with water emits flammable gases, n. O. S. (when "Inhalation Hazard" is on a package or shipping paper).

    有毒液体接触会放出可燃性气体,未作说明(包装运货注明“吸入危害”时)。

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定