样式表使用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.
连接器还允许用户指定数组大小使用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.
这些是位置、文本内容和颜色、字体大小、淡入和淡出速度(以毫秒为单位)及保存显示字符串的数组的默认变量。
These are the default variables for the position, text contents, and color, font size, fade-in and fade-out speed in milliseconds, and an array to hold the display string.
如果那个数组的大小为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.
我们还定义了宏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.
例如,可以这样实现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.
注意,这种格式意味着数组spine可能成长到无限制的大小,但是在现有的系统中还没有发现这是一个问题。
Note that this format can mean that an array spine can grow to unbounded sizes, but this hasn't yet been found to be a problem in the existing system.
每一个leaf大小相同,这样简化了查找数组中特定元素的计算,并使收集器更容易查找到合适的自由空间来分配每个leaf。
Each leaf is the same size, which simplifies the calculation to find any particular element of the array and also makes it easier for the collector to find a suitable free space to allocate each leaf.
另一个有用的补充是splfixedarray类,顾名思义,这是一个固定大小的数组实现。
Another useful addition is the SplFixedArray class, which, as the name implies, is a fixed-size array implementation.
而我唯一用到types数组的地方是取它的大小,这样我可以添加任意类型的有大小的对象。
And, the only thing I do with the types array is take its size, so I can add any type of object that has a size.
ParallelArray的一些实现可用于不同的数据类型和大小,包括对象数组和各种原语组成的数组。
Several implementations of ParallelArray are available for different data types and sizes, including for arrays of objects and for arrays of various primitives.
ParallelArray的一些实现可用于不同的数据类型和大小,包括对象数组和各种原语组成的数组。
Several implementations of ParallelArray are available for different data types and sizes, including for arrays of objects and for arrays of various primitives.
应用推荐