seq

seq

常用释义

词性释义

seq
例句
  • 全部
It turns out also that this element has some PCDATA contents, and that it has a seq column value of zero.
它也证明了这个元素具有某些PCDATA内容,它的seq列值为零。
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]作为直接上层基类。
如果参数是空序列,fn:string(seq)将返回长度为零的字符串,另一个函数则返回空白序列。
This padding with 0s in the front is done with the -w option to the seq command.
使用seq命令的-w选项在前面填充0。
正如其名字所暗示的,lazy-seq宏被用来创建一个惰性序列。
However, the lazy-seq macro ensures that the function will only be invoked as the elements are accessed.
不过,lazy-seq宏确保了此函数将只在元素被访问的时候调用。
RNA-Seq is a recently developed approach to transcriptome profiling that uses deep-sequencing technologies.
RNA的序列是最近制定的办法,利用转录貌相深测序技术。
RNA的序列也提供了一个更为精确的测量水平的成绩单及其异构体比其他方法。
In this case, the return type is Seq[String], where Seq ( "sequence" ) is a particular kind of collection.
在这个例子里,返回类型是Seq[String],Seq(sequence)是一种特殊的集合。
and the thymulin has the amino acid sequence as shown in SEQ ID No. 2 of the sequence list.
所述胸腺肽的氨基酸序列如序列表中序列2所示。
In this case, the sequence is the result of again calling the lazy-seq-fibo function.
在本例中,此序列就是调用lazy-seq-fibo函数后的结果。
和采购,质量部门一起开发供应商,保证原材料的供应。
本发明的一个较佳蛋白酶包括序列编号2(SEQIDNO:2)的氨基酸序列。
Seq的子类型必须添加一个_order元组作为类属性。
DemoData. seq is the sequence file used to index the file names.
seq是用于索引文件名的序列文件。
You can define a maximum time for completing a sequence with Seq_Timeout=seconds. to. wait.
可以用Seq_Timeout=seconds.to.wait指定完成一个序列的最大时间。
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。
If this sequence was not lazy, the lazy-seq-fibo function would get called again and again.
如果这个序列不是惰性的,lazy-seq-fibo函数就会一次又一次地被调用。
JMSProducer. java appends the sequence number in the input message: Hello World #Seq_Num#.
java附加输入消息中的序列号:HelloWorld#Seq_Num#。
因为它是一个Seq,它具有一个foreach方法,并将一个闭包作为参数。