array cross-section的意思|示意
[计]数组的截面
array cross-section的用法详解
英语单词array cross-section一般指将多维数据从中取出一个指定的维度上的一个部分,也就是在维度上取一个跨越的部分的过程。比如,一维数组array [1,2,3,4,5],如果要取出其中的3,4可以使用array cross-section,这时候可以使用[2:4]就可以实现这个功能,取出的子数组就是[3,4]。
array cross-section使用最广泛的是在多维数组中,如果想从中取出某一个维度上的部分,可以使用array cross-section。比如说一个二维数组:
array=[
[1, 2, 3],
[4, 5, 6],
[7, 8, 9]
]
如果要取出中间的列,即[2,5,8],可以使用array cross-section,使用[:, 1]就可以取出要求的子数组了。
最后要提出的是array cross-section可以取出多维数组中任意维度上的子数组部分,使用起来将大大简化编程,取出目标数组部分只需要一句话,使得编程效率大大提升。
array cross-section相关短语
1、 cross-section of array 数组截面,数组的断截面英语,数组的断截面
array cross-section相关例句
The current distribution on the dipoles and the radar cross-section (RCS) of the array in consideration of the interaction among dipoles are obtained by the moment method.
在考虑振子互耦情况下,计算出振子上的电流分布,并得到阵列的雷达截面积(RCS)。