英语人>词典>汉英 : 数组 的英文翻译,例句
数组 的英文翻译、例句

数组

基本解释 (translations)
array  ·  arrayed  ·  arraying  ·  arrays

词组短语
digit group
更多网络例句与数组相关的网络例句 [注:此内容来源于网络,仅供参考]

Cut a big alphabetic string into a series of alphabetic string section and calculate the character figure of every section of character and accumulation addition to gain (length and accumulation addition) team number of corresponding teams. So two big alphabetic strings can be changed into two smaller teams. Second, match two teams (length and accumulation addition) and find matching partners.

该算法是取某个特征字符或特征字符序列做为分割点,把大字符串分割为一系列的字符串段,并计算每一个段的字符数和累加和,得到对组成的数组,这样就把两个大的字符串转换为两个小得多的数组;第二步匹配两个数组,找出匹配项,第三步分别对数组中每一项所对应的字符串片段进行匹配。

In an implicitly typed array creation expression, the type of the array instance is inferred from the elements sp ecified in the array initializer.

在隐型数组创建表达式中,数组实例的类型推导自数组初始化器中元素的类型。

Only the last parameter of a method can be a parameter array, and the type of a parameter array must be a single-dimensional array type.

只有方法的最后一个参数可以为参数数组,并且参数数组的类型必须为一维数组

Use COM SAFEARRAY array routines, a code for the use of two arrays, a string array, and the other is from the defi...

COM中使用SAFEARRAY数组例程,代码中给了两种数组的用法,一种是字符串数组,另一种是自定义数据结构数组

The paper summerizes several general pratical new techniques, such as the analyzers of program profiles, maximum potential parallelism, array privatizability, loop parallelism; the visualizers of the statement data dependence graph, procedural callgraph, loop iteration space graph and interactive tools of array privatization and unimodular transformation; the automatic techniques of array privatization combined data dependence and coverage, the computation of parallelizing unimodular transforming matrix for mult-nested loops, enhanced unimodular transformation with array reduction recognition, non-loop level parallelism revealing technique, dynamic dataflow analysis and optimization of cross-loop local cache reuses, etc.

本文从而概括了若干具有一般性的实用新技术,如:程序计算量分析、最大潜在并行性分析、数组私有化分析、循环并行性分析等动态程序分析技术;语句数据相关图、过程调用图、循环迭代空间相关图、交互数组私有化、交互幺模变换等可视化语义交互分析变换技术等等;总结了若干自动并行化新技术,如:结合相关和覆盖的数组私有化方法、对多层嵌套循环计算幺模并行化变换矩阵的循环幺模变换方法、结合数组规约识别增强幺模变换的技术、发掘非循环级并行性的技术、动态数据流分析技术、优化利用循环间Cache数据局部性的技术等等。

By analyzing the basic rules of array privatization and the determinant conditions of the parallelizable loop, this thesis proposes an array privatization technique that is significant for the exploitation of loop parallelism. Then, the thesis presents the designing and the implementation of the effective array privatization technique based on the accurate array data-flow analysis.

论文分析了数组私有化的基本准则,结合循环并行化的判定规则,得到对开发循环并行性有意义的有效数组私有化条件,并且研究实现了基于数组数据流分析的数组私有化技术。

This strategy can solve the data distribution problems under the ununiform computational environme nts and the irregular data reference mode simply and effectively.

这是一种单向的数组分布方法,它以简单的方式有效解决了不一致计算环境和不规则数组扫描情况下的数组分布问题。

Keywords: Data distribution, computation distribution, ununiform computational environment, hyperplane.

这是一种单向的数组分布方法,它以简单的方式有效解决了不一致计算环境和不规则数组扫描情况下的数组分布问题。

System.out.println("a.length="+ a.length); System.out.println("b.length ="+ b.length);// The handles inside the array are // automatically initialized to null: for(int i = 0; i nbsp;b.length; i++) System.out.println; System.out.println("c.length ="+ c.length); System.out.println("d.length ="+ d.length); a = d; System.out.println("a.length ="+ a.length);// Java 1.1 initialization syntax: a = new Weeble { new Weeble, new Weeble }; System.out.println("a.length ="+ a.length);// Arrays of primitives: int e;// Null handle int f = new int[5]; int g = new int[4]; for(int i = 0; i nbsp;g.length; i++) g = i*i; int h ={ 11, 47, 93 };// Compile error: variable e not initialized://!

句柄。此时,编译器会禁止我们对这个句柄作任何实际操作,除非已正确地初始化了它。数组b被初始化成指向由Weeble句柄构成的一个数组,但那个数组里实际并未放置任何Weeble对象。然而,我们仍然可以查询那个数组的大小,因为b指向的是一个合法对象。这也为我们带来了一个难题:不可知道那个数组里实际包含了多少个元素,因为length只告诉我们可将多少元素置入那个数组。换言之,我们只知道数组对象的大小或容量,不知其实际容纳了多少个元素。尽管如此,由于数组对象在创建之初会自动初始化成null,所以可检查它是否为null,判断一个特定的数组&空位&是否容纳一个对象。类似地,由基本数据类型构成的数组会自动初始化成零、null或者false。

We also propose program optimization technologies: removing integer DIV and MOD, upraising common code for reducing the complex array subscription effectively.

为此本文进一步研究了数据变换和重构手段,提出通过直接扩展数组范围、构造松弛数组范围和循环扭曲变换等技术,使数据变换后的数据规模尽量小;同时,通过采用整数模和整数除消除优化技术、代码上提优化等程序优化技术,简化了数组下标表示,有效地减少了数组下标计算开销。

更多网络解释与数组相关的网络解释 [注:此内容来源于网络,仅供参考]

array expression:数组表达式

array element 数组元素 | array expression 数组表达式 | array identifier 数组标识符

Array or substring subscript expression out of range:数组下标低下数组定义下界或高于数组定义上界

170 Program Exception - stack overflow 堆... | 540 Array or substring subscript expression out of range 数组下标低下数组定义下界或高于数组定义上界 | 541 CHARACTER substring expression out of range 字符...

array vector:数组向量,数组矢量

129array processor数组处理机 | 130array vector数组向量,数组矢量 | 131arrow key箭头键

array vector,AV:数组向量

数组单元 array unit | 数组向量 array vector,AV | 数组-数组运算 array-array operation

Concatenate arrays:连接数组

% Multi-dimensional array functions.多维数组函数 | % cat 连接数组 - Concatenate arrays. | % ndims 数组维数- Number of dimensions.

array descriptor:数组描述符

array declarator 数组说名 | array descriptor 数组描述符 | array dimension 数组维数

each:返回数组中当前的键/值对并将数组指针向前移动一步

current -- 返回数组中的当前单元 | each -- 返回数组中当前的键/值对并将数组指针向前移动一步 | end -- 将数组的内部指针指向最后一个单元

array tuple:数组元组

数组变换处理机 array transform processor,ATP | 数组元组 array tuple | 数组类型 array type

allocatable:说明动态数组 数组

ALLOCATABLE 说明动态数组 数组 | AUTOMATIC 声明变量在堆栈中而不是在内存中 变量 | DIMENSION 说明数组 数组变量

shice:截取数组中的子串生成新的数组

shift 出队列(FIFO先入先出) | shice 截取数组中的子串生成新的数组 | sort 数组元素的排序