【发布时间】:2017-01-14 23:29:32
【问题描述】:
我想从一个数组列表中提取 N 个数组 数组列表的结构是:
- 新数组个数
- 第一个数组的大小
- 拳头元素
- 第二个数组的数组大小
- 第二个数组的元素
- ...
任何人都可以帮助我。如何在新的 N 数组中提取这些数字?
exp
50 new array's number
3 ( size of tab1= 3)
2157 first element of the first array ==> tab1[1]= 2157
158 second element of the first array==> tab1[2]= 2158
2172 third element of the first array==> tab1[3]=2172
12 The second array has 12 samples (size of tab2=12)
2360 first element of the second array ==> tab2[1]= 2360
2367 second element of the second array ==> tab2[2]= 2367
2375
2375
【问题讨论】:
-
你已经尝试了什么?
-
你应该表现出你自己的一些努力。 SO 不是免费的代码服务,人们在这里互相帮助,不做彼此的工作
-
我发布了我的建议(代码),请检查并给我您的意见