Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在处理一些让我感到困惑的代码,我想知道我是否只是不了解数据结构。我正在使用的数据使用矢量和图层。我相信向量只是一行数据,但我不确定。
您可以提供或指出我使用这些信息的任何信息都会非常有帮助。
向量的最简单视图是固定大小的列表,例如一维数组。
我从来没有听说过“层”,谷歌搜索也没有任何相关性。
你想做什么?