由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - 1D to 2D conversion problem
相关主题
请教改numpy array的dtypehow to assign new value to loop variables?
[合集] address of arraymysql index优化求助
问个html和c++编程的问题关于二维矩阵的C的问题
求助:关于2个python的题目Help: How to extract the numberic value in a sentence?
请帮我看看这个java method? 一直不正常运行Wget 提交form的问题
我这样把一个2D array 的每个column的数据导入到1D array的方法对不对?C: struct 里面一个CHAR, 一个INT, 这个STRUCT 占多少字节?
Java 的算法题:怎样把missing value替换成0 放在新生成的2D array里面?看下这个小程序
一个简单的算法问题?const_reverse_iterator和reverse_iterator有什么区别? (转载)
相关话题的讨论汇总
话题: 1d话题: array话题: 2d话题: number话题: conversion
进入Programming版参与讨论
1 (共1页)
j*****k
发帖数: 1198
1
Suppose there is a 1D array, we need convert it into a 2D array. Here is the
conditions/requirements:
Already known about 1D array:
1: 1D array can have any number of elements.
2: 1D array can be padded.
Requirements:
1: The 1D array needs least padding.
2: After the conversion, the number of rows of the 2D array should be as
close to the number of columns as possible.
3: The number of rows / the number of columns needs to be even. It's best to
be a power of 2.
Any idea?
1 (共1页)
进入Programming版参与讨论
相关主题
一个SQL的题目请帮我看看这个java method? 一直不正常运行
神吐槽 Extjs我这样把一个2D array 的每个column的数据导入到1D array的方法对不对?
谁了解Linux串口的驱动?Java 的算法题:怎样把missing value替换成0 放在新生成的2D array里面?
如果数据少,是不是就不能用CNN一个简单的算法问题?
请教改numpy array的dtypehow to assign new value to loop variables?
[合集] address of arraymysql index优化求助
问个html和c++编程的问题关于二维矩阵的C的问题
求助:关于2个python的题目Help: How to extract the numberic value in a sentence?
相关话题的讨论汇总
话题: 1d话题: array话题: 2d话题: number话题: conversion