样式表使用count函数计算数组大小。
The stylesheet computes the array size with the count function.
数组大小控制参数索引超出范围。
从属类型的标准实例是数组大小参数化的数组。
The canonical example of dependent types is that of an array type parameterized by the size of the array.
数组大小,通过引用或值定义。
获取或设置指示数组大小的表达式。
由于API调用请求30条,条目数组大小就是30。
Because the API call requested 30 entries, the item array size is 30.
数组大小。
清单5显示了一种重新调整现有数组大小的有效方法。
Listing 5 shows a useful method for effectively resizing an existing array.
在数组的末尾增加一个元素,增加数组大小以满中需要。
Adds an element to the end of the array; grows the array if necessary.
在这种情况下,数组大小成为形参和实参类型的一部分。
In this case, the array size is part of the parameter and argument types.
代码中的字节数组大小是什么?我可以让它更通用的吗?。
What is the byte array size in this code? Can I make it more generic?
连接器还允许用户指定数组大小使用teradata数组操作特性。
The connector also allows users to specify the array size to use the Teradata array operation feature.
数组大小主要用于为连接器缓存输入记录,以便于立即和批量加载操作。
The array size is mainly designed for the connector to cache the input records for immediate and bulk load operations.
所包含的成员用于返回、测试或验证数组大小、类型名称等信息。
Contains the members that return, test for, or verify information such as array size, type names, and so on.
通过在该类型中包括数组大小,编译时间检测器可以象征性地分析数组的存取,确保所有存取都在数组范围内进行。
By including the size in the type, a compile-time checker can symbolically analyze the accesses to the array to ensure that no accesses are done outside the bounds of the array.
因为每个计划项增加的字符串长度总数大体相同,所以随后的稳定期比例可以作为重新设置底层数组大小的参考指标。
Because each plan item increases the total string length by roughly the same amount, the ratio of subsequent plateaus provides an indicator of the resize factor for the underlying array.
知道了所需要的字节数后,我就实例化一个具有适当大小的字节数组。
When I know the required number of bytes, I instantiate an array of bytes of an appropriate size.
如果那个数组的大小为n,那会怎么样,我指明,涉及到了那个地方?
And how about if the array is size n, and I say bracket n, where am I referring?
下一步是计算将要包含INTEGER结构的所有字节的数组的大小。
The next step is to calculate the size of the array that will hold all the bytes of the INTEGER structure.
当您建立一个数组类型时,数组的大小并不确定。
When you declare an array type, the size of the array is not specified.
我们还定义了宏inbufsiz,它是在读取输入时用作缓冲区的字符数组的大小。
We also define a macro INBUFSIZ, which is the size of a character array used as a buffer while reading the input.
此处选择的顺序阙值范围从 500K(数组的大小,表示没有并行性)到50。
The sequential thresholds chosen here range from 500K (the size of the array, meaning effectively no parallelism) down to 50.
将第3步中附加了字节后的字节数组分为大小相同的块,每一块有8个字节。
Divide the padded byte array from Step 3 into equal blocks of 8 bytes each.
新数组一般根据当前长度调整大小。
The new array is generally sized as some factor of the current length.
例如,可以这样实现POP() :对最后一个元素使用FETCH() ,然后使用STORESIZE(FETCHSIZE()-1) (将数组的大小减去 1,实际除去了最后一个元素)。
POP(), for instance, could be implemented as a FETCH() of the last element, followed by STORESIZE(FETCHSIZE()-1) (setting the size of the array to be one less, effectively removing the last element).
当Database创建这个文件时,它将其大小设为16KB,并分配数组中的第一个Chunk来进行缓冲。
When the Database creates this file, it sets its size to 16 KB and allocates the first Chunk in the array to buffer.
为了评估ParallelArray的效率,我编写了一个简单的程序,针对各种大小的数组和fork-join池运行查询。
To assess the effectiveness of ParallelArray, I wrote a simple, unscientific program that runs the query for various sizes of array and fork-join pools.
arrays类提供了一系列处理数组的静态工具方法,这些索引的数据结构的大小是固定的。
The arrays class provides a series of static utility methods for working with arrays, those indexed data structures that are of a fixed size.
arrays类提供了一系列处理数组的静态工具方法,这些索引的数据结构的大小是固定的。
The arrays class provides a series of static utility methods for working with arrays, those indexed data structures that are of a fixed size.
应用推荐