| 1. | This subroutine sorts one or two dimensional arrays 这个子程序可以对一维或者二维数组进行排序。 |
| 2. | A analysis of the relationship between two - dimensional arrays and point in c 中二维数组与指针关系的剖析 |
| 3. | A flat file can be represented by a two dimensional array of data items 平面式文件可由数据项的二维数组表示。 |
| 4. | In this example , a two - dimensional array is initialized and passed to the 在此示例中,初始化一个二维数组并将其传递给 |
| 5. | Is a two dimensional array 是二维数组: |
| 6. | This particular method reduces our search area to a simple two dimensional array 这个特殊方法把搜索区域简化成了一个二维数组。 |
| 7. | Computer graphics : an image is a bidimensional array of colored / gray / bw points 计算机绘图:图像是由彩色/灰色/黑白点组成的二维数组。 |
| 8. | For example , the following declaration creates a two - dimensional array of four rows and two columns 例如,下列声明创建一个四行两列的二维数组: |
| 9. | Indexers can have more than one formal parameter , for example , when accessing a two - dimensional array 索引器可以有多个形参,例如当访问二维数组时。 |
| 10. | Mybalance is a placeholder for a two - dimensional array , which we ll pass in as an argument Mybalance是二维数组的一个占位符,我们将它作为自变量进行传递。 |