av一区二区在线观看_亚洲男人的天堂网站_日韩亚洲视频_在线成人免费_欧美日韩精品免费观看视频_久草视

您的位置:首頁技術(shù)文章
文章詳情頁

一維數(shù)組分割成二維數(shù)組

瀏覽:133日期:2022-06-02 15:33:02

問題描述

[0.6,0.7,1,0,-1,-2,-3,0,0,-1,-5,-6,1,3,4]

分割成

[

[0.6,0.7,1],

[0],

[-1,-2,-3],

[0,0],

[-1,-5,-6],

[1,3,4]

]

這段程序應(yīng)該怎么寫

問題解答

回答1:方法蠢了點(diǎn),但是能達(dá)到你想要的效果,希望可以幫到你,代碼如下: public function index() {$array = [0.6, 0.7, 1, 0, -1, -2, -3, 0, 0, -1, -5, -6, 1, 3, 4];$result = [];foreach ($array as $value) { $count = count($result); if ($count> 0) {$single = $result[$count - 1];$index = end($single);if (0 === $index) { if (0 === $value) {$result = $this->handleArray($result, $single, $value, $count); } else {$result = $this->handleArrayTwo($result, $value); }} elseif ($index> 0) { if ($value handleArrayTwo($result, $value); } else {$result = $this->handleArray($result, $single, $value, $count); }} elseif ($index < 0) { if ($value>= 0) {$result = $this->handleArrayTwo($result, $value); } else {$result = $this->handleArray($result, $single, $value, $count); }} } else {$result = $this->handleArrayTwo($result, $value); }}var_dump($result);die; } private function handleArray($result, $single, $value, $index) {unset($result[$index - 1]);array_push($single, $value);array_push($result, $single);return array_values($result); } private function handleArrayTwo($result, $value) {$array = [];array_push($array, $value);array_push($result, $array);return $result; } // array(6) { // [0]=> // array(3) { // [0]=> // float(0.6) // [1]=> // float(0.7) // [2]=> // int(1) // } // [1]=> // array(1) { // [0]=> // int(0) // } // [2]=> // array(3) { // [0]=> // int(-1) // [1]=> // int(-2) // [2]=> // int(-3) // } // [3]=> // array(2) { // [0]=> // int(0) // [1]=> // int(0) // } // [4]=> // array(3) { // [0]=> // int(-1) // [1]=> // int(-5) // [2]=> // int(-6) // } // [5]=> // array(3) { // [0]=> // int(1) // [1]=> // int(3) // [2]=> // int(4) // } //}
相關(guān)文章:
主站蜘蛛池模板: 一区二区三区四区在线视频 | 亚洲视频在线观看免费 | 99久久精品国产一区二区三区 | 国产超碰在线 | 亚洲国产精 | 国产一区二区在线播放 | 对白刺激国产子与伦 | 簧片在线免费观看 | 亚洲综合二区 | 91福利片 | 日本丰满少妇做爰爽爽 | 黄色小视频免费 | 色一情一乱一乱一区91av | 国产一区二区在线播放 | 日日干视频 | 国产午夜免费视频 | 一级毛片免费看 | 午夜性色 | 亚洲天堂成人 | 黄色a一级片 | 免费观看一区二区三区毛片 | 国产乱码一区二区三区 | 免费色视频 | 亚洲美女视频 | 91精品国产乱码久久久 | 国产精品黄 | 国产第一福利 | 伊人av在线| 国产涩涩 | 久久理论片 | 色哟哟精品观看 | 99久久精品国产一区二区成人 | 日韩一区三区 | 色婷婷狠狠 | 欧美精品在线观看 | 四虎影院成人 | 亚洲黄色小视频 | 国产高清视频 | 国产欧美综合一区二区三区 | 欧美一级片免费看 | 精品视频免费 |