英语单词

seq的中文翻译

seq

英[] 美[]
  • abbr. 序列发生器;音序器(sequencer)

双语例句


1. It is then using the lazy-seq macro.
然后它再使用lazy - seq宏。

youdao

2. A child of Seq must add an _order tuple as a class attribute.
Seq的子类型必须添加一个_ order元组作为类属性。

youdao

3. We use the seq function to turn big-num-str into a sequence.
我们使用seq函数来将 big-num-str转变为一个序列。

youdao

4. In Listing 5, the lazy-seq-fibo function has two definitions.
在清单5中,lazy - seq - fibo函数具有两个定义。

youdao

5. Every CREATE TABLE statement includes a primary_key and seq column.
每个CREATEtable语句都包括一个primary_key和seq列。

youdao

6. For details of the problems et seq. readers are referred to m.
关于这些问题以及下面的问题的细节,读者可以参考m。

youdao

7. The application of this type of double-edge-triggered flip-flop in seq
文章还介绍了该双边沿触发器在时序电路中的应用。

youdao

8. Because it is a Seq, it has a foreach method that takes a closure as a parameter.
因为它是一个Seq,它具有一个foreach方法,并将一个闭包作为参数。

youdao

9. This padding with 0s in the front is done with the -w option to the seq command.
使用seq命令的- w选项在前面填充0。

youdao

10. C. 1051 et seq. because it infringes and dilutes the famous Facebook trademark.
因为它侵犯和稀释了著名的脸谱,商标。

youdao

11. In this case, the sequence is the result of again calling the lazy-seq-fibo function.
在本例中,此序列就是调用lazy - seq - fibo函数后的结果。

youdao

12. A preferred proteinase of this invention includes the amino acid sequence of seq id no: 2.
本发明的一个较佳蛋白酶包括序列编号2 (SEQIDNO: 2)的氨基酸序列。

youdao

13. If this sequence was not lazy, the lazy-seq-fibo function would get called again and again.
如果这个序列不是惰性的,lazy - seq - fibo函数就会一次又一次地被调用。

youdao

14. However, the lazy-seq macro ensures that the function will only be invoked as the elements are accessed.
不过,lazy - seq宏确保了此函数将只在元素被访问的时候调用。

youdao

15. These proteins are typified by those having the amino acid sequences represented by seq id no: 1 or 12.
本发明蛋白质的代表例具有序列号1或12所示的氨基酸序列。

youdao

16. It turns out also that this element has some PCDATA contents, and that it has a seq column value of zero.
它也证明了这个元素具有某些PC DATA内容,它的seq列值为零。

youdao

17. In this case, the return type is seq [String], where seq (" sequence ") is a particular kind of collection.
在这个例子里,返回类型是seq [string],seq (sequence)是一种特殊的集合。

youdao

18. The seq column sometimes has little meaning (other than indicating the absence of sequentiality pertaining to some rows).
seq列有时没什么意义(除了表明缺少属于某些行的顺序性)。

youdao

19. And, like Array [t], List [t] inherits from a number of base classes and traits, starting with Seq [t] as an immediate base.
并且,和Array [t]相同,List [t]继承了很多基类和特性,首先使用Seq [t]作为直接上层基类。

youdao

20. That expression is a recursive call to lazy-seq-fibo, but this time, it is calling the two argument case, passing in 0 and 1 to it.
该表达式是对lazy - seq - fibo的一个递归调用,不过这次,它调用的是有两个参数的情况,并向其传递0和1。

youdao

21. If the argument is an empty sequence, fn: string (seq) will return a zero-length string, but the other function returns an empty sequence.
如果参数是空序列,fn:string (seq)将返回长度为零的字符串,另一个函数则返回空白序列。

youdao

22. Title III of the Elementary and Secondary Education Act of 1965 (20 U.S.C. 6801 et seq.) is amended by adding at the end the following.
对1965年《中小学教育法》第3编(《美利坚合众国法典》第20编第6801节以下)作出修改,在其末尾增加下列规定。

youdao

23. The present invention features polypeptides comprising an amino acid sequence structurally related to seq id no: 1 and USES of such polypeptides.
本发明特征在于包含与SEQIDNO:1结构上相关的氨基酸序列的多肽,以及这种多肽的用途。

youdao

24. The seq-zip, vector-zip, and xml-zip functions are helpers that call zipper with predefined implementations for sequences, vectors, and XML trees.
seq - zip、vector -zip和xml - zip函数均为帮助函数,可使用预先定义的实现为序列、矢量和xml树调用zipper。

youdao

25. According to the tendency of agricultural enterprises, we developed a Business Management System named SEQ 2000xp for the agricultural enterprises.
作者根据农业企业的现状和发展趋势,在充分调研的基础上设计开发了农业企业商务管理系统赛克2000XP。

youdao

26. When the argument has more than one member, either function normally raises an error, but fn: string (seq) will not raise an error when Backwards Compatibility mode is in effect.
如果参数有多个成员,通常情况下两者都将引发错误,但是如果采用了向后兼容方式,则fn:string (seq)不会造成错误。

youdao

27. According to the current situation and development trend of agricultural enterprises, we developed a Business Management System entitled SEQ 2000xp for the agricultural enterprises.
作者根据农业企业的现状和发展趋势,在充分调研的基础上设计开发了农业企业商务管理系统赛克2 0 0 0xp。

youdao

28. The invention discloses a fungus pathogenic gene MNH6 from rice blast bacterial, wherein the nucleic acid sequence or the nucleic acid sequence of complementary chain is seq id NO: 1.
本发明公开了一种源于稻瘟病菌的真菌致病性基因MNH6,该基因的核苷酸序列或其互补链的核苷酸序列为SEQ ID NO: 1。

youdao

29. However, had an explicit return type of Seq been declared, which is a parent for both Array and List, then the implementation change would not have forced a recompilation of the client.
然而,如果显式地声明返回类型是Seq,作为Array和List的共同父类型,这样的实现就不会对客户端要求重新编译。

youdao

30. However, had an explicit return type of Seq been declared, which is a parent for both Array and List, then the implementation change would not have forced a recompilation of the client.
然而,如果显式地声明返回类型是Seq,作为Array和List的共同父类型,这样的实现就不会对客户端要求重新编译。

youdao

百度翻译


有道翻译


单词首字母