two-dimensional array
常見例句
- Now let's complicate the problem a bit: You have a two-dimensional array of unsigned integers, and you want to find the row with the smallest sum.
現(xiàn)在我們讓問題變得復(fù)雜點(diǎn):你有一個(gè)二維的無符號整形數(shù)組,你想要找到具有最小和的那一行。 - The value, string or numeric, is then stored in a two-dimensional array, which is returned to the calling routine after the whole sheet has been read.
然后,值(字符串或數(shù)值)存儲到一個(gè)二維數(shù)組中,讀取完整個(gè)工作表之后,該數(shù)組被返回給調(diào)用例程。 - In that case, a better solution is to pass setMeta() a two-dimensional array with name-value pairs and have the function loop through it -- performing all the activities simultaneously.
在這種情況下,更佳的解決方案是將帶有名稱-值對的兩維數(shù)組傳遞給 setMeta() ,并且讓函數(shù)循環(huán)執(zhí)行該數(shù)組 — 同時(shí)執(zhí)行所有操作。 返回 two-dimensional array