java 2d_to_1d

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了java 2d_to_1d相关的知识,希望对你有一定的参考价值。

Way to tranfer 2d matrix to 1d array.

e.g.
matrix[][]
row count = m
col count = n

for matrix[x][y], its 1d version is x*n+y

for 1d array element at position a.
its location in matrix is:
x = a / n
y = a % n

以上是关于java 2d_to_1d的主要内容,如果未能解决你的问题,请参考以下文章

机器视觉 convert_tuple_to_vector_1d算子

使用 GL_TEXTURE_1D 纹理对象

jTransforms DoubleFFT_1D 前两个值

将1D阵列添加到现有2D阵列

5-3 两点间距离计算

基于共享存储器的1d模板CUDA实现中的负数组索引