读音

abbr. integrated national telecommunications system 国家综合电信系统;international transit switch 国际转接交换机
ints 用法和例句
- It is not guaranteed to work if pointers are larger than ints .
- 如果指针比int类型所占用的位数多,这就不能保证可以工作。
- If you multiply two ints that are big enough , you \'ll overflow the result .
- 如果对两个足够大的int值执行乘法运算,结果值就会溢出。
- For actually working with the data , ints are far more convenient and efficient than Strings .
- 当实际使用数据时,int远比String更便利和有效。
- James Lowden \'s proposal allows longs to be used as array indices in place of32-bit ints .
- JamesLowden提案将长整型作为数组索引以代替32位的整型。
- The assertions used in this example show how we can pass as many ints as desired .
- 这个例子中所用的断言显示了我们如何传入任意多的int类型的参数。