Relational data is " flat " - that is , organized in the form of a two - dimensional array of rows and columns 關(guān)系數(shù)據(jù)是“平面的” ,即它是以具有行與列的二維數(shù)組的形式組織的。
For example , you can access the first element of the second row of the two - dimensional array by specifying indexes 例如,指定索引( 1 , 0 )可以訪問二維數(shù)組第二行的第一個(gè)元素。
Up until now , we haven t dealt with two - dimensional arrays ; however , as you can see below , the syntax is quite simple 目前,我們還沒有處理過二維數(shù)組;但是,在下面可以看到,語法非常簡(jiǎn)單。
Create matrix array builds a two - dimensional array that contains two columns and three rows , and then displays it in a list box 創(chuàng)建矩陣數(shù)組生成一個(gè)包含兩列和三行的二維數(shù)組,然后在列表框中顯示。
The following code shows a call in which a two - dimensional array is passed to a procedure that expects a one - dimensional array 下面的代碼演示一個(gè)調(diào)用,其中,二維數(shù)組被傳遞到需要一維數(shù)組的過程中。
You might declare a two - dimensional array with 12 rows for the months and 31 columns for the days , as the following example shows 可以聲明一個(gè)具有12行(表示月)和31列(表示日)的二維數(shù)組,如下例所示。
The following is a declaration and initialization of a single - dimensional jagged array that contains two - dimensional array elements of different sizes 下面聲明和初始化一個(gè)一維交錯(cuò)數(shù)組,該數(shù)組包含大小不同的二維數(shù)組元素:
Of office counts , for buildings 0 through 40 and floors 0 through 5 . dim officecounts 40 , 5 as byte a two - dimensional array is also called a 下面的示例聲明一個(gè)變量來保存一個(gè)“二維數(shù)組” ,組元素是辦公室的數(shù)量,建筑物從0到40 ,樓層從0到5 。
Floating tool palette , which behaves like a toolbar but displays a two - dimensional array of tool buttons and floats as a modeless window above the owner frame window 浮動(dòng)工具調(diào)色板,其行為類似于工具欄,但顯示一個(gè)二維工具按鈕數(shù)組并以無模式窗口的形式在所有者框架窗口上浮動(dòng)。
Researched the methods to test configrable logic block ( clb ) and its sub - blocks . based on a “ divide and conquer ” methodology , the clb resources are divided into three basic blocks : logic units , carry logic module ( clm ) and lut ’ s ( look up tables ) ram - mode . the testing configurations are implemented based on a two - dimensional array structure for logic blocks 主要基于“分治法”對(duì)clb及其子模塊進(jìn)位邏輯( clm ) 、查找表( lut )的ram工作模式等進(jìn)行了測(cè)試劃分,分別實(shí)現(xiàn)了以“一維陣列”為基礎(chǔ)的測(cè)試配置和測(cè)試向量,以較少了測(cè)試編程次數(shù)完成了所有clb資源的測(cè)試。