<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>数组 on 技术笔记</title><link>https://elliot-blog.com/tags/%E6%95%B0%E7%BB%84/</link><description>Recent content in 数组 on 技术笔记</description><generator>Hugo</generator><language>zh-CN</language><lastBuildDate>Tue, 17 Feb 2026 15:06:11 +0800</lastBuildDate><atom:link href="https://elliot-blog.com/tags/%E6%95%B0%E7%BB%84/index.xml" rel="self" type="application/rss+xml"/><item><title>数据结构-多维数组的超平面视角：从索引到地址的映射</title><link>https://elliot-blog.com/posts/202602/data-struct-array/</link><pubDate>Tue, 17 Feb 2026 00:00:00 +0000</pubDate><guid>https://elliot-blog.com/posts/202602/data-struct-array/</guid><description>&lt;h1 id="数据结构-多维数组的超平面视角从索引到地址的映射"&gt;数据结构-多维数组的超平面视角：从索引到地址的映射&lt;/h1&gt;
&lt;h2 id="核心思想"&gt;核心思想&lt;/h2&gt;
&lt;p&gt;多维数组在逻辑上是嵌套的子空间结构，在物理上是一段连续的内存。&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;寻址的本质：每一维的索引跳过若干个完整的子空间；未满的那个子空间，进入下一维继续定位，直到 0 维。&lt;/strong&gt;&lt;/p&gt;</description></item></channel></rss>