元组
- n.tuple
- 网络tuples; n-tuple; Lists & Tuples
元组
元组
tuple
元组(TUPLE)用小括号,和列表的区别是他是不可变的:(1,2,3),("HuYongbin","jerry"),("marry",14)字典(DICT) …
tuples
返回元组(tuples)的查询:元组(tuples)指一条结果行包含多个对象。标量(Scalar)结果:查询可在select从句中指定类的属性,甚 …
n-tuple
石油词汇英语翻译(NO) -亿城英语 ... n-tuple integral n 重积分 n-tuple n 元组 n-tupling n 倍 ...
Lists & Tuples
列表和元组(Lists & Tuples) 6. 循环 7. 字典 8. 函数 9. 类 10. 异常 11. 模块 12. 1. WeiZhong/2006-01-17 Python 精要参考(第二...
tuple packing
等号的右边是定义一个元组 (tuple packing).其左边为一个目标元组 (tuple unpacking)). 所以,当你发现一个元组时,赶紧去找 …
foreign key domain tuple
编程术语英汉对照 - 大番薯 -... ... floppy 活动盘片(软盘) foreign key domain tuple 外来键 值域 元组 form 形状形式 ...
version ID, node ID
定义的值也值得注意:这个索引引用元组 (version ID, node ID),这加速了对 flit 的最近版本的查询。前一个钩子定义了新的数 …
Foo,Bar
◆如果需要实现存放元组(Foo,Bar)对象的容器,记住两个平行数组Foo[],Bar[]会优于一个(Foo,Bar)对象的数组。(例外情 …
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
23
25
26
27
28
29